Source Modifications
Source Mods & Code Snippets located here.
140 files
-
PVP on MVP Maps
By cook1e
When a MVP Spawns PVP is enabled, When this MVP dies PVP is disabled.
New Mapflag MF_MAPMVP - Disable going to savepoint once you die 2 times in a PVP map.
32 downloads
Submitted
-
Reputation UI
By Shakto
Reputation UI
Get a discount price of 30% by sending me a private message before buying it.
Video : https://youtu.be/NDn7b1zdOe0
Version Server side and client side :
PACKETVER_MAIN_NUM >= 20201104
ou PACKETVER_RE_NUM >= 20211103
ou PACKETVER_ZERO_NUM >= 20201118
Reputation UI is the new button in menu that lead to the reputation windows.
You can set client side the menu list (reputation group), the list of reputation (name, max points, visibility etc…).
You will find here a NPC script sample to read reputation points, set reputation points or open the UI without without colored reputation.
Also there is a command @reput to add or remove point on a specific reputation ID
1 purchase 2 downloads
Updated
-
Adventurer’s Agency – New UI – Register / Search a party
By Shakto
Adventurer’s Agency – New UI
Get a discount price of 30% by sending me a private message before buying it.
Video : https://www.youtube.com/watch?v=mfC91R53dKM
Register a party as a party leader.
Search a party as a player.
Client version needed : 2018-01-03bRagexeRE
Server need : Web server : https://github.com/rathena/rathena/pull/5731
You can add it on your host with this command : git pull origin refs/pull/5731/head
0 purchases 3 downloads
Updated
-
@increase - FAKEPLAYER
By God Usopp
fakeplayer, this command allows you to visually increase your players.
0 purchases 0 downloads
Updated
-
Shared zeny between all chars of an account
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
Shared zeny between all chars of an account
No need bank useless feature anymore, the zeny are shared between all the chars of a same account. (QoS)
0 purchases 1 download
Updated
-
Disallow using skill Warp Portal near a warp
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
Disallow using skill Warp Portal near a warp
You can configure the distance in battle.conf
Prevent false warper / people using Warp Portal skill at the entrance / exit of a classic map warp
2 purchases 7 downloads
Updated
-
Anti-bot - Captcha images from server
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
Thanks to @Asheraf for implementing it first on Hercules
This feature allows you to have a totally captcha system to prevent from automation system (Openkore bot, Blue eye macro, AHK...).
/macro_register : It allows authorized players to add directly a captcha in the server when it's started. /macro_preview <id> : it allows to preview a captcha by its id /macro_detector : It allows authorized players to ask to one or several players (like a batch system) to challenge a captch
macro database : You can add captcha images directly in your server and load them when the server start by using the db/captcha_db.yml It only works with client version 20160330 or more recent.
For server side, you need to have yml database version at least and cpp files.
N.B : Only for those who want to hot upload image when the server is already started and not using the macro database system : By default the client expects a 16 bit BMP image when receiving the images but the macro register ui can only read 24 bit images, therefore in order for this system to work the client needs to be patched with the correct CAPTCHA_BMP_SIZE a Nemo patch for doing so is now available at http://nemo.herc.ws/patches/ChangeCaptchaImageDecompressionSize/.
6 purchases 15 downloads
Updated
-
@ping command - Works on windows & linux
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
@ping command
It show in ms in game the result of a ping command.
Compilation works on windows and linux.
On linux, the server needs special authorisation because icmp use raw packet, basically there is 2 options to handle it :
Each time you lauch the server, do it with sudo Do this once : sudo setcap 'cap_net_raw+ep' ./map-server2 purchases 8 downloads
Updated
-
MVP Spawn - Restore MVPs state like it was before server restart
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
MVP Spawn
When a MVP is killed, it saves all the information in database (date, killer, status, position)
When your server restart (intended reload or crash), it will check if the MVP should be dead or alive before spawning it.
- If it should be alive, it will spawn it
- If it should be dead, the MVPs don't spawn. If tombstone is enabled, it will appear with all his information at the position it was before the restart. The MVP will naturally appear when it should have appeared if the server had not restarted.
---------------------
You don't have to worry about a restart of your server, crash, @reload script anymore that can cause abuses from players.
You don't have to add any tables, columns on your SQL, it uses all features already set up.
The Convex Mirrors will continue to perform fully.
3 purchases 8 downloads
Updated
-
@ltp - Show your last position on minimap before a teleport
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
@ltp command
Show your last position on minimap before a teleport.
It works with all teleports skills or items (like fly wings...)
1 purchase 4 downloads
Updated
-
@showrare - Show a message when you drop /steal an item under a chosen rate
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
@showrare command
@showrare <rate> to activate show rare for item drop or steal under the chosen rate.
It shows a visible message only for the player who dropped the item.
0 purchases 3 downloads
Updated
-
@nolootid - Prevent dropping chosen items with autoloot
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
@nolootid command
To add an item to the list, use '@nolootid +<item name or ID>'.
To remove an item, use '@nolootid -<item name or ID>'.
'@nolootid reset' will clear your noloot item list.
'@nolootid status' will show you the commands list and current items in your nolootid list.
0 purchases 4 downloads
Updated
-
@killcounter - Follow the number of monsters killed
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
Count the number of monsters you killed during a session.
You can choose the number of slot that you want to allow to the players (default is 5 slots). It allows you to follow a counter for more than only one monster at the same time.
The counter is auto save for your char : that means if a player disconnect and reconnect later, the counter will be restored.
@killcounter : activate / disactivate the count
@killcounter reset : reset all counter
@killcounter reset <position> : reset the counter on the position
@killcounter <mobID / mobname> <position> : start to count kill on the chosen position
@killcounter status : show the number of monsters killed in all your position
4 purchases 7 downloads
Updated
-
Unimplemented Official Skills
By grenat50
After the success of our previous release Battleground Extended , Mystic Project has decided to release another work for free in the community of rAthena - The Gravity's Unimplemented Official Skills. We've long heard about them since the beginning. I've seen posts of people wondering if there was any releases of them. It took a while but here it is. We did some researches about what was intended by Gravity. I think we came close to the initial project with a few modifications.
What are the Unimplemented Official Skills ?
Unimplemented Official Skills are skills designed by Gravity long ago that have never been released. They were forgotten / dropped by Gravity.
On iRO official wiki, you can see some informations about them. For example: Fire Ivy - iRO Wiki Classic
Forgotten Skills List and Effect:
Fire Ivy: Wizard has plenty of fire skills, as it was supposed to be an immobile skill that causes damage, we've renamed it to Wind Ivy and made it Wind. It can stop the target and does damage each second. Can be stackable up to 5.
Class: Wizard Fury: The LK enters a Fury Phase. Each attack received increases LK's ATK by 1 each 500 damage (up to 5). Some damage are being absorbed and reduced depending of current maxhp.
Class: Lord Knight Steal Backpack: Steal 1 stuff / item of Players directly in the inventory. Item is sent to the storage and the Stalker will have it as a rental for 5 minutes. If used on monsters, does a AOE Steal/Steal Coin
Class: Stalker System Creation: Auto-Attack system of Whitesmith was designed to summon small devices to attack targets. There are ATK/MATK devices depending on level. Iron is required to make the device.
Class: Whitesmith Synthesis Potion: Creates a rental potion that lasts 5 min for the whole party around the Creator if items requirements met. It costs 3 misc items to create a potion. Amount of players in the party increases the amount of items required. Those items are healing potions (heal over 10 seconds), ATK/MATK/Flee/Hit potions.
Class: Creator Ragnarok: Ensemble Skill done by a bard and a dancer together. It causes damage in the area, as well as abnormal statuses. Allies receive buffs. Buffs and abnormal statuses are random each second. (similar to gospel)
Class: Bard/Dancer Hallucination Walk: Summons a clone of self and cloak the SinX. If used while being cloaked: uncloaked the SinX and causes Hallucination in an area.
Class: Assassin Cross Biotechnology: Passive skill. Increases chance to create an embryo and MaxHP of Homunculus by 2% per level.
Class: Alchemist Drill Master: Passive skill. Increases damage of homunculus by 2% per level.
Class: Alchemist Heal Homunculus: Same as Potion Pitcher lv 4 but targets directly the homunculus by using it without having to click on the homunculus.
Class: Alchemist Flame Control: Alchemist inflicts damage linked to the homunculus based on homunculus's ATK and MATK. Chances to inflict a common status depending on homunculus type.
Class: Alchemist Twilight Alchemy IV: Creates 200 blue potions if all requirements are met.
Bonus - Extra Custom Skills:
Earth Wall: Same as Ice Wall but it is indestructible and one cell only. 5 instances maximum.
Class: Wizard Earthquake: Adapted version of Earthquake for Wizard. Part of ATK and MATK are defining damage.
Class: Wizard
Installation and Compatibility:
I did put some instructions in the read me file regarding the installation.
The diff is compatible with the latest rathena but it is easy to adapt to any version really.
Any Questions ?
You can contact me on Discord: Grenat#5220 for support regarding the installation.
195 downloads
Updated
-
@session - Count the experience you win by minute
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
Count the experience (base and job) you win by minute or the total of experience you made during a session of experience.
Ex :
Session : Enabled. You got 12000 base exp and 9000 job xp for 3 mins.
That means you did 4000 base exp / min and 3000 job exp per min.
@session : Give the status, total exp, xp per min in the current session
@session reset : Reset the counter
@session on : Turn on the counter for the current session
@session off : Turn off the counter for the current session
@session help : Give you details on the command in game
You can stop the session for a while and turn it on again without being reset.
The counter is being reset on reconnection.
1 purchase 5 downloads
Updated
-
@noress - Prevent for being ressurected if you don't want it
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
A command @noress that give to a player the possibility to accept or deny ressurections.
It can be useful in case of griefing behaviors where players are ressurected in a loop to the goal of make him loose percents of xp.
2 purchases 7 downloads
Updated
-
Twilight Alchemy 4 - Create blue potion per 200 with a skill
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
This skill allow you to create blue potions per pack of 200.
It works like others twilight skills, the alchemist need to be under spirit alchemist buff.
The skill can be given by a quest (included)
0 purchases 3 downloads
Updated
-
Master Storage - Shared Storage between accounts
By Shakto
Get a discount price of 30% by sending me a private message before buying it.
The master storage allow you to have a shared storage between one and several accounts.
It adds a master_id in the login SQL table automatically that allow you to links accounts.
It contains verifications to disable any kind of possible dupe items.
4 purchases 7 downloads
Updated
-
MvP and Mini-Boss Card Ad & Log System
By Baad
Addition/Modification at Source - Announcement and Log system when dropping MvP/Mini-Boss Card
- Advertises globally when dropping a MvP or Mini-Boss Card regardless of the drop_rate and saves a log in the database.
NOTE1: Announces and saves the log of MvP/Mini-Boss cards only.
NOTE2: All settings can be accessed in the `conf/battle/drops.conf` file.
Use
- For those who have difficulty placing just to announce the drop of MvP/Mini-Boss cards without having a conflict of drop_rate.
- In addition to advertising, you can also save a log each time one of these cards is dropped to use as tracking.
- There is also an extensive way of configuring the system, being able to turn it off completely or activate only the advertisement or only the log.
General System Settings
- Enable or disable the entire system.
MvP Card Settings
- Enable or disable MvP card drop and log announcement system only.
- Enable or disable MvP card advertising only.
- Enable or disable MvP card logging only.
- Choose the color of the MvP card drop ad.
Mini-Boss Card Settings
- Enable or disable only the Mini-Boss card drop and log announcement system.
- Enable or disable Mini-Boss card advertising only.
- Enable or disable Mini-Boss card logging only.
- Choose the color of the Mini-Boss card drop announcement.
NOTE3: Sorry for the English, I used Google Translator and this is my first topic here.
293 downloads
Submitted
-
@lastteleport command
By Easycore
@lastteleport command
Description
A simple atcommand that allows you to see your last position before you teleport.
It ping your mini-map with a red cross (especially for MvP Hunting).
________________________________________________________________
By downloading this file, you agree with my Terms of Service:
You are not allowed remove my signature from any of the included files. You are not allowed claim my work as yours. I can give you support, contact me in Discord: Easycore#9709.4 purchases 6 downloads
Submitted
-
[Script Command] getskillname
By Easycore
getskillname
Useful script command to return a skill name (Skill Description).
Usage
Example
mes "Skill Name: "+getskillname("SM_SWORD"); print ("Skill Name: Sword Mastery")
________________________________________________
Feel free to Donate If you want to support me.
________________________________________________
131 downloads
Submitted
-
Racing Cap Enchant
This Enchant System is based on this KRO : Hugel monster racing - Content updates - Divine Pride (divine-pride.net)
0 purchases 1 download
Updated
-
EndlessTower HardMode
Modified EndlessTower :
- Hard mode.
- Reset Quest.
- Instant Jump to LV 100.
- Random Gift in hardmode.
- Costume Enchant in Hardmode (With Required Items).
- HP modification on boss fight.
1 purchase 2 downloads
Updated
-
RODEX and BANK disabled - NORODEX and NOBANK MAPFLAG
By BeWan
You can disabled rodex and bank feature just add mapname in rodex.txt
You can use this mod to complete disabled rodex and bank function in the whole server by editing the condition in mod.
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
• I can give you support, kindly message me.
2 purchases 7 downloads
Updated
-
Devotion and Defender + Auto Guard Fixed
By BeWan
In response to this post : + two client requesting this
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
• I can give you support, kindly message me.
3 purchases 4 downloads
Updated
-
Recently Browsing 0 members
- No registered users viewing this page.