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

    Monster Counting Game

    A mini event where a numbers of monsters will be spawned within a specified area. Players have to count for the monsters that exist within that area and tell the NPC to win the event.
    Btw, this is just a new version of event based on my previous Flower Counting Event.
    Thank you @AnnieRuru for delivering me the idea of using "live" monsters.
    Configuration:
    OnInit: // how many rounds .max_round = 3; // minute each round .max_duration = 3; // dummy mob id represent wall .wall_mob_id = 1085; // ( x1,y1,x2,y2 ) area for event setarray .xy_area, 151,169, // ( x1,y1 ) 161,179; // ( x2,y2 ) // monster list used in event setarray .monster, 1002, 1031, 1836, 1595;
    Preview :

    Feel free to share your idea/opinions to improve this.

    2222 downloads

    Updated

  2. 15.00 USD

    Monster Defense

    About This Script:
    1. You must defend one (1) monster from ten (10) different kind of waves. However, there will be three (3) bonus waves which is not part of the ten (10) waves. You must defend and guard the monster from the monsters spawned, once you have finished all the ten (10) waves, you will be rewarded at the end.
    2. Every wave vastly increases its difficulty.
    3. Each wave has different monsters and some of them may be boss and MvPs.
    4. Event is not automated.
    5. Configurations and instructions can be read inside the file.

    What's More:
    1. The monster must not get hit a thousand (1000) times or you will fail the event. Number of hits can be changed, instruction inside the file.
    2. Modifying mob_db and mob_avail.

    What's Coming:
    1. A video related to this script, how it runs and such.
     

    Terms and Agreement:
    You are not allowed to hand out this file, modified or not, free or with price. Chargeback scams are not tolerated and will get you punished on rAthena. All rights still remain to the creator of this script. These terms and conditions are subject to change without prior notice. Copyright © - Freya 2017 - All Rights Reserved

    15 purchases   29 downloads

    Updated

  3. Free

    Monster Invasion (Top 3)

    This NPC will summon a given amount monster in a given map
    Every time the player kill a monster, he will be given a point
    The 3 player that have the highest points will be rewarded
    Ranking will reset when the Event is started

    820 downloads

    Updated

  4. Free

    Monsterspawn Event

    Every half hour will start the event and spawn Monsters.
    The event stats with a broadcast massage.
    How to start/stop the event?
    - Whisper the npc with "npc:MSE" and write a random word.
    How to changed the settings?
    - At line 10 you can change the requried GM Level.
    "set .gm,99;"
    - At line 46 you can change the time when the event should start.
    "OnMinute30:"
    - At line 49 you can change the monster that will be spawned.
    "set (.mobid,1002);"
    - At line 50 you can change the monstername.
    "set (.mobname$,"EventMonster");"
    - At line 51 you can change the monstercount that will be spawned.
    "set (.moba,5);"
    If you have any questions, don't be shy to ask me.
    Greetings
    WhiteEagle

    777 downloads

    Updated

  5. Free

    Morse Cave

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Morse Cave instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.
     

    418 downloads

    Updated

  6. Free

    Mushroom Slot

    Information
    This script spawns a set of mushrooms after certain set of time.
    The players can click on them and spend some zeny to get rewards (or nothing) from them.
    The mushrooms will disappear after 5 minutes have passed.
     
    Use Case
    As an zeny sink event.
     
    This script is only guaranteed to support rAthena. If it somehow break on Hercules-based emulator, I could fix it at an additional price.
     
    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. You will not get any support if you are using an old build of rAthena from 6 months ago or earlier. Your rights to receive free supports may be revoked at my discretion if you are being abusive Terms above may be changed or adjusted without prior notification. Copyright (C) - Secrets 2017 - All Rights Reserved

    101 downloads

    Updated

  7. Free

    MVP Ladder - Instanced Edition

    MVP Ladder - Instanced Edition is a rewrite of the MVP Ladder event that is included in rAthena project custom NPC folder.
    It retains 90% of original functionality except multiple parties can participate in the ladder without having to wait for the other party to finish anymore.

    642 downloads

    Submitted

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

    372 downloads

    Updated

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

    862 downloads

    Updated

  10. Free

    Part Time System + Restaurant( Waiter , Chef , Bartender , etc )

    //===== rAthena Script =======================================//= Part Time Function //===== By: ==================================================//= Yuchinin//===== Current Version: =====================================//= 1.0//===== Compatible With: =====================================//= rAthena Project//===== Description: =========================================//= A part time system I wrote for testing my skill.//= Currently only waiter part is completed.//= May contain bug or unfinish stuff//=====******** Note ********=================================//= This will add nothing but function for://= ~ Part Time System + Restaurant( Waiter , Chef , Bartender , etc ) (npc.txt)//= Better let this load first before adding my other script.//===== Additional Comments: =================================//= 1.0 Initial release.//============================================================

    //===== rAthena Script =======================================//= Part Time System + Restaurant( Waiter , Chef , Bartender , etc )//===== By: ==================================================//= Yuchinin//===== Current Version: =====================================//= 1.1//===== Compatible With: =====================================//= rAthena Project//===== Description: =========================================//= A part time system I wrote for testing my skill.//= Currently only waiter part is completed.//= May contain bug or unfinish stuff//=====******** Note ********=================================//= This script need my release of://= 1. Common Useful Function (common.txt)//= 2. Part Time Function (function.txt)//= Better let it load first before adding my other script.//===== Additional Comments: =================================//= 1.0 Initial release.//= 1.1 Fixed stuck when waiter claiming wages (arrdel)//============================================================
    I am going to play the firework now!
    After that will upload screenshot.
    Happy Chinese New Year 2016 to Everyone!!! XD

    656 downloads

    Updated

  11. Free

    Poring Catcher

    PORING CATCHER MADE
    BY: SHOGS-GFX and RAGNAROK DEVELOPERS
    Please Report if you encounter some errors
    https://www.facebook.com/ShogsGfx
    MORE UPDATES TO COME FOR BETTER FUNCTION

    2345 downloads

    Updated

  12. Free

    Poring Catcher - Suicide Edition

    Poring Catcher - Suicide Edition
    This is the Catch the Poring Event like it is well know, but there spawns to kinds of Porings. The first will kill the Player and nothing happen's. The second will give a Reward. Also you can set a mappoll and the event change the location random every time it starts.
    Features:
    Reward for the winner can be set
    "Killer Porings" amount that will spawn can be set
    "Normal Porings" amount that will spawn can be set
    A Mappoll can be set for maps the event can start

    Pack includes:
    NPC Script

    409 downloads

    Updated

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

    506 downloads

    Updated

  14. Free

    Poring Catcher Event

    This is Yet Another Poring Catcher Script which was used on my server..
    Basically, the event spawns 1 Poring with the correct name and 36(multiplied by the number of players inside) fake Porings..
    When the player kills the poring named correctly, s/he wins!
    However if s/he kills the fake poring, player gets warped out..
    Installation
    Enable the script on your NPC folder
    To trigger it, you have to create a new NPC, something like this

    - script PCETrigger -1,{ OnMinute00:if(gettime(3) == 0 || gettime(3) == 3 || gettime(3) == 6 || gettime(3) == 9 || gettime(3) == 12 || gettime(3) == 15) donpcevent "pcetrigger::OnCatcherTrigger";end; }
    Carefully read the comments I made inside the script and make sure to configure it properly

    Edit the warper NPC coordinates
    Edit the prize to be given
    Edit the coordinates where you will warp losing players

    Terms & Conditions
    You are not allowed to reproduce or make profit of this script
    You are not allowed to take credit for this script. Though you can modify/edit it to your liking.
    I can give you support, but please, do not message me.

    1454 downloads

    Updated

  15. Free

    Poring Hell - custom instance by Velda

    Hey there,
    all of necessarry info i already mentioned in project releases topic here:

    I'm adding this to downloads section so everyone can find it here.
    I had to divide .zip file into 3 files since here is restricted size 30MB for one file. Enjoy.

    467 downloads

    Updated

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

    466 downloads

    Submitted

  17. Free

    Poring Village

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So this is my Poring Village version, based over videos, irowiki, infos I've found here and there, and divine-pride library for databases.
    In the rar, you'll find all you need, including instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please leave the credits, and do not claim my work as yours

    766 downloads

    Updated

  18. Free

    Potion Brewer NPC

    This script is an alternative way to obtain special potions. In my server BEFORE, being a high-rates server, I used this as a quest to create full restore potions with 1 weight only..
    It has a level function, the higher the brewing level of the player, the higher the chance of his brews would success. Brew Exp is only given when the player successfully brews the potion which can be configured easily.
    Installation
    Enable the script on your NPC folder
    Carefully read the comments I made inside the script and make sure to configure it properly

    Terms & Conditions
    You are not allowed to reproduce or make profit of this script
    You are not allowed to take credit for this script. Though you can modify/edit it to your liking.
    I can give you support, but please, do not message me.

    599 downloads

    Submitted

  19. Free

    pRO Monster Hunter Mission

    This is a complete custom made copy of Ragnarok Online Philippines' Monster Hunter Mission Quest Event for the month of September.
    Sorry if the script is so messy since I'm still a newbie in Scripting.
    The info of this quest is you need to bring the following quest items that requested by Master Hunter npc.
    You can check the event details here : https://www.ragnarokonline.com.ph/news/monster-hunt-sep2017
    You can check your quest in Quest Tab (Alt+U) if you want to check what item are you going to bring to Master Hunter and where you can get it.
    Important Note:
    You need to add this in your db/import/quest_db.txt in your trunk and data/questid2display.txt in your grf.
    db/import/quest_db.txt (In trunk)
    100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" 100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Hunter Mission" data/questid2display.txt (In GRF)
    100001#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Orc Warrior and bring Orcish Voucher 50 EA together with 50,000 Zeny# # 100002#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Hode and bring Earthworm Peeling 50 EA together with 50,000 Zeny# # 100003#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Sohee and bring Black Hair 50 EA together with 50,000 Zeny# # 100004#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Bigfoot and bring Bear's Footskin 50 EA together with 50,000 Zeny# # 100005#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Raydric and bring Brigan 50 EA together with 50,000 Zeny# # 100006#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Pasana and bring Broken Sword 50 EA together with 50,000 Zeny# # 100007#Monster Hunter Mission#SG_FEEL#QUE_NOIMAGE# Kill Anolian and bring Anolian Skin 50 EA together with 50,000 Zeny# #  

    394 downloads

    Submitted

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

  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.

    240 downloads

    Submitted

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

    476 downloads

    Updated

  23. Free

    Refine Challenge + Ranking

    Information
    This script let players turn in a certain item specified by the GM in exchange with reward points which increase with refine levels.
    A ranking ladder is also included to allow your players to see who is the refine master!
     
    Use Case
    As an equipment sink event.
     
    This script is only guaranteed to support rAthena. If it somehow break on Hercules-based emulator, I could fix it at an additional price
     
    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. You will not get any support if you are using an old build of rAthena from 6 months ago or earlier. Your rights to receive free supports may be revoked at my discretion if you are being abusive. Terms above may be changed or adjusted without prior notification. Copyright © - Secrets 2017 - All Rights Reserved

    155 downloads

    Updated

  24. Free

    RFYL with traps

    You need to run from monster. More difficulties with different traps on the way.
    Good luck~

    708 downloads

    Submitted

  25. Free

    Room Of Consciouness

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Room of Consciouness instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    414 downloads

    Submitted


×
×
  • Create New...