Jump to content

Utility

Scripts that are setup to help server players and staff do tasks.
Example: 1-click refiner, Job changer, Hourly announcer, Healer

36 files

  1. Costume System

    ~ 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

    2897 downloads

    0 comments

    Updated

  2. Hercules HP/SP Table Generator

    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
     

    2531 downloads

    2 comments

    Submitted

  3. Rebirth System

    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.

    742 downloads

    2 comments

    Updated

  4. [NPC] Campfire to regenerate HP/SP

    Originally:
    There is a nice contribution from meko on that subject,
    Menhir (Big rock that possesses magical powers and able to restore Health and Energy of Seekers resting/meditating nearby)
    Thanks, meko!
    But, I thought to myself, well, that is wonderful, but why not make it portable?
    The Idea:
    An element of role play, a way to add functionality 
    to the item 7035 - Matchstick, To light a Campfire.
    A Campfire is a portable temporary regeneration NPC.
    OW, and it is configurable ;).

    Campfire to restore / regenerate HP & SP.
    When you sit by the Campfire, you start feeling the warmth and the comfort, thus your HP & SP begin to regenerate.
     
    Mechanics : 

    A phosphorus tipped stick that can be used to start a fire. (Now Indeed )
    When you use the item Matchstick in your inventory, it will spawn a duplicate of the NPC called Campfire.
    This will help you when you are in the field, farming, grinding, starting a Campfire will help you rest.

    - You need to sit close to the Campfire (3 cells ) to feel the warmth.
    - Anyone can sit by your Campfire and rest.
    - Campfire lasts 2-3 minutes.
    - Need to sit for at least some time to begin feeling the warmth and comfort.
    - you cannot start a fire within 5 cells of another NPC
    - If you use a match one more time, old Campfire disappears and a new one appears.
     
    I think it will add an element of roleplay and romanticism to the gameplay.
     
     
    Installation : 
    To be able to use this script you need a plugin npc-duplicate.c
    https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c
    Install & enable this plugin This script uses a relatively new NPC sprite at the moment of writing this release.
    4_BONFIRE
    Therefore, you may have to edit the Hercules source to allow for this new NPC
    To the /db/constants.conf
    add this line: 4_BONFIRE: 10252 In the /src/map/npc.h
    change this line: #define MAX_NPC_CLASS2_END 10800 This will allow for way more NPCs
    Save and recompile Hercules. In the client, you may not have this NPC
    But luckily for you, I've included with this release a data.zip archive containing the NPC sprite
    and the sound of striking a matchstick.
    Just add it to your GRF or data folder if you use data folder. In the client, Lua Files make sure you have this NPC sprite

    LuaFiles514/Lua Files/Datainfo/NPCIdentity.lub JT_4_BONFIRE = 10252,
    LuaFiles514/Lua Files/Datainfo/jobName.lub
      [jobtbl.JT_4_BONFIRE] = "4_bonfire", In the /db/re/item_db.conf or /db/pre-re/item_db.conf
    find Id: 7035
    and add these 3 attributes Type: 2 Delay: 3000 Script: <" callfunc("F_CreateCFDup"); ">  
    Configuration: 
    It is a configurable script
    All of the parameters are explicitly commented for a better understanding of the rules
    .refillHP_rate = 15; // number of HP to give every refill .refillSP_rate = 5; // number of SP to give every refill .refill_distance = 3; // max distance from fire HP/SP regeneration will work .camp_fire_delay = 5; // Skip how many ticks before feel warm ;) .refill_timer = 300; // wait rand(X) ms before refil Feel free to adjust to your server needs
    .@nofire_distance = 5; // How far from other NPCs allowed to make fire. .@fire_duration = 1000 * 60 * 3;// 3 minutes (How long will the Campfire last, in ms)  

    593 downloads

    3 comments

    Updated

  5. Configurable Refiner

    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.

    927 downloads

    0 comments

    Updated

  6. Facebook Share

    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

    2 comments

    Updated

  7. [Utility] Extra Mob Drops

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

    474 downloads

    0 comments

    Updated

  8. [Add-On] Recent | Favorite Warps (Euphy's Warper)

    [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!

    214 downloads

    0 comments

    Updated

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

    206 downloads

    4 comments

    Submitted

  10. Modified Healer

    Versatile healer that can be configured easily. Additional features include price, buffs, repair, and delay per use. Modified from Euphy's healer.

    765 downloads

    0 comments

    Submitted

  11. Usable Enchant Item

    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 :

    370 downloads

    4 comments

    Submitted

  12. Simple Cool Anti-Bot

    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

    303 downloads

    0 comments

    Updated

  13. Freebee(freebie npc)

    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

    348 downloads

    0 comments

    Updated

  14. Usable Refinery Ores

    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

    236 downloads

    1 comment

    Updated

  15. @ip

    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

    276 downloads

    0 comments

    Updated

  16. Item Search

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

    337 downloads

    0 comments

    Updated

  17. IP Ban Script

    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

  18. Change Gender Script

    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

  19. "New Reborn" integrated job master

    I did this a while ago. In order to use this script you need Olrox new_reborn map
     

     
    This script is no physical job changer. instead each spike of the star shaped map represents a path of the classes. You walk up there to change your job. Extended Job's are available from a normal npc in the middle.
     
    Important: This script uses Euphys default herc job changer as a base.
     
    - the script gives out a +7 novi weapon for each of the base classes (check line 355 to 392)
    - it has some fancy warp portals, feel free to edit it to default
    - even more fancy, ressource eating rotating waiting rooms for exit and entrance (default prontera) which can be disabled as well (line 502 and 530)
    - autobuff inc agi +10 for 1 minute each time you walk directly through the middle (or spawn)
    - you can NOT skip rebirth. 1st job -> 2nd -> rebirth -> trans ->3rd
    - it also has support for rebellion, but rebellion is not yet added on herc so you might want to disable it
     
    This script was already tested live and worked fine. I did some edits tho but never optimized it since I lost interest in it. However, I think its something different from default Job Masters
     
    Note: I really recommend to read through it and check for all options.
     
    Some Screenshots
     
     

    202 downloads

    0 comments

    Updated

  20. [CMD] Dynamic Shop Controller System || @editshop | @loadshop | @saveshop ||

    [Dynamic Shop Controller System 1.0]
     
     
    So what exactly is my Dynamic Shop Controller System?
     
     
    Description:
    You have 5 save slots.
    @saveshop (saves your shop with designated name).
    @editshop to edit the current shop you're loaded on.
    @loadshop to swap between other shops as you please.
     
    If you're editing any items in the shop a player can't purchase from the NPC until you make finishing touches, if you disconnect while in edit mode it'll reset and the player will be able to access the shop again (Notice debug in your Map-Server Console). You can completely disable the shop incase you want to make a whole bunch of edits, control the max amount of items in the shop, check the item prices and amounts inside of @editshop, the item ID's/Amounts given and the Cost for each item (Will be able to switch out currencies like zeny, kafra, cash, custom in the future) at the moment it's set to Cash Points. So let's say you want to bring your summer shop back in winter, @loadshop, select the summer shop you hypothetically made a viola, summer headgears you missed out on in winter you got a chance to get again with the same shop.
     
    I hope you guy's enjoy! Leave me any feedback or suggestions!

    146 downloads

    0 comments

    Updated

  21. Monster Search

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

    241 downloads

    0 comments

    Updated

  22. @itemall and @itemmap

    Give an item to all players online
    @itemall <Item ID> <Item Amount>
     
    Give an item to all players on the same map as you
    @itemmap <Item ID> <Item Amount>
     
    Using some old code from Emistry for this, thank you for your permission to use it.

    373 downloads

    0 comments

    Updated

  23. Permanant Group Changer

    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.

    113 downloads

    0 comments

    Updated

  24. Effect List

    A simple Utility script designed to make searching for effects in game easier.

    283 downloads

    0 comments

    Submitted

  25. Daily Rewards

    Features:
    Full Customizable Can Set Number of Hours Between Login Prizes and Losing Consecutive Prizes make Days Weeks or even Months Can Item, Point, Exp or even Buff Rewards Includes Configurable Whisper Commands for checking status of and collecting next rewards Includes @Command for checking status of and collecting next rewards Includes Dynamic Buff Rewards  
    Video:
    Youtube  
    What did i do?
    I just ported his daily reward script so it can work properly on hercules.
    [ Stolao Script Collection ]

    309 downloads

    1 comment

    Submitted

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.