Utility
Scripts that are setup to help server players and staff do tasks.
Example: 1-click refiner, Job changer, Hourly announcer, Healer
38 files
-
Hercules HP/SP Table Generator
By malufett
Tool for generating HP/SP table for Hercules 'job_db.conf'
Options:
1. eA Formula
- Generate tables using the old and bug/OP formula of eA
2. Sequential
- Generate tables using the sequential format(2,4,6...)
3. Custom Formula
- Generate tables using your formulated formula(Javascript syntax)
Prerequisite
- 3.0 .NET Framework
2563 downloads
Submitted
-
Costume System
By Mhalicot
~ Originally script by Rebel, Zephyrus [rAthena],
~ I don't own this script I'd revised it to make it compatible with Hercules.
~ [Original Topic] http://goo.gl/YU1Z7o
~ 100% compatible in (revision 137*)
Download contains: Costume System.diff and costume.txt
2928 downloads
0 comments
Updated
-
Rebirth System
By Dastgir
It is Rebirth System , which allows to rebirth unlimited times
Some of its features on how it works
It does not give any Extra StatusPoints(Adjustable via Config)
Requires Some Item to Rebirth
Rewards are given when you rebirth with x% chance
You can Only Rebirth when you are Max Level (3rd,2nd job Configurable Option)
RebirthSystem Ranking(To know who has Rebirth How many times)
Master Rebirth System(When you have Rebirthed for x times, You can do Master Rebirth. You can add ItemReward and ItemRequirements, only for MasterRebirth too..)
GM can reset the Rebirth Rankings(Affects StatusPoint Given)
Can Force the User to be rebirthed to Novice/High Novice.
Can Give x status point every Rebirth.
Can Give y status point every Master Rebirth.
Can Limit Number of Rebirth/Master Rebirths.
Can rebirth to Any Jobs(Job Adjustable via Config)
I made this script because it was requested to me by someone.
752 downloads
Updated
-
Configurable Refiner
By KirieZ
This is a configurable refiner that I made after reading the request from this topic.
It contains the following options (all of them configurable):
Normal refine
Refine N times at once (It's possible to allow this for a different group)
Set different zeny and item requirements based on item's WeaponLv field
Display information about the refine like: the safe refine and the chance of the next level.
Allow the usage of items that increase the success chance
Allow the usage of items that avoids the item from being destroyed when the refine fails
(2.0) Ask if want to use items to protect / increase refine chance
(2.0) Define custom effects when refine fails: stay as is, decrease one level or go back to +0
Everything is configurable at the end of the script.
I made some tests and it seems to be working correctly, if you run into any bug or wants to suggest a new feature, please let me know and I'll see what I can do.
950 downloads
0 comments
Updated
-
@ip
By Ridley
usage: @ip <Player Name>
Unlike @sameip, this is meant to check a single player
config: use on players (gms) with same User Group as yourself yes/no
Do not redistribute or sell this file.
Output:
Failed attempt
Player not found/online
278 downloads
0 comments
Updated
-
Usable Refinery Ores
By Emistry
Description
Players are able to click on the Ores items to refine the selected equipment. They can refine their Equipment at anywhere anytime they want.
Based on requirement of Weapon Level and Type, different ores might be needed as well as Zeny.
Preview
239 downloads
Updated
-
@autores (auto resurrection)
By Ridley
@autores <mapname> < X coordinate> < Y coordinate>
eg. @autores prontera 150 150 <-- will revive players at prontera 150/150
Use it for your events, races or whatever
Note:
only players on the given map are affected. If you set "prontera" as map, only players which die there will be revived. If you set pay_dun00, only players there are affected and so on..
It has a 5 second cooldown till it revives you. This is set in line 57 (sleep2 5000;)
second use of @autores will disable it again
@autorescheck tells you if the system is enabled or disabled
Works only at one map at the same time
114 downloads
0 comments
Submitted
-
[Add-On] Recent | Favorite Warps (Euphy's Warper)
By Aeromesi
[Add-On] Recent | Favorite Warps (Euphy's Warper)
What exactly is the Recent and Favorite addition to Euphy's Warper?
It's exactly what it sounds like.
You can choose from 5 Most Recent locations you have Warped to.
You can choose to [save] or [select] your Favorite Warps.
Your Favorite Warps are saved by saving your Most Current Recent Warps list.
It's a straight sample from our Public Github in "..npc/custom/warper.txt" (Just so you know what to copy and paste if you have warper.txt enabled.)
Enjoy Hercules!
215 downloads
0 comments
Updated
-
[Utility] Extra Mob Drops
By Aeromesi
[Utility] Extra Mob Drops
So what exactly is this script?
Allows Extra drops on specified mob (Zeny, Item, CashPoints) based on certain drop rate %.
Edit the "OnInit:" of values to get extra items / zeny / cashpoints upon killing a certain mob you specified.
Format:
Poring(1002)
Zeny: 5000
Cash: 10
Item: Red Potion (501)
Amount of Red Potion: 6
Enjoy Hercules! (PS: Also works for rAthena xD)
490 downloads
0 comments
Updated
-
System
Olá pessoal estou aqui para poder ajudar assim como eu que tive problemas com cliente hercules com itens em inglês
deu um trabalhão mas consegui fazer um cliente totalmente em pt-br e acredite para o Hercules Emulator
o que não é nada facil
Obs : para que seus itens fiquem em pt-br siga esses passos
na pasta do seu cliente tem uma pasta chamada System tudo o que você terá que fazer é simplesmente
deletar sua pasta e colocar essa no lugar!!
facil...
By: Adm : Magno....
208 downloads
Submitted
-
Banker
By Zephy
Here is a veristile Banker NPC that allows exchanging of an item for zeny, vice versa, and storage of said item without the use of a SQL database. I've noticed that there weren't many of these "Banker" NPCs in the athena project, and the ones that were, weren't the way I personally wanted them. So I made this :x. Its fully tested and working with the latest revision of Hercules.
172 downloads
0 comments
Submitted
-
Modified Healer
By Zephy
Versatile healer that can be configured easily. Additional features include price, buffs, repair, and delay per use. Modified from Euphy's healer.
776 downloads
0 comments
Submitted
-
Facebook Share
By Dastgir
Facebook Share System(Works Only with New Clients)
Configuration:
Edit NPC FacebookShare.txt
.link$ = "http://www.yourdomain.com/fbshare/"; //Trailing with "/" Edit the link with the link where you have PHP Scripts(Trailing with "/" or "/index.php")
WebSite:
Edit config.php
$host = "127.0.0.1"; //MySQL Host$user = "root"; //MySQL Username$pass = ""; //MySQL Password$database = "fb_share"; //Ragnarok Database$site = "http://yourdomain.com/fbshare/"; //Link to FBShare Page(Directory where these scripts are installed) $site should match with .link$(in the npc), Other Info are self explanatory.
It is a Simple Script Illustrating the usage of linking to website.
988 downloads
Updated
-
Dynamic Teleporter PT-BR & ENG-USA
A Teleporter dynamically configured, using setarray, you can configure the price, and even a requirement item to use.
169 downloads
0 comments
Submitted
-
Permanant Group Changer
By Dastgir
This is a command "@adjgroup2" From which you can give a character new GroupID, no matter he is online or offline.
The New Group is changed permanently.
Usage:
@adjgroup2 <GroupID> <PlayerName>
If PlayerName contains Spaces, Just put it with spaces, without Quotes.
114 downloads
0 comments
Updated
-
Effect List
By GmOcean
A simple Utility script designed to make searching for effects in game easier.
285 downloads
0 comments
Submitted
-
Monster Search
By GmOcean
=============================================================
Description
=============================================================
This script will allow users to search information about a
monster in-game, and then open up a page to that exact mob on
ratemyserver.net. Works for both re/non-re monsters.
=============================================================
Features
=============================================================
Choose between what website you want your server to use.
Or simply leave that upto your players by enabling all sites.
=============================================================
NOTE - Requires a client from 2011-10-10aRagexe.exe onwards.
NOTE2 - RateMyServer Link does not support custom mobs.
=============================================================
243 downloads
0 comments
Updated
-
Item Search
By GmOcean
=============================================================
Description
=============================================================
This script will allow users to search information about an
item in-game. Supports both renewal/non-renewal items. It
will show the exact item if using the search directory
function. If however using the input method, this script will
will run a broadened search, or pull up the exact item if an
item ID is given instead of a name.
=============================================================
Features
=============================================================
Choose between what website you want your server to use.
Or simply leave that upto your players by enabling all sites.
=============================================================
NOTE - Requires a client from 2011-10-10aRagexe.exe onwards.
NOTE2 - RateMyServer Link does not support custom items.
=============================================================
340 downloads
0 comments
Updated
-
Freebee(freebie npc)
By Happy
So basically its holidays so a lot of servers will be giving tons of freebies and stuff, and probably will have to make the same npc the next month and then again next month, so I made this npc to easily remake the same npc over and over.
Features:
Ability to reset the redeemed freebie variable/tracker for next time's freebies.
You can easily edit the npc, change the items etc for next occasion. And keep the old array of items for next year(if you will give them again next yr).
So yeah honestly its pretty simple, any scripter can easily do but sometimes you get lazy, I get lazy and I want to just download something that does what I want to do lol and spend more time doing something else.
I tested the initial release, however please test it before implementing on your server.
freebee_1.2.txt
349 downloads
0 comments
Updated
-
Simple Cool Anti-Bot
By rans
This is a Simple Code Improved by me and Originally the method was from Brian.
Features:
Random bot check will trigger when killing a mob.
25% Chance to trigger when killing a Mob.
If already passed the bot check. you will not be check again in the future. (Until you Recon)
You have 3 Chance to prove that you are not Bot.
If you fail. 10days of jail time.
If you reconnect during the checkpoint. you will return in checkpoint after reconnecting.
I have tested this in my server and works fine to me.
If you found bug. Please report it
PS: Sorry for my Grammar and Messy look Script
307 downloads
0 comments
Updated
-
IP Ban Script
By Yoh Asakura
IP Ban Script
A simple and useful script that allows GM's to Ban someone's IP from the server.
It's also possible to put a reason why you want to ban that IP.
The IP and the reason (if any) will be at your database, in "ipbanlist" table.
Original author: unknown
Script edited by: Yoh Asakura.
172 downloads
0 comments
Submitted
-
Change Gender Script
By Yoh Asakura
Change Gender Script
A simple script that changes the character's sex.
It's possible to define a price to change the sex in the script.
Script edited and translated by Yoh Asakura.
231 downloads
0 comments
Submitted
-
[CMD] @floatingrates - @hourlyrates
By Aeromesi
[CMD] @floatingrates - @hourlyrates
@floatingrates - Initiate your Floating Rates (Default Base/Job multiplier is 2x, but you can edit the multipliers if you want it to be like a triple EXP event or something like that too!)
When Floating Rates begin it will show total time that the rates have been increased for so you know a general idea of how long your floating rates have been going on for so you can either let it keep going or stop it.
@hourlyrates - Input the total amount of hours you want your Hourly Floating Rates to go on for. Can also edit the multipliers inside this command also, will show total time it has been going on for also. Type @hourlyrates and or @floatingrates while Floating Rates is active to disable it. When you set the hours (600 total hours, aka 25 days is the max Hercules supports for this type of script) you can reset the hourly timer and input a new amount of hours instead, just incase you made a typo or you want it to go on longer.
These commands are non-conflicting, if you enable @floatingrates and try typing @hourlyrates, it will ask if you want to disable your Floating Rates.
217 downloads
0 comments
Submitted
-
Usable Enchant Item
By Emistry
Description :
Players are able to click on the Enchant items to provide custom bonus to the selected equipment.
Varies of bonus could be done especially use together with a *getequippedon script command to provide a wide range of bonuses.
The current items and bonuses display in the video is just a sample for demo.
The origin of the idea come from Diablo and 張阿神.
Preview :
375 downloads
Submitted
-
[CMD] @callmonster || @callmonedit
By Aeromesi
[CMD] @callmonster || @callmonedit
So, what exactly is the @callmonster and @callmonedit command
?
Basic definition of this script:
Card Summoning System via @commands. What's intended is they use a Card, like if they have a Lunatic Card, they would type @callmonster 1063, which would then consume the specified Lunatic Card, as well as the items used to summon the Lunatic. A cool way to use your extra cards? I also included @callmonedit so you can edit the Item ID and Item Amount required for summoning a monster with your cards, designed for GM use.
I hope you guys enjoy, someone posted the script, and I decided to take a look, fix it, and present it with a fresh, new design as I think it was intended to be. If you come across any errors, don't be afraid to PM me or post right in this the Support Topic for this release.
56 downloads
0 comments
Submitted