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

    (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

    2152 downloads

    Updated

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

    634 downloads

    Updated

  3. Free

    [Event] Chess 1.0

    [Event] Chess 1.0
    By: MihaSenpai
    About: Hello Everynyan! My name is Mihael and I hope you are all well. I recently found these files in a personal repository and decided to share them with you.
    The .ZIP Contains the files:
    Script: NPC programmed for two players to participate in a game of chess.
    Map: Files containing the original Map of the event.
    Sprites: Files containing the event's ORIGINAL NPC Sprites.
    Hope you like it.
    If you have any questions, you can contact us here on the Forum or via Discord.
    A belated Happy 2024 to everyone.


     

    115 downloads

    Updated

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

  5. Free

    [Phantasmagoricka - Charleston Crisis

    Whudduuup!!!
    Charleston Crisis Translation from someone who released at herc.
    ***Missing Enchanter*** ***Missing Shalosh friends npc*** ***Missing Mob skills***  

    300 downloads

    Submitted

  6. Free

    AB_QuestSkill

    This script started as my custom AB script but was modified to allow a High Priest to learn the Adoramus skill.

    66 downloads

    Submitted

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

  8. Free

    Airship Assault

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    This is a version of Airship Assault instance, corrected from Ziu initial script.
    It has been fully translated to english, reworked to be more clean and tested.
    You'll find everything needed in the rar, 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.

    397 downloads

    Submitted

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

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

  11. Free

    Ambernite Game

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

    273 downloads

    Updated

  12. Free

    AntonioInvasion

    Antonios spawn in a random town. Every 10 minutes the remaining Antonios warp to another town. After all Antonios are killed the Antonio Leader is killed. The script ends after 1 hour or the Antonio Leader is killed. I wrote this from scratch as an event for my wife!

    181 downloads

    Submitted

  13. Free

    Armor Awakening NPC

    This script was based from the Hidden Enchantment NPC and is also inspired by FlyFF's awakening system..
    The difference of this script is, it is enabled for all armors except headgears. And as long as your server does not have armors that have more than 3 slots..
    So basically the gear is randomly given +1 ~ +10 of one of the 6 stats. And if the player is not satisfied, it can re-do the process again, but with an additional requirement(Re-awakening scroll, see script).
    The chance for gaining a higher stat(7~10) is lower than gaining a low stat(1~6). Unfortunately, I forgot how the formula works, and too lazy to analyze it again, haha!
    It also works if the equipment has cards already compounded in it.
    To have a brief idea on how this script works, check this thread out..
    http://ratemyserver.net/armor_enchant.php
    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.

    556 downloads

    Updated

  14. Free

    Automatic fact event

    - It's a Automatic Facts Event based on about 52 Facts from the Facts Announcer Script by xienne15.
    - The Event is automatic started . They just have to standby near the NPC.
    - Players are asked to fill in the missing word(s) of the facts.
    - If they get it right they get an item. Player just have to say the answer outloud.
    This is the original from eathena.
    http://www.eathena.ws/board/index.php?showtopic=258994

    447 downloads

    Submitted

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

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

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

  18. Free

    Capture the Flag Event

    <iframe width="560" height="315" src="http://www.youtube.com/embed/h7glwpdC6T0" frameborder="0" allowfullscreen></iframe>
    Capture the flag and take it back to the base.
    Need a GM to activate event.

    1129 downloads

    Submitted

  19. Free

    Chain Quest

    This Script allow users to setup a Chained Quest in a simplest way.
    The NPC will reward the player 1 item that specified in the script for every part of the Quests he/she finished.
    Limit Of Quest Required Items can add to max of 60+ .
    Configuration :

    Case <Number>: ChainedQuest( <RewardID>,<Amount>, <Zeny>, <RequiredItem>,<Amount>,......,<RequiredItem>,<Amount> );
    Case <X> where X refer to part of the Quest.

    1930 downloads

    Submitted

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

    971 downloads

    Updated

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

  22. Free

    Custom Poring Race

    This is a custom poring race which was based from the Hugel's monster race. Kindly take note that this was badly written because I was still new at scripting when I wrote this. Though it is fully functional.
    Installation
    Enable the script on your NPC folder
    To trigger it, you have to create a new NPC, something like this
    - script PRaceTrigger -1,{ OnMinute00:if(gettime(3) == 0 || gettime(3) == 3 || gettime(3) == 6 || gettime(3) == 9 || gettime(3) == 12 || gettime(3) == 15) donpcevent "pracetrigger::OnRaceTrigger";end; }

    Carefully read the comments I made inside the script and make sure to configure it properly
    Things to configure MANUALLY:

    Bet type
    Prize type
    Warper NPC
    Disable NPCs existing inside the p_track02 map

    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.

    1394 downloads

    Updated

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

    779 downloads

    Updated

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

    279 downloads

    Updated

  25. Free

    Devil Tower

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    So here's my version of Devil Tower instance, based over infos took here and there, videos and divine-pride database, and DanielArt 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.
    Please, leave the credits and do not claim my work as yours.

    531 downloads

    Updated


×
×
  • Create New...