Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/16/17 in Posts

  1. File Name: Town Invasion File Submitter: Anakid File Submitted: 04 May 2013 File Category: Games, Events, Quests A simple town invasion event that spawn Boss(Bring it On!) monster in a random town. You can set the event time: OnClock0800: OnClock1400: OnClock2000: OnClock0200: Set the prize: OnInvadeKill: announce "Good job, for keeping our city safe!!",bc_all,0x00FFFF; getitem 675,1; end; TownInvasion.txt
    1 point
  2. View File SQL Job Changer Introduction: Tired of searching for a job changer that never satisfied your need ? Try this out !! It allow any combination of classes-tree that you can imagine with your brain. Example: Common Job Change Sequences Novice >> First >> Second >> High First >> High Second >> ThirdNovice >> First >> Second >> High First >> High SecondNovice >> First >> Second >> High SecondNovice >> First >> Second >> ThirdNovice >> All * Standard NPC that commonly found in the forum. Example: Rare Job Change Sequences Novice >> First >> Second >> Second >> Second >> ThirdNovice >> First >> Second >> Third >> Third >> Third * Suitable for server who decide to plan for story-lines that allow players to switch to each jobs before they can reach the final class. Setup Guide: OnInterIfInitOnce: query_sql( "TRUNCATE `e_jobchanger`" ); // dont remove this line if you're not sure what's it. // Add any combination that you like. AddJob( <current job>,<min. base lv>,<min. job lv>,<bonus statpoints>,<bonus skillpoints>,<resetlvl>,<required zeny>,<next job>,...,<next job> ); end; Put any combination that you want, and let the NPC done the rest of the setup. *current job - current char job class *min. base level - minimum base level to qualify for the job advancement. *min. job level - minimum job level to qualify for the job advancement. *bonus status point - amount of extra status point given to char for the job advancement. *bonus skill point - amount of extra skill point given to char for the job advancement. *resetlvl - option to reset based on resetlvl. *req_zeny - amount of zeny required for the job advancement. the rest - all possible option for classes that you intend to allow current job to change to. If you don't know how to setup it using the NPC script above, you can remove/disable all the lines within the OnInterIfInit lines. You can modify and execute this sample of SQL Database - Job Changer to generate the data required once and for all eternity. Note: * Basic knowledge on using SQL Database are required. * Don't remove the TRUNCATE line if you're not sure what you're doing. * The script suppose to load the setup part once, clear table and re-insert everything. If you removed that, your SQL tables will be a goddamn mess when you loaded for second times and onward. * It was suppose to be 2 separated individual script, but I merged it since I am sure there are always some member ask for how to setup the things. Too lazy to answer/spoon-feeding all these questions. So I merged it. Future Development: If you have any nice suggestion that are useful/interesting, I may consider to implement it in the future. Thank in advance. Submitter Emistry Submitted 05/04/2016 Category Utilities Video Content Author Emistry  
    1 point
  3. else if( NextJobExp || NextBaseExp || !( .@eac&EAJL_2 ) || !Upper ) { change to else if ( BaseLevel < 255 || JobLevel < 120 || !( .@eac&EAJL_2 ) || !Upper ) {
    1 point
  4. Are you trying to edit the iteminfo.lua? if so, make sure that you're using "Windows-1252" encoding. At least it works for me. I'm using notepad++
    1 point
  5. <form target="_blank" action="https://<?php echo Flux::config('PayPalIpnUrl') ?>/cgi-bin/webscr" method="post">
    1 point
  6. Probably a graphic card problem, yeah. You should try different graphic settings in the setup.exe and see if changing them makes a difference. Let us know if that works.
    1 point
  7. try this - script storage -1,{ OnInit: bindatcmd "storage",strnpcinfo(3)+"::OnSTORAGE",0,99; end; OnSTORAGE: if(getmapflag(strcharinfo(3),mf_gvg)); openstorage; end; }
    1 point
  8. Here for download the jRO client : http://ragnarokonline.gungho.jp/beginner/download.html If you looking for specific patches, you can use the jRO ftp : ftp://ftppatch.ragnarokonline.jp/pub/dl-gunghoftp/roftp/
    1 point
×
×
  • Create New...