Jump to content

Top Downloads

  1. GCash Card Sprite

    Free

    Best for RMT Enabled Servers Join our Discord https://discord.gg/5EQ6DQHXDT
    • 1 Downloads
    • 0 Comments

Games, Events, Quests

2 files

  1. Settings
     
    .class_limit = 3; //how many players can claim for that particular class .base_level = 99; //max base level .job_level = 50; //max job level .bound = 1; //1 = account, 2 = guild, 3 = party, 4 = character, 0 = not bound //class number, check using @job in-game / these are the jobs/classes who can win prizes setarray .class[1], 7, 8, 9, 10, 11, 12; //name of your reward set .menu$ = "Reward Set 1:Reward Set 2:Reward Set 3"; //reward id,quantity,reward id,quantity setarray .rewards1, 501,502,503; setarray .rwd_amt1, 1 ,1 ,1; setarray .rewards2, 504,505,506; setarray .rwd_amt2, 1 ,1 ,1; setarray .rewards3, 507,508,509; setarray .rwd_amt3, 1 ,1 ,1;  
    • $20.00
    • 1 Downloads
    Submitted
  2. 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
    • 64 Downloads
    Submitted