Jump to content

Games, Events, Quests

Scripts that provide games, events, or quests can be found under this category
Examples: Catch the Poring, Hide and Seek, Russian Roulette, Headgear Quests

123 files

  1. Free

    Euphy's Quest Shop with Success Rates

    In response to this post : 
    I just added success rate function. Enjoy!
    Original Script is by Euphy and I just added some functions to this.
    PS : if there are any broken event scripts ( due to old versions ), just DM me the link and I might be interested in updating it.
    PPS: I will only FIX it and not modify it at all. ?
     

    534 downloads

    Submitted

  2. Free

    Poring Catcher - Yet another version

    UPDATE:
    version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made.  
    Same old same old. I made revision on old poring catcher event by sandbox.
    It works similarly with the Dice Event V2 I recently posted.
    Nothing more is modified on the script.
     
    Feel free to edit and adjust as you wish. This will have conflict with dice event because i made this ran hourly too.
    I may or may not be making an Event Manager but who knows.
     
    Compatibility is your Responsibility.
     
    PS : if there are any broken event scripts ( due to old versions ), just DM me the link and I might be interested in updating it.
    PPS: I will only FIX it and not modify it at all. ?
     

    501 downloads

    Updated

  3. Free

    Dice Event - Yet another version

    UPDATE:
    version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made.  
    In response to this post : 
     
    OnInit: // item reward setarray .item, 501, 10, 502, 5; // @dicestart - gm manual start bindatcmd "dicestart", strnpcinfo(0)+"::OnStart",60,60; // @dice - player join event bindatcmd "dice", strnpcinfo(0)+"::OnJoinEvent"; // Mapflags setarray .@mapflag, mf_nowarp, mf_nowarpto, mf_noskill, mf_noteleport, mf_nomemo, mf_nosave, mf_noicewall, mf_nobranch, mf_noreturn; for ( .@i = 0; .@i < getarraysize(.@mapflag); .@i++) setmapflag "quiz_02", .@mapflag[.@i]; .event_time_m = gettime(DT_MINUTE); .event_time_s = gettime(DT_SECOND); end;  
    I took some dice script by someone named sandbox and modified it the way how I understand this posts suggests to make.
    instead of using @event to check the time schedule of dice, I incorporate it to @dice command.
    This will show you an hourly countdown as to when will the event will be re-starting.
    And this dice event should be working on latest rathena.
     
    Compatibility is your Responsibility.
     
    PS : if there are any broken event scripts ( due to old versions ), just DM me the link and I might be interested in updating it.
    PPS: I will only FIX it and not modify it at all. ?
     

    735 downloads

    Updated

  4. Free

    Last Man Standing - Yet another version

    UPDATE:
    version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made.  
    Here is my take on a LMS Event.
    Just a simple one.
    Runs hourly or Manually run by a GM
    Reward can be set 
    Enjoy.
    UPDATE 2.0:
    Changed to a new version that works like my other script events. ? 
    Still runs hourly and manually run by a gm.
     

    822 downloads

    Updated

  5. 5.00 USD

    Secret Laboratory Ray

    Based on the secret laboratory ray on www.neopets.com. Once players collect all nine map pieces they can make a complete map that teleports them to the NPC. It can be collected once per day. You choose how you want to distribute them, but I added them to my giftboxes, old blue boxes, and old purple boxes. This also includes custom items created to support the script.

    1 purchase   3 downloads

    Submitted

  6. 5.00 USD

    Zombie Tag

    Zombie tag is a pvp script that spawns a number of custom zombies mobs every minute. The goal is for players to survive for the full 10 minutes. When a player gets killed they respawn as a zombie. Once a zombie they are unkillable, but can still kill any other surviving players.

    12 purchases   22 downloads

    Updated

  7. 10.00 USD

    Gramps

    Created custom Gramps script following the set conditions of the official iRO version based on the wiki. Some modifications have been made based on player suggestions such as allowing the player to collect a partial reward after killing at least 150 of the monster (to minimize players getting bored). Players can perform one mission every 23 hours (timer starts when the player accepts a quest). Each monster will give their normal experience in the wild, but the reward equals (normal Base/Job Exp*400). Players can reset the 23 hour cooldown with a Super Blue Gemstone (or other Reset Stone item of choice) once every 3 hours. Kills from party members count toward your mission total if you see the kill on your screen and they are less than 30 levels higher than the quest player. If they level up to the next mission range before they complete the current mission they can still collect their reward. If their a VIP Member at the time of completion they have the option to collect  the normal amount of Base/Job Experience or double either one of them. Also have a low chance of earning the associated monsters card. This is actually slightly higher for players assisting others.

    18 purchases   33 downloads

    Updated

  8. Free

    Illusion Vampire

    Complete Illusion Vampire Walk-through conversion.
    Credits: kRO, iRO, NovaRO, and Divine-Pride.
    Setup guide is provided within files.

    1344 downloads

    Updated

  9. Free

    Illusion Moonlight

    Illusion Moonlight Story.

    2107 downloads

    Updated

  10. Free

    TreeOfSavior Tombstone With Numbers MiniGame

    script header
    //===== rAthena Script ======================================= //= Tree Of Savior 'Tombstone With Numbers' //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //https://github.com/sader1992/sader_scripts //= Email [email protected] //===== Compatible With: ===================================== //= rAthena Project //============================================================ //= Variables Info: //= 'COOLDOWN_TOMBSTONE_WITH_NUMBERS' the cool-down timer //============================================================ //= Description: //= This NPC is in a lot of tree of savior maps //= with deferent attempt number and deferent rage //= the rewards normally buff/items //= the NPC cool-down on winning is 20min and on losing is none //= if you want more than 1 copy from this NPC you need to use deferent variable for each NPC , or else they will share the same cool-down. //============================================================  

    387 downloads

    Submitted

  11. Free

    Daily Raffle / Sorteio Diário

    How does it work?
    It gives a random ticket to a player (between 1 ~ 10000).
    Como Funciona?
    Ele dá um ticket para o jogador (entre 1 ~ 10000)
    14. set #evento, rand(1,10000); At 20:00 o'clock it triggers the biggest value and sets as the winner ticket.
    Às 20:00h ele configura o maior valor como valor do vencedor.
    45. OnClock2000: 46. query_sql("select `value` from acc_reg_num where `key` = '#evento' order by `value` desc",.@winner); // IF YOU WANT TO TRIGGER RANDOMLY, NOT THE BIGGEST VALUE, USE THIS // SE VOCÊ QUER QUE ELE SELECIONE ALEATÓRIAMENTE, NÃO O MAIOR VALOR, USE ISTO query_sql("select `value` from acc_reg_num where `key` = '#evento' and `value` != 0 order by rand()",.@winner); And it will give 5~10 Yggdrasil Berry
    E ele vai dar entre 5~ 10 Frutos de Yggdrasil
    33. getitem 607,rand(5,10); Any Question?
    Qualquer dúvida fale comigo
     
    fb.com/JoaoMarcoA
    discord: LordJasz#2310

    278 downloads

    Updated

  12. Free

    Alice's Nightmare Instance(Pre-Re)

    Follow Alice into the forest in Niflheim and try to figure out what is wrong with her.
    This is an instance dungeon that includes 3 maps, 2 quest and 3 boss for pre-renewal.
    One of the boss is a hidden extra to the instance with a small quest including a multi stage battle that will take a few days to fully complete.
    There are no default drops or rewards to the dungeon quests or monsters, So you will need to add those yourself.
    Although the instance is Pre-renewal, it can be used for renewal but you will need to revamp the monsters else they will be extremly weak.
    If your server is a highly modified pre-re server you might wanna tweak the monster since they are geared toward original RO servers.
    More detailed info in readme.txt
    Map used are Haunt_e and Haunt_1 made by Syouji

    520 downloads

    Submitted

  13. 5.00 USD

    Event Poring

    This configurable NPC allow to GM team to launch pre-made event Poring.
    The event will launch a predefined number of Poring in the map you want with the drops you want. The poring will have their drop only for the duration of the event. The skills are turned off on the map for the duration of the event.
    Default monster is 1725: a faster poring with no loot. In pre-re you can find them in the race (monster_race.txt).
    What is easily (at the start of the file) configurable in the file:
    - Text of the announce when the event starts
    - Text of the announce when the event ends
    - Text of the announce every 5 minutes when the event stills in progress (as a reminder for those who were not connected!)
    - ID of monster spawned
    - Name of monster spawned
    - 3 ranks of rights on the NPC: launchRight < itemRight < LogRight
    What you can do with the NPC IG:
    - launchRight See the current configuration
    - launchRight Select the map
    - launchRight Select the number of poring
    - launchRight Launch the event
    - itemRight Add items and their drop rate (not affected by server rates)
    - itemRight Delete item
    - LogRight Look at the logs (all above is logged). Each log got time, who did it, action, old and new value
    - LogRight Look at the clean logs. Who cleaned the logs and when
    - LogRight Clean the logs
    I suggest you to create a copy of the existing poring (1002) and replace all 1725 ID inside the file by your custom poring with no loot (or other monster).
    My custom monster is like this: 3900,PORING,Poring,Poring,1,2,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x170001,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    This Poring has 2 HP, got no loot and get 1 damage per attack.
    I can provide support and fix if needed. Feel free to ask for more features for the NPC but I might not fulfill them all.

    By buying this script, you agree to these terms:
    - You are not allowed to redistribute this script in any way, shape, or form.
    - Chargeback scams are not tolerated and will get you punished on rAthena.
    - I still retain all rights to this script.
    - Terms above may be changed or adjusted without prior notification.

    5 purchases   8 downloads

    Updated

  14. 5.00 USD

    Hero Ring Enchant & Exchange in Flame Cave

    This two NPC located inside Flame Cave let your players get Heroic Ring and Enchant them.
    It is  my version of official Heroic Ring Enchant npc`s, based over infos took here, videos and irowiki.
    You'll still need up to date client (I personnaly use 20160201).
    Have fun.
       

    2 purchases   4 downloads

    Updated

  15. Free

    Item Harvest Event

    Config part:
    // set items setarray .item_drop,501,502,503,504,505; // set map .map$ = "pvp_n_1-2"; // warp players out when already killed a plant (1 = on || 0 = off) .warp_ = 1; By downloading this file, you agree with my Terms of Service:
    • You are not allowed remove my signature from any of the included files.
    • You are not allowed sell, resell or in any form for money or rewards using my work.
    • You are not allowed claim my work as yours.
    • I have the rights to change all the terms above without prior notice.

    384 downloads

    Submitted

  16. Free

    Sader's MiniEndlessTower 25floor

    //===== rAthena Script =======================================
    //= saders Mini Endless Tower 25 level
    //===== By: ==================================================
    //= Sader1992
    //https://rathena.org/board/profile/30766-sader1992/
    //===== Current Version: =====================================
    //= 1.0
    //===== Compatible With: ===================================== 
    //= rAthena Project
    //https://github.com/sader1992/sader_scripts
    //===== Description: =========================================
    //==== cooldown is 1day can be changed via rathena/db/import/quest_db.txt (86400 == 1 day)
    //==== you can add rewards in the start of the script function named 'F_Mini_Endless_Tower_Rewards'
    //==== Support Gepard! (see line 185) or search for ( .gepard = false; ) set it to true to use it
    //============================================================
    //==== please send me a message if you find error
    //============================================================
    //============================================================
     
    License : 
    by downloading this file you are agree on the following:
    i will report any bugs or errors to sader1992 . i will not sell/exchange this file in anyway . i will never claim sader1992's work as mine . i will not remove the lines that say 'by sader1992' all the rights retain to sader1992 . Terms above may be changed or adjusted without prior notification .
     

    1282 downloads

    Updated

  17. 5.00 USD

    Jingle Bell Roulette - Script + PSD + Itens + Images

    Jingle Bell Roulette System with award of items, easy configuration of items, quantity and chance of success.
    By buying this script, you agree to these terms:
    You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Emperium Games 2017 - All Rights Reserved

    6 purchases   12 downloads

    Updated

  18. Free

    Santa Claus

    This script contains a quest to be run on Christmas, where you'll have to help Santa Claus to gather enought gift box while his imp went into a strike.
    If you need a guide, ask for it! (but please, read the file first, it's quite easy).
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.
    Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one

    329 downloads

    Submitted

  19. Free

    Strange Surgeon

    This script contains a quest where you'll be asked to help a surgeon to find a new place to work. It can also handle a changesex for players.
    If you need a guide, ask for it! (but please, read the file first, it's quite easy).
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.
    Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one

    181 downloads

    Submitted

  20. Free

    Veteran Quest

    This script contains a quest where an old adventurer will sing you a song, and where you'll have to ascomplish each step to become an adventurer yourself.
    If you need a guide, ask for it! (but please, read the file first, it's quite easy).
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the reward variable to ensure you'll be able to get the reward (on OnChooseItem).
    Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one

    274 downloads

    Submitted

  21. Free

    Quest - Crash Island

    This script contains a quest where you'll be asked to help finding back a bunch of missing people after their Airship crashed.
    If you need a guide, just ask for it, and I'll make one ^^
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.

    239 downloads

    Submitted

  22. Free

    Quest - Anti Priest

    This script contains a quest where you're following the Anti Priest path.
    The goal of an anti-priest is to be the exact opposite of the Priest, and therefor, you'll be asked to NOT help people, by spreading false infos for instance.
    If you need a guide, just ask for it, and I'll make one ^^
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.

    153 downloads

    Submitted

  23. Free

    Instance - Maker Mansion

    Hey peoples!
    This script is an instance based over the manga D.Gray Man
    Your goal here is to defeat the Maker, which create monsters from dead bodies.
    But he's invincible, as long as you won't have defeated his family, the Noas. For that, find one, kill him and seal him in the Akuma Factory.
    Also, I use a function of mine to give special points. It is therefor possible to give some points when fulfiling and instance, but you'll have to define a "AddPoints" function (I can release it too if necessary), or to change the reward mode.
    FInally, 4 level are available, with increasing monster count and influencing mobs size: Easy, Normal, Hard and Apocalypse (all big)
    Have fun

    425 downloads

    Updated

  24. Free

    Instance - Valhalla Garden

    Hey peoples!
    This script is an instance based over the Nine Worlds of Nordic Mythology.
    You'll have to go over the 5 most dangerous Realm, Jotunheim, Muspelheim, Helheim, Niflheim and Asgard to defeat the 4 Evil Rulers and Protect the Valhalla Gardens.
    Also, I use a function of mine to give special points. It is therefor possible to give some points when fulfiling and instance, but you'll have to define a "AddPoints" function (I can release it too if necessary), or to change the reward mode.
    FInally, 3 level are available, with increasing monster count and influencing mobs size: Easy, Normal, Hard.
    Have fun

    795 downloads

    Updated

  25. Free

    Instance - Poring Realm

    Hey peoples!
    This script is an instance based over the weakest mob: the Poring.
    You'll be asked by the Poring Realm to help the poring race to fight against Devilikan, the Evil Poring.
    But for that, and to prove that you're worth the fight, you'll have to encounter the life of a Poring!
    Also, I use a function of mine to give special points. It is therefor possible to give some points when fulfiling and instance, but you'll have to define a "AddPoints" function (I can release it too if necessary), or to change the reward mode.
    FInally, 4 level are available, with increasing monster count and influencing mobs size: Easy, Normal, Hard and Apocalypse (all big)
    Have fun

    527 downloads

    Updated


×
×
  • Create New...