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

124 files

  1. Free

    LMPQ - Ludi Maze Party Quest

    Introduction:
    This LMPQ exists in MapleStory, I am just copy the idea of how it work, and try to port it into RO.
    However, its far from perfect, originally I planned to get a custom map with x-mas theme, something like toy factory since it kinda match with MapleStory's Ludibrium town/dungeons. 
    But plan failed, tried to approach several person to help me with some of the client side stuff, but not everyone have the free time or interested or maybe not willing to work on free maps/clientside release nowaday.
    Anyhow, maybe you could just replace with your own custom map, or even better if you could share with everyone like I share the scripts. The more the merrier!
    So, if anyone willing to help me with custom maps/client side edit, let me know ? . Sometime collaborating with others could make great contents for release to other member.
     
    How it work:
     
    The objective of this party quest is to collect at least a certain tickets by killing monsters and to reach Ludibrium Maze 16 (henceforth known as Room 16).  Navigating through the maze needs a firm foundation of how the rooms operate. When you have successfully entered into the maze, your party will be thrown into a random room. Each type of monster drops a random amount of tickets at certain rate. Some rooms consists of mystery treasure box that summon monsters upon destroyed. These summoned monster has better loot value,  which are important factor to complete the PQ in a short period of time. The more passes you have, the more experience points you will obtain at the end of the PQ. There exists trick to conquer this PQ in a very short duration, I'm not gonna reveal/spoil how is it, and l'll just leave it to you to explore it.
     
    Mirror Link : Pastebin
     
     
     
     

    154 downloads

    Submitted

  2. 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

  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. ?
     

    739 downloads

    Updated

  4. 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. ?
     

    505 downloads

    Updated

  5. Free

    Novice vs Zombie - 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.  
     
    Works the same with my other event scripts.
    Regular Novice v Zombie script. I just updated it and added some features.
    Enjoy.
     
    I dont know who exactly made this idea so i cant credit him properly.
     
    This is a response post from this topic:
     
     

    854 downloads

    Updated

  6. 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. ?
     

    539 downloads

    Submitted

  7. Free

    Illusion Moonlight

    Illusion Moonlight Story.

    2108 downloads

    Updated

  8. 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

  9. 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

    280 downloads

    Updated

  10. 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

    522 downloads

    Submitted

  11. 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.

    386 downloads

    Submitted

  12. 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 .
     

    1293 downloads

    Updated

  13. Free

    Malangdo Cat Paw Merchants - A Comerce System

    Not only merchants can do some zenys by doing comerce, you can make so the players can make zeny by carrying products from one town to another.
    This system were inspired on Mabinogi's comerce system, cat paw representants can be spotted inside the towns (or on the lower field in prontera) and you can buy products on it, and then walk all the way to the other town to sell them for more zenys.
    It is easy to learn how to make profit on the system, you have to prompt to buy the items that have green text, check out their values though, and the discount they receive, will be shown a list of towns and the prices that the item is going to be bought for there, check out the green text towns because are the towns that you will get more profit, walk to the town and sell the product there. Bandits have the chance of appearing based on the summed value of the items you're carrying with you. The Cat Paw Merchants only cover the area of the 5 main towns, that are from Prontera to Aldebaran, Lutie also have a vendor, If you checked the script, you will notice that npcs from Comodo to Hugel are deactivated, that is because they doesn't have products for sale currently. If you study how the npc works, you will be able to add more products for sale, though. There is a special leveling system for this npc, the Merchant level, you gain exp on it at every sucessful trade you do, the Merchant level increases the weight of items you can carry at once, so buying hundreds of a item when first using the system is impossible. At every 2 hours in server time, the products prices will shuffle, It is recommended to avoid doing trade if you know that you will not reach the other town before the time passes. There is a Daily quest includded, where the npc will ask you to do 5000 Zenys of profit. You can install the npc normally like any other npc, just pay attention, there are two files named item_db.txt and item_avail.txt, you have to go to the db folder of your server, open the files that have the same names, paste the content from the respective file that comes with the npc inside the file in the db folder, then save, do not replace everything right away, It is gonna break your server database and you'll be in a creek.
    Why I used the Merchant Test box as model for the items? Easy, who will want to prospect something that they are going to sell for zenys?

    268 downloads

    Updated

  14. Free

    (Bug Fixed) Fishing Simulation System (Timing Fishing + Sound Included)

    [NOTE] For now on I will keep release all of my work for free , I hope most people can enjoy my script without paid. But if you still want to support my work, please consider donate or become my patron. Thank you.
     
    Tired of boring odd base fishing game which just click and wait for the reward?
    Then maybe you will need this simulate fishing game. Idea from a Japanese Video Game.
    The Legend of Heroes VI: Sora no Kiseki

    Feature:
    Easy add / modify / remove local database Not bound to npc when fishing, that mean you can walk freely, but there are timeout there. Everyone can look and hear how you fish Sound Effect included Easy setup and configure each fishing spot Can easily duplicate the npc and will not conflict to each other Global Rod / Bait / Fish Database Example:
    Each Spot Npc Example:
    This script need my release of:
    If you bought this script and need help on setting the npc, feel free to pm me on rAthena mailbox.
    Suggestion are welcome.
    Upcoming List:
    Leaderboard Fishing Contest Private Pond & Public Pond By downloading 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 and sound. Terms above may be changed or adjusted without prior notification. Copyright © - Yuchinin 2017 - All Rights Reserved

    2169 downloads

    Updated

  15. 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

  16. 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

    797 downloads

    Updated

  17. 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

    531 downloads

    Updated

  18. Free

    Instance - Devil Square

    Hey peoples!
    This script is the Devil Square instances rewritten for rAthena.
    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

    966 downloads

    Updated

  19. Free

    Instance - Champions Arena

    Hey peoples!
    This script is an instance based over mobs level.
    You'll have to crawl over the levels to kill all monsters, and the matching guardians.
    Each level is harder than the previous one, and the mobs and guardian level increase with it, starting to lvl 50 up to lvl 100.
    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

    543 downloads

    Updated

  20. Free

    Instance - Boss Nest

    Hey peoples!
    This script is an instance based over mobs race.
    You'll have to crawl over the levels to kill all monsters, starting by insect type to Demi Human one.
    Each level has it's own guardian, which must be defeated to reach next one.
    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

    594 downloads

    Updated

  21. Free

    Instance - Astral Temple

    Hey peoples!
    Here's one of the first instances I ever made, and finally release after years.
    This one is based over Saint Seya - Battle of the Sanctuary and the Zodiac Hats.
    It's purpose is to go over the 12 Zodiac Houses to defeat guardians and progress til the Horde Master, who attacked and corrupted the Temple.
    For this, you'll have to activate the Stars, spread around the floor, which represents the constellation, and guarded by monsters, matching the Zodiac House you're in, to call the guardian.
    The one defeating it get some chance to get the matching Zodiac Hat.
    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

    837 downloads

    Updated

  22. Free

    Instance - Lonely Mountain

    Hey peoples!
    This script is an instance based over Bilbo The Hobbit's story.
    You'll have to defeat the Dragon ruling the Mountain to free it and allow peoples to get back to it. 
    But he's invincible as long as you don't kill and seal all the army leaders he has under his command.
    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

    614 downloads

    Updated

  23. 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

  24. 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

  25. 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

    275 downloads

    Submitted


×
×
  • Create New...