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

    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

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

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

  4. Free

    Illusion Moonlight

    Illusion Moonlight Story.

    2108 downloads

    Updated

  5. Free

    Illusion Vampire

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

    1345 downloads

    Updated

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

    153 downloads

    Submitted

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

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

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

    503 downloads

    Updated

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

    536 downloads

    Submitted

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

  12. Free

    Bombring Event

    This is only working like an ordinary bombring event.
    No modifications added.
    Edit the time start using OnClockTimers.
    As per request by @shatowolf via PM
     
    No version 2 (with event timer checks and stuff) and no plans on adding it again in the future. - Pretty useless xD

    607 downloads

    Updated

  13. Free

    Click The Ninja

    How it works
    Every seconds some ninja will spawn (depending of the number of player on the map), the first to click on them will get a reward and will have to wait before being able to get another reward.
    To launch it, you can go it by hand or Auto start it with OnClockXXXX. The players will join using @ninja.
    Configuration
    You can edit the number of ninja, the timing between spawn, the delay between rewards ect. Follow the !!Modify
    With a small number of ninja spawning, only the fastest will get rewarded, if you spawn a lot of ninja, everybody will get a chance to have one!
     
    There's more information to help the configuration inside the npc.

    299 downloads

    Submitted

  14. Free

    Advent Calendar Event with scavenger hunt [Prontera]

    This is a small advent calendar event I wrote for a small server I played on.
    Since christmas is over now, and people enjoyed it I felt others might want to have it on their servers next year as well, or use it for a different seasonal event.
    It automatically checks for the current day in regular intervals, and enables automatically on december 1st if it is loaded, and can be used until december 31st.
    Description ripped out of the script header:
    //===== Description: =========================================
    //= Advent Calendar Script with randomized order, account locked.
    //=
    //= Players have to wear a Santa Hat for the event, which they can
    //= obtain from Santa Clues
    //= After talking to Santa Clues,
    //= players get a hint for a house in prontera.
    //=
    //= Reaching that house they get a code word.
    //=
    //= They have to go back to Santa Clues, tell him the word (type it, case does not matter)
    //= to get another hint.
    //=
    //= Each day gives 3 more hints, and with 3 hints of a day you can
    //= then open the advent calendar box at the christmas tree
    //= Successfully opening the box yields a reward
    //===== Additional Comments: =================================
    //= For debugging / testing, you can use the Debug-Helper
    //= Simply whisper "NPC:XmasEvent" ingame with a gm level 99 account, to get
    //= the debug npc dialogue.
    //= It shows generic info about current accounts quest state
    //= You can enable/disable it for testing purposes or in case of an imurgoncay
    //= You can also set your (gm accounts) progress to a specific point, to check doors, hints, and rewards
    //= So you do not have to do 23 days of questing to check if day 24 reward actuially works.
    //=
    //============================================================
     
    Minor changes have been made after that event happened on our server, mostly reogranized values and made sure that the rewards are common.
    You are highly encouraged to change those to fit your server!
    Values that can be changed are marked with
    //= Setting:
    in the script.
    You may also want to edit the coordinates for santa clues, or the advent calendar/christmas tree.
    The event is intended to be used with the christmas prontera map.
    Licensed under GNU General Public License v3.0
    You can find this and maybe other NPC scripts in the future on my Github: https://github.com/LePrau/rathena_custom_npcs
     

    105 downloads

    Updated

  15. Free

    Poring Search

    One version of poring search. A lot of poring are spawned but with bad name, only some are well written.
    You go on 3 maps and the real winner is the one that find the last poring. Each time you find one good poring, you get a reward, so, no more "just one winner", multiple winner each event. But each time you kill a wrong one, you're warped out. I suggest to make a custom poring with 1 hp and no looting mecanism and to disable the skills on the map.

    The first map has more real poring than the second map and the last map has only one. You can edit the rewards, the map ect in OnInit.
    Automatically end the event for no possiblity in farming the rewards/overflow the server.

    You can start the event with a whisper to the npc as an admin, or add it to your event flow.
    It should work on really old rathena version, it doesn't use anything really new.

    461 downloads

    Submitted

  16. Free

    Sader's Other Dimension Tree Of Savior

    What Included :
    a small map for the system
    the script
    what you should put in the instance db (you are free to change the id!)
    Description:
    if you play Tree Of Savior , you might know The Other Dimension.
    The main idea is the player can join The Other Dimension it's a solo instance
    he can join as much as he want , the Goal is to reach the Highest Stage impossible in 20 min or until he die!
    in Tree Of Savior The Other Dimension is one stage monsters and the 2nd stage boss
    endless (i didn't finish it before but the idea is to not finish it!)
    The rewards are sent to the mail at the end of the week
    see the config to edit it (search for OnInit)
    in Tree Of Savior the rewards are coins that you get each week
    you can do that and activate the shop option
    there is 1 array for the items id and 2 array for the counts
    the first count array is for any Participant
    the other count array is if the player was the first in his class and the Participants from his class is more than .MiniParticipants
    you can block classes , or even make the monsters per class (Check Add for more info)
    there is a rank option to check the players's max stage per classes
    there is no drop nor exp in the system!
    i Added 40 stage for testing and as example for you , just remove it all and build your own!
    the stages i added has no balance! add it to what best for your server.
    i suggest making +100 stage , make sure that no player can reach the final stage but
    make it really hard not impossible!!
     
    if you have problem with the script , you can use the forum post to report it to me, and me or someone else will help you fix it.

    651 downloads

    Updated

  17. Free

    Ambernite Game

    a little gift from TakeRo to you.
    the fro players will know you
     
     
     

    273 downloads

    Updated

  18. Free

    Nogg Road F3 (Mag_dun03)

    All instructions are on the txt

    things missing:
    * mobs slaves
    * official drop chances
    * enchant system (lapineUI)
    * exp may not be right
    Feels free to dm me on HaureN#3690 or [email protected]

    repo: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/mag_dun03

    371 downloads

    Updated

  19. Free

    Glast Heim Challenge Mode[ Items Only ]

    the content of this files are ONLY the ITEMS not the instance not the mobs just the ITEMS and ENCHANTS, i already made a PR but i'll also post here while it isn't merge
     
    https://github.com/haurenburu/ragnarok-content/blob/master/rathena/Old_Glast_Heim_Challenge_Mode.txt

    323 downloads

    Updated

  20. Free

    Mixer / Exchanger

    Its basically a NPC that allows the GMs to add unlimited amount of Exchange Quests. I think that describes it the best, please test it. Player will see whatever was set by the GM, and will be able to do the Exchange.

    175 downloads

    Updated

  21. Free

    Alon Event

    Alon Event
    Alon is a Tagalog translate from Wave


    Alon Event is another Team Event and consist of 10 party member as a default. Player must be clean all monster in map
    Round 1-4 is easy Wave , Round 5 is Bonus round & Final Round & Round 6-9 is the hard part

    Good for High Rate Server & Mid rate server . Enjoy!

    Do not claim as your own work. Removing my Author in script meaning you claiming my works!

    328 downloads

    Updated

  22. Free

    Find the GM (hide and seek)

    A simple event. the GM npc will teleport to a random location in the specified map, and the first player to find him will win the round.
    //SETTINGS .rounds = 3; // for how many rounds should the event last? .map$ = "prontera"; // the event where the gm will hide .itemReward = 1; setarray .rewards[0],909,5,716,2; // [itemId, itemAmount, {....}] .zenyReward = 0; .zenyAmount = 1000; .debugMode = 0; .npcName$ = "GM Masta"; .countdown = 3; // the time between event announcements and when the event actually starts. .automatic = 1; // automatic event or does it need a gm to run it manually? .runEvery = 1; // (ignore if manual) run the event ever X hours .offset = 1; // (ignore if manual) sometimes, you might have another event/announcement at the same time as the event announcement. you can set an offset (announce X minutes after event time.)  

    422 downloads

    Updated

  23. Free

    Caça Toupeiras / Whack-A-Mole

    [PT-BR]:
    O script funciona como instância, é um jogo onde o player pode iniciar uma partida sempre que quiser, quanto mais toupeiras ele acertar mais pontos ele acumula, a partida termina quando ele somar o máximo de erros que pode cometer (configurável), o player precisa acertar um mínimo de toupeiras por ciclo, conforme os ciclos aumentam os acertos mínimos também (limitando-se ao máximo de 3), acertar o cachorro contará como erro, os pontos não são acumulativos ou seja, o player entrará par ao rank com o primeiro char que ele fez a partida e será contado por conta, quando ele atingir um valor máximo de pontos na partida que supera o do seu rank anterior ele atualiza, o rank reseta todo o domingo as 12h e converte os pontos para usar na loja da toupeira.
    Cred: Tio Akima (criador do mapa) 
    Cred: Frost (guia add custom npc)
     
    [ENG]:
    The script works as an instance, it is a game where the player can start a game whenever he wants, the more moles he hits the more points he accumulates, the game ends when he adds up the maximum mistakes he can make (configurable), the player needs hitting a minimum of moles per cycle, as the cycles increase the minimum hits as well (limited to a maximum of 3), hitting the dog will count as an error, the points are not cumulative ie the player will enter the rank with the first char he made the match and will be counted on account, when he reaches a maximum point value in the match that exceeds that of his previous rank he updates, the rank resets every Sunday at 12pm and converts the points to use in the mole shop .
     
    NOTE:  Perhaps the translation was not the best, so you can send a suggestion that I will be correcting.
    Cred: Tio Akima (map creator)
    Cred: Frost (guide add custom npc)


     
     
     

    550 downloads

    Updated

  24. Free

    einbech dun 03 mob_db, warpnpc, mobnpc, and mob skill

    just wanna share mob database I made based on Einbech Dungeon 3 - NovaRO: Wiki (novaragnarok.com) Mobskill is not official. 
    video is attached, in .rrf extension file.

    einbech dun 03.rrf

    546 downloads

    Submitted

  25. Free

    Quest Point System

    [PT-BR]
    O sistema consiste em da 1 quest/missão ao player, o jogador que a fizer ganhará 1 Ponto de Quest, esses pontos o player porá usar para trocar por custons ou algo de seu interesse, as quest são sorteadas de forma aleatória dentre as dificuldades, e os Admins/GMs podem adicionar itens de quest in-game assim como podem editar também.
     
    Obs:  Mais em baixo deixarei uns videos relacionado ao sistema, o script tem algumas alterações se comparado com os videos mas nada de mais.
    Obs2: Caso alguém encontre algum bug ou queira da sugestões fique a vontade, farei assim que puder.
     
    [ENG]
    The system consists of 1 quest to the player, the player who makes it complete earn 1 Quest Point, and these points you can use to exchange for custom or something of interest to you, the quests are random, and the Admins / GMs can add quest items in-game like this you can edit too.
     
    Note: Below I will leave some videos related to the system, the script has some changes compared to the videos but nothing major.
    Note2: The translation is not very good, but I believe can understand it, you can make suggestions for me to make the improvement.
     
     
    Videos:
     
     

    470 downloads

    Updated


×
×
  • Create New...