Jump to content

Script Releases

  1. Started by Vy Low,

    View File Race to 99 Event - SQL Based 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…

    • 0 replies
    • 3.8k views
  2. View File Freebies OnPCLoginEvent with Gepard Unique ID Ideal for servers aiming to offer freebies upon login, exclusively tailored to each distinct Gepard ID Discord: https://discord.gg/QDEJMDgD4R Website: https://wanhosting.net Submitter Vy Low Submitted 08/21/2023 Category Utilities

    • 0 replies
    • 4.5k views
  3. Started by Vy Low,

    View File Zeny Ranking The most effective method for displaying zeny rankings within your in-game server, promoting server transparency. Submitter Vy Low Submitted 08/04/2023 Category Utilities

    • 0 replies
    • 2.9k views
  4. Started by Vy Low,

    View File Referral System Referral System by Ragnarok Sarah Server set .NPCName$, "Referral System"; // NPC Name set .Min_Account_ID, 2000000; // Starting Account ID valid as referral (Ex: 2000000) set .Min_Chars, 3; // Minimum Characters Required as referral (1st Class and above) set .Manager_Only, 0; // Only Managers can access the NPC (0: off | 1: on) set .Manager_Codes_Only, 0; // Only Manager codes can be used (0: off | 1: on) set .Refer_Period, 7; // Referral Period, in days (default: 7 = 7 days). setarray .Rewards_inviter[0], // Rewards for the inviter / referrer 909, 1, // Jelopy x 1 …

    • 0 replies
    • 2.3k views
  5. Started by Aisha,

    View File IsekaiRO - Race to 99 NPC 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. Submitter Aisha …

    • 0 replies
    • 1.1k views