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
131 files
-
(Bug Fixed) Fishing Simulation System (Timing Fishing + Sound Included)
By yuchinin
[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
2318 downloads
Updated
-
[AI] Mobspawn
By plankt
[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.
657 downloads
Updated
-
[Event] Chess 1.0
By MihaSenpai
[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.
234 downloads
Updated
-
[NPC] Code Breaker Game
By Xantara
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.
800 downloads
Updated
-
[Phantasmagoricka - Charleston Crisis
By iubantot
Whudduuup!!!
Charleston Crisis Translation from someone who released at herc.
***Missing Enchanter*** ***Missing Shalosh friends npc*** ***Missing Mob skills***
312 downloads
Submitted
-
AB_QuestSkill
This script started as my custom AB script but was modified to allow a High Priest to learn the Adoramus skill.
71 downloads
Submitted
-
Advent Calendar Event with scavenger hunt [Prontera]
By MrAmity
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
114 downloads
Updated
-
Airship Assault
By Alayne
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.
411 downloads
Submitted
-
Airship Assault Instance
By Anity99
Overview
The Airship Assault instance is part of Heroes' Trails, where you follow the adventures of Chaos and his friends. In this instance, you must help them survive the airship assault, and in return you will have a chance of obtaining Airship equipment set and Ferlock equipment set.
0 purchases 1 download
Submitted
-
Alice's Nightmare Instance(Pre-Re)
By lioran
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
566 downloads
Submitted
-
Alon Event
By Poring King
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!
369 downloads
Updated
-
Ambernite Game
By Takerio
a little gift from TakeRo to you.
the fro players will know you
301 downloads
Updated
-
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!
204 downloads
Submitted
-
Armor Awakening NPC
By sandbox
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.
573 downloads
Updated
-
Automatic fact event
By mrlongshen
- 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
458 downloads
Submitted
-
Baron of Cards
By Hyroshima
By deliver with noble items to the baron he will allow you to try your luck in your card game, being able to get cards mini-boss, mvps or common.
583 downloads
Updated
-
Bombring
By Ninja
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
910 downloads
Updated
-
Bombring Event
By Mabuhay
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
666 downloads
Updated
-
Caça Toupeiras / Whack-A-Mole
By Hyroshima
[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)
621 downloads
Updated
-
Capture the Flag Event
By PewN
<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.
1147 downloads
Submitted
-
Chain Quest
By Emistry
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.
2027 downloads
Submitted
-
Charleston Crisis
By Alayne
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.
984 downloads
Updated
-
Click The Ninja
By Kreustoo
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.
325 downloads
Submitted
-
Costume Quest Story Line
By Quesooo
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
-
Custom EDDA Bioresearch Laboratory
By evereyn
Note:
ONLY FOR 2020 CLIENTS AND OLDER. (IF YOU HAVE THE MAP 1@gol1 & 1@gol2 THEN YOU CAN PUT THIS SCRIPT IN OTHER CLIENT VERSIONS)
Prices are negotiable please DM me instead in discord.
Please check the changelog section on version 1.0 to download the whole file, 1.1 is just the Instance Script and Enchanter Script revised.
Hello Everyone!
This is my first ever custom instance made. I hope you enjoy my work!
I've join by just recently and wanted to at least showcase my work.
In this Custom Edda Biolab Instance,
I have added a few modifications to some parts of the instance.
Since I cannot follow the Original KRO version, I just tried to come up with a few other ideas.
Showcase:
https://youtu.be/mcmA-OxAdjI
Modifications & Content:
1. I had added a custom story mode accessible only once, before you can choose between Battle Mode & Gauntlet Mode. (No Combat, Dialogues only.)
2. Battle Mode is your regular combat mode where you'll have to fight Nameless Swordsman.
3. Gauntlet Mode is mob doubled but you won't get to fight Nameless Swordsman.
4. Most Dialogues on Battle mode are on script with other servers.
5. Added an extra chest for EDDA Biolab Headgears.
6. Modified chest options to main EDDA Biolab Weapons as well.
7. Custom Enchanter Modified to fit KRO Enchant System.
8. All mobs and mobskills Divine Pride related (Renewal).
Some Other things to take note with:
1. I purposely removed Mimic spawns inside the instance.
2. I was not able to implement the player HP Modification whenever they were not able to kill the mobs inside the cages.
3. Minor Issue (Doesn't affect anything): Some parts of the Cages still spawn even though Nameless is dead.
4. On Gauntlet Mode, I didn't double the mobs that spawns on the Crystal Cages.
What to expect in a newer version:
1. Most likely I will be adding Ancient Hero Weapons to the mix.
2. Another mode in the instance.
3. Bug Fixes. (If there's any more like the Minor Issue I stated.)
But for now I will be working on EDDA Fall of Glastheim first before I go back to this.
What's included in the downloadables:
Instance Script (instances)
Enchanter Script (merchants)
instance_db
mob_db
quest_db
mob_skill_db
npcidentity.lub
OngoingQuestInfoList_True_EN.lub
ReadMe.txt
I only included parts that I have modified. You can find the Item informations on the rAthena renewal folders.
For direct contacts for any concerns.
You may contact me through:
Discord:
Gmail: [email protected]
I also accept PayPal donations through that email.
0 purchases 1 download
Updated
-
Recently Browsing 0 members
- No registered users viewing this page.