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

    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

  2. Free

    Mini-Game Center

    A Collection of mini games and events for gambling.
    Currently Consist of just 1 NPC will be updating every time i add more, taking request

    921 downloads

    Updated

  3. Free

    Bombring

    Features
    1. 5-minute wait time
    2. 5 rounds of 30 seconds each
    3. Mechanics:
    Win conditions:
    only 1 player left
    or all rounds finished
    # of bombrings spawned:
    if players <= 20: 3 * #of players
    if players > 20: 60
    Frequency of bombring spawn:
    Round 1: every 4 seconds
    Round 2: every 3 seconds
    Round 3: every 2 seconds
    Round 4: every 1.5 seconds
    Round 5: every 1 second
    4. rewards: (configurable, just search for "CASHPOINTS")
    winner(s): 250 CASHPOINTS + configurable item
    non-winners: 100 CASHPOINTS
    5. GM commands:
    @enablebombring to start
    @disablebombring to interrupt

    878 downloads

    Updated

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

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

    839 downloads

    Updated

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

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

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

  9. Free

    [NPC] Code Breaker Game

    Information
    It is an individual player type game.
    Objective of the game is to guess a 3 digit number where none of the digits repeat.
    There are 3 difficulty settings depending on the number of guesses which is configurable.
    Clues are given for the previously guessed number.
    Prizes for each difficulty can be set through the GM Panel (level is configurable).
    Configuration
    In-game configuration is available for the Prizes (GM only).
    Script configuration is found at the bottom of the file:

    // ---- CONFIG ------------------------------------------------------------------------------------ // NPC Name set .NPC$, "[ Code Breaker ]"; // Minimum GM Level for GM Panel. [Default: 60] set .minGMlvl, 60; // Number of Guesses per Difficulty (Easy, Medium, Hard) [Default: 5, 3, 2] setarray .CB_Guess[1], 5, 3, 2; // ---- END OF CONFIG -----------------------------------------------------------------------------
    Credits
    Created by Xantara
    Requested by Yukino
    Function createCode optimized by KeyWorld
    License

    This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
    Do not mirror without my consent.

    792 downloads

    Updated

  10. Free

    Daily Gem Collection Quest

    This is a simple script that can kill time for your players, it is a repeatable quest that requires players to collect the birthstones(topaz, opal, etc.) available in RO..
    Installation
    Enable the script on your NPC folder
    Edit the commented lines to the reward that you want to be given to your players
    Disable the Jeweler NPCs on npc/merchants/shops.txt

    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.

    781 downloads

    Updated

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

    775 downloads

    Updated

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

    765 downloads

    Updated

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

  14. Free

    Dynamic Devil Square

    A Rework of Euphy's Devil Square Event
    Changelog
    v1.3
    - Fixed Map-server Error about waitingroom
    v1.2
    - No. of monsters fixed to 3 * No of players inside Devil Square- Changed Monster level range per round to compensate for renewal monsters - Round 1: Monster Lv60 ~ 70 - Round 2: Monster Lv70 ~ 75 - Round 3: Monster Lv75 ~ 80 - MVP Round: if players <= 5: MVP levels from 1 ~ 120, else: 100 ~ 120 - These levels can be changed by searching for "query_sql" and changing the numbers in the lines- Added a ([ (1 / (2 + (n*5))) *100]% chance to spawn another MVP after killing it, where n is the number of MVP rounds so far - example: after killing the 1st MVP there is a [(1 / (2 + (0*5))) *100] = 50 % chance to spawn another MVP after killing the 2nd MVP there is a [(1 / (2 + (1*5))) *100] = 14.29 % chance to spawn another MVPA short summary for 10 rounds:http://imgur.com/uChQv0r- This chance can be changed by searching for "set $MVPDefeat" and changing the number in the line - Spawned Treasure Chests now considers all kinds of spawnable Treasure Chests from mob_db_re
    v1.1
    - changed Round 3 Player-to-Monster-Ratio to 1:3x3 (3 sets of 3 instead of 3 sets of 5)- fixed problem about not being able to enter Devil Square during Auto Event Trigger
    v1.0 Initial Features:
    - Random selection of mobs through SQL query - Round 1: Monster Lv40 ~ 50 - Round 2: Monster Lv51 ~ 55 - Round 3: Monster Lv55 ~ 60 - MVP Round: MVP LV60 ~ 70- Takes into consideration on how many players are inside the Devil Square - Round 1: 3 x No. of players - Round 2: 3 x No. of players - Round 3: 3 x No. of players //change - MVP Round: 1 MVP- 1 minute wait time after each wave- 3 rounds of normal monsters- 1 MVP round after the 3 rounds of normal monsters- 1% chance of summoning another MVP thereafter- separated script for NPCs and event

    708 downloads

    Updated

  15. Free

    RFYL with traps

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

    708 downloads

    Submitted

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

    655 downloads

    Updated

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

    654 downloads

    Updated

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

    641 downloads

    Submitted

  19. Free

    [AI] Mobspawn

    [AI] Monster Invasion Event
    The monster invasion which will change difficulty depending on how well the players are doing!
    Description:
    This script will allow the users to go through a monster invasion event in three stages, helping a poor Banquet Houseman who can't finish his job. The monsters spawned are first determined by the level of the character, and then adjusted depending on how difficult it was for him/her.
    The player has 10 minutes to clear the three stages. If the player runs out of time, the HP is decreased for the spawned monsters, if the player finishes it in under 5 minutes, the HP is increased for the spawned monsters.
    If the player dies a lot of HP during the event, the damage is decreased for the spawned monsters and likewise if the player don't get hurt that much, the damage is increased.
    It will search for monsters in the table `mob_db` so if you don't want it to find custom mobs, add them to `mob_db2`.
    It will only find monsters who match these criteria:
    Attack is above 1 and matches the difficulty
    HP is above 1 and matches the difficulty
    DEF and MDEF is below the users level
    The monster can move and attack

    Requirements:
    This script uses the queue system found here. You need to download and add it.
    You need to set up the config at the top of the script.
    Settings in the script:
    Name of NPC
    Which queue number it should have (leave this as 1 if you're unsure)
    What map the event should use, make sure it's an empty map
    Where the player enters the map
    If donators/GMs should have priority in the queue system

    Prize:
    The script will look up the 100 rarest items owned by players on your server and give one of those.
    It determines the rarity by how many is owned overall by the players.

    635 downloads

    Updated

  20. Free

    Soul Hunters

    Small Description:
    You can read the game information in game directly from the NPC, it has an option to do that.
    This minigame, is easily configurable, in game, so you don't really have to edit anything directly from the script.
    Installation:
    Simply just add it in our scripts_custom.conf, add in your folder, and run your server, should run just fine!
    * To configurate the default values you may just log in game with your GM account lvl 99 and click the NPC.
    Not confirmed known bugs:
    Autowin not working, once reach the MAX amount of points, doesn't count it as win also, until the timer runs out.
    - Report any other bug found -
    ~Enjoy~

    633 downloads

    Submitted

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

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

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

    598 downloads

    Submitted

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

  25. Free

    Dicebet Gambling

    Dicebet Gambling
    This is a simple script that allows players to gamble with other player using dicebet command.
    This idea came from  GTA SAMP which me and my brother played before. He asked me if I can implement it into his server so I did.
    I decided to share it here so I can give some contribution here even with this simple script.
    I hope you guys would like it and please report if you found any bugs in the script.

    I'm actually thinking ways to optimize this script and add some features into it. So I guess suggestions will be welcome. 
     
    Configuration
    OnInit: .MinBet = 1; // Minimum amount to bet .MaxBet = 500000000; // Maximum amount to bet NOTE: If you increase it by 500m, make sure that max zeny allowed per char is > 1b
    New Atcommands
    @dicebet <opponent name> <amount to bet> - sends a dicebet invitation to another player
    @acceptdb - accepts the dicebet invitation
    @declinedb - declines the dicebet invitation
    @resetdb - resets the dicebet invitation

    565 downloads

    Updated


×
×
  • Create New...