Aisha
Members
-
Joined
-
Last visited
Files posted by Aisha
-
Easily configurable NPC to reward a race to max level.
OnInit: .class_limit = 2; //how many players can claim for that particular class .base_level = 99; //max base level .job_level = 70; //max job level .bound = 0; //1 = account, 2 = guild, 3 = party, 4 = character, 0 = not bound //reward id,quantity,reward id,quantity setarray .rewards, 501,1,502,2,503,3,504,4,505,5; while(1){ sleep 1000; showscript "Race to 99"; } If there are any known issues or bugs, please let me know so I can address them promptly.
- Free
- 68 Downloads
Submitted