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

133 files

  1. More information about "Illusion Vampire"

    Free

    Illusion Vampire

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

    1401 downloads

    Updated

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

    801 downloads

    Updated

  3. More information about "Dice Event - Yet another version"

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

    825 downloads

    Updated

  4. More information about "Soul Hunters"

    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~

    642 downloads

    Submitted

  5. More information about "Monsterspawn Event"

    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

    800 downloads

    Updated

  6. More information about "Infinite Space"

    Free

    Infinite Space

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Infinite Space 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.

    1088 downloads

    Updated

  7. More information about "Part Time System + Restaurant( Waiter , Chef , Bartender , etc )"

    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

    696 downloads

    Updated

  8. More information about "Poring Catcher - Suicide Edition"

    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

    425 downloads

    Updated

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

    943 downloads

    Updated

  10. More information about "Endless Cellar"

    Free

    Endless Cellar

    Hello peoples,
    I've been asked recently to create instances that aren't release on rathena yet
    So here's my version of Endless Cellar 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.

    1104 downloads

    Submitted

  11. More information about "Dicebet Gambling"

    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

    601 downloads

    Updated

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

    919 downloads

    Updated

  13. More information about "Poring Village"

    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

    812 downloads

    Updated

  14. More information about "Tic Tac Toe Minigame Script and Map"

    15.99 USD

    Tic Tac Toe Minigame Script and Map

    ✖ O ✖ Tic·Tac·Toe miniGAME O ✖ O
     
     
    Features:
    · 2 player based minigame
    · Fully automated
    · Free map included! (tictactoe.rsw)
    · Detects tied game
    · 1st turn selection is randomised
    · Very easy to install: Just copy the map files to your GRF and the script files to your custom NPC folder.
    · Lots of fun for your players!
    ✪ Buy once and have access to future updates! ✪
     
    [ ! ] If you have any questions or you need to contact me for support, you can reach me at @Leeg or you can post a comment here and I will receive a notification. 
    You can also send me an email at:
     
    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 (Leeg) still retain all rights to this script.
        - Terms above may be changed or adjusted without prior notification.

    27 purchases   103 downloads

    Updated

  15. More information about "Last Man Standing - Yet another version"

    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.
     

    905 downloads

    Updated

  16. More information about "Glast Heim Challenge Mode[ Items Only ]"

    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

    350 downloads

    Updated

  17. More information about "Instance - Devil Square"

    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

    1082 downloads

    Updated

  18. More information about "Temple of Demon God"

    Free

    Temple of Demon God

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Temple of Demon God 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.

    1203 downloads

    Submitted

  19. Free

    Goblin Invasion [Event]

    Currently works on: rAthena 15349+ ~ eAthena 15055+ Trunk SQL with Zero problems.
    Do not do the following:
    Re-edit my work and Claim it as yours
    Re-edit my work and upload it to eAthena or rAthena without my permission
    Re-edit my work, upload it, and not adding credits
    Use it for selling purposes

    This is basically an Invasion event. It's called a Goblin Invasion event just because Goblins Spawn. However, you can change the invasion event to your liking. In order to make the Goblins a little more strong (especially in a SHR), try adding:
    Your mob_skill_db2:

    1258,Goblin@WZ_JUPITEL,attack,84,28,3000,1000,10000,no,target,always,0,,,,,, 1258,Goblin@NPC_EARTHQUAKE,attack,653,5,1000,100,30000,no,self,always,,,,,,, 1258,Goblin@AS_SONICBLOW,attack,136,10,10000,0,20000,yes,target,always,0,,,,,, 1258,Goblin@AS_SONICBLOW,chase,136,10,10000,0,20000,yes,target,always,0,,,,,, 1258,Goblin@NPC_DARKBREATH,attack,202,5,2000,800,5000,no,target,always,0,,,,,,29 1258,Goblin@NPC_DARKSTRIKE,chase,340,10,200,0,1000,yes,target,always,0,,,,,, 1258,Goblin@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,0,,,,,, 1258,Goblin@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,, 1258,Goblin@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,0,,,,,,29 1258,Goblin@NPC_DARKNESSATTACK,attack,190,2,500,500,5000,no,target,always,0,,,,,,6
    Either mob_db or mob_db2:

    1258,"GOBLIN_ARCHER","Goblin Archer","Goblin Archer",255,[color="#0000FF"]1000000[/color],0,461,284,9,900,985,0,0,[color="#9932CC"]255,200,255,255,255,20[/color],10,12,0,7,25,8325,60,1172,672,420,0,0,0,0,0,0,0,0,2297,3,998,250,911,1000,1765, 3000,507,600,1705,25,514,300,0,0,0,0,4157,1
    --> You can change their HP or stats to what ever you like.
    ~- Editing -~
    Change the GM level you wish:
    Change the Maps you wish to use:
    set $@ran, rand(1,6); if ($@ran == 6) set .Map$,"splendide"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera";
    Change the getitem .ItemID,5; number 5 to how much of the item you want the players to get.
    Note: Please do not change the number of Goblins Spawned unless you know very well what you're doing!
    Download
    Download also available at my SVN: http://mysterious-project.googlecode.com/svn/trunk/npc/

    470 downloads

    Updated

  20. More information about "Find the GM (hide and seek)"

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

    481 downloads

    Updated

  21. More information about "Costume Quest Story Line"

    10.00 USD

    Costume Quest Story Line

    About This File
    Story line quest that make some twist for your server
    Features
    Easy Use just Add this script in your NPC Script and load them you can change or add the reward items on this line set .@gamble1,rand(1,7);         if (.@gamble1 == 1) set .@item,18747;         else if (.@gamble1 == 2) set .@item,18741;         else if (.@gamble1 == 3) set .@item,31120;                 else if (.@gamble1 == 4) set .@item,31121;         else if (.@gamble1 == 5) set .@item,20430;          else if (.@gamble1 == 6) set .@item,20398;         else if (.@gamble1 == 7) set .@item,19985;         getitem .@item,1 This are the items you can get "randomly" on completing the quest

     
    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.

    7 purchases   13 downloads

    Updated

  22. More information about "Charleston Crisis"

    Free

    Charleston Crisis

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Charleston Crisis instance, based over infos took here and there, videos and divine-pride database, and from Ziu's initial script.
    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.

    985 downloads

    Updated

  23. More information about "Event Manager"

    15.00 USD

    Event Manager

    This is an event manager I made. The events are of public knowledge (there aren't many ways to do good events and these are the ones I found to be the best, at the moment I wrote up the script), and I inspired myself from them. Here's the list of events it has as of now. Have fun!
    I can add some events if you like to. I considered some myself (like MvP vs MvP) but they offered little gameplay experience to do so. I can reconsider though!
     
    Avaiaible events:
        - Dices.
        - Find the Porings.
        - Escape from the Bombrings.
        - Guess the Monster.
        - Pick the Candy.
        - Devil Square.
        - Cluckers.
    Features:
        - Easy addition of events.
        - Random queue system which players can check with @events command.
        - Automatic joining with @event command.
        - Can manually start & end events (forcing them to end).
        - Events can have a limited amount of players.
        - Events have a limited time to let players register before they start.
        - Configurable prizes.
     
    I must give credits to sandbox, Stolao, and AnnieRuru for all the events I found, Thank you guys!

    If you buy, you accept this:
    You cannot redistribute this, less as your own.
    You can modify it as you like, however, in order to receive proper support, you must tell me what you modified.

    29 purchases   96 downloads

    Updated

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

    630 downloads

    Submitted

  25. More information about "Endless Tower Instance with Difficulty"

    Free

    Endless Tower Instance with Difficulty

    Good day! I've been an observer since the beginning of time and I want to share this script hoping that it will help fellow human beings who need it. This was a paid script of mine and I hired @sader1992 to help me finish it in 2020. I'm hoping someone will improve the code in the near future with other stuff to give another flavor for Endless Tower. This works with the latest version of rAthena.
    Requirement: Y'all need this patch for +damage to work setunitdata script command monster stat recaulculation fixes #3968
    About the script:
    It is simply Endless Tower with Easy, Veteran, Nightmare, Hell & Torment Difficulties. You can edit the values I pre-assigned: 
    This part is for the difficulty settings and adding stats to the monsters:
    This part is for the rewards: It gives #INSTANCEPOINTS and EXP depending on the difficulty you're on.
    I assigned a monster (1613 : metalling) to show us that the stats boost really works:
     

     
    PS: I'm also integrating this to other instances. Maybe I'll post it if people requests it. 

    652 downloads

    Updated

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...