Jump to content

Search the Community

Showing results for tags 'Utility'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 63 results

  1. Name: Build Manager Creator: Cretino Version: 1.3 Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills. I made updates from 1.2->1.3) I made quite a few changes to this script which is why I feel it's worth posting here. Read the changelog in the npc file to understand what was modified. Here's Cretino's original thread for reference Note: my modified version only works for servers where max stat value is 99. e.g. in conf/map/battle/player.conf // Max limit of char stats. (AGI, STR, etc.) max_parameter: 99 I also only tested pre-re, no third jobs. NPC Features - You can create, load and delete stat/skill profiles - You can reset stats/skills To configure, go to line 588 Two modifications are needed for this npc to work. - Source modification as seen in this diff skillup_scriptcommand_by_cretino_v0.2.diff - Add this function to "npc/other/Global_Functions.txt" And finally, the npc script build_manager_v1.3.txt tested on hercules v2021.03.08 Hope this helps someone
  2. sorry doble post
  3. View File 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 ] Submitter iamhyd™ Submitted 04/22/20 Category Utility  
  4. iamhyd

    Daily Rewards

    Version 2.1C

    309 downloads

    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 ]
  5. all right, I post up my custom stylist Download: 2.1 script this one use CSV format setd ".@"+ Job_Rune_Knight +"_"+ LOOK_CLOTHES_COLOR +"$[1]", "0-5,11-18,20-23"; setd ".@"+ Job_Summoner +"_"+ LOOK_CLOTHES_COLOR +"$[0]", "0-3"; This means, the ID range for Job_Rune_Knight at bodystyle number (1) is 0,1,2,3,4,5,11,12,13,14,15,16,17,18,20,21,22,23 2nd line means Summoner job can only use clothing range between 0 to 3, this prevent crash client due to human and doram race doesn't share the same palette From version 2.0 onwards, now you don't have to scratch your head about missing palette due to different bodystyle this script can handle that
  6. View File Stylist with doram limit hair style and hair color This is a very simple edit on default rathena and hercules sylist(Is the same) for summoner class(doram) limit hair color and style. * in line 18 you can change the max hair style. * in line 19 you can change the max hair color. Submitter The HaureN Submitted 03/12/18 Category Utility  
  7. This is one of the smallest yet biggest scripts I have made in a while, enjoy(?)Im not that good at scripting, this basically adds VIP exp boosts and can also get stacked if you use my "bEXPi3" function. You'll need to manually set the date for the VIP to finish on that new column, also set your group to the desired rank. For the battle manuals and other SC_CASH_PLUSEXP reliant items, you just simply replace their script like this. Be sure to add your ranks to the function to, or else they'll get dumped to the default rank. Id: 14545 AegisName: "Battle_Manual_X3" Name: "Field Manual 300%" Type: 2 Weight: 10 Trade: { nodrop: false notrade: false noselltonpc: false nocart: false nogstorage: false nomail: false noauction: false } Script: <" callfunc("bEXPi3", 1800000,300); "> Just transfer the original values to the function and the script will take care of the rest =) for additive extra exp boosts
  8. Hello guys, I'm new to Hercules and just want to make a contribution A basic function inspired by Healing Salve Potion of Dota 2 Config: while(.healcount < 20){ //Set 20 to number of healing instance you want percentheal 5, 5; //Set 5,5 for HP/SP value heal per instance sleep2(500);//Set 500 to preferred time interval for healing(in milliseconds) Script: <" callfunc("HealingSalve"); "> // Input this to your custom item's script Download: healingsalve.txt
  9. File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Category: Utility File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Cateogry: Utility Description A useful command for your Game Masters to help monitor problem "bot" maps. Runs the @whomap2 command on a list of specified maps. This allows you to check classes as well as names, which could be useful for quickly ignoring a character. Requires configuration for maps you wish to have it run a check on. Example Configuration: //--- Sets the list of maps to run @whomap2 on setarray(.map$[0], "amatsu", // Note: Every entry excluding the last one must have a comma! "prontera", "odin_tem03" // Note: Last entry must never have a comma! ); Download You can "download" this file from its Pastebin location. Pastebin: https://pastebin.com/yYuFdLHm Click here to download this file
  10. bWolfie

    @botcheck

    71 downloads

    File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Cateogry: Utility Description A useful command for your Game Masters to help monitor problem "bot" maps. Runs the @whomap2 command on a list of specified maps. This allows you to check classes as well as names, which could be useful for quickly ignoring a character. Requires configuration for maps you wish to have it run a check on. Example Configuration: //--- Sets the list of maps to run @whomap2 on setarray(.map$[0], "amatsu", // Note: Every entry excluding the last one must have a comma! "prontera", "odin_tem03" // Note: Last entry must never have a comma! ); Download You can "download" this file from its Pastebin location. Pastebin: https://pastebin.com/yYuFdLHm
  11. File Name: "New Reborn" integrated job master File Submitter: Ridley File Submitted: 22 Feb 2017 File Category: Utility 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 Click here to download this file
  12. File Name: @itemall and @itemmap File Submitter: Ridley File Submitted: 12 Feb 2017 File Category: Utility 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. Click here to download this file
  13. Ridley

    @ip

    View File @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 Submitter Ridley Submitted 02/04/17 Category Utility  
  14. http://haru.ws/scriptchecker/ Hi all, This is not a release and it's not mine either. I just wanted to alert people to this awesome piece of work by Haru. You just paste your script and it'll error-check for you! Been here for 8 months and never heard of this till now. Mods feel free to move this. I just want all to know about this as I haven't seen it anywhere on these forums. Should be a pinned post by Haru himself!
  15. Name: Build Manager Creator: Me (@Cretino) Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification)) Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills) Q: 'What features have 'Build Manager'?' R: Q: 'How to use these features?' R: 'You can use all features in game, just talk to npc and have fun. ' Q: 'How to configure it?' R: 'You can go to line '666' in script, and you will see details like:' I'm accepting suggestions. If you found any bug, report in topic or send me a private message. I'll solve the problem as quickly as possible. I think is it. Note: Sorry for my English. @Edit Now is necessary apply this source modification to use the script: skillup_scriptcommand_by_cretino_v0.1.diff build_manager_v1.2.txt skillup_scriptcommand_by_cretino.diff build_manager_v1.1.txt build_manager_v1.0.txt build_manager_v1.0.txt build_manager_v1.0.txt
  16. So what exactly is my custom command @.shutdown? Well it was based off @ request. I modified it a lot and turned it from a whisper into a command, if you input 0 it directly shuts down your map-server. You input the amount of minutes you want to start the shutdown. If you type @@shutdown after you set a shutdown, it will cancel out that current shutdown you have in progress! Enjoy guys, and here you go @ Just download attachment, install in npc folder and you're good to go. shutdown_cmd.txt
  17. Version 1.0

    370 downloads

    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 :
  18. File Name: Usable Enchant Item File Submitter: Emistry File Submitted: 18 Jan 2016 File Category: Utility 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 : Click here to download this file
  19. Hello, since it's my vacation time, trying to refresh myself with scripting. Here are some of my recent work, will add more probably in the next coming days. Level Up Event Race Event Floating Rates Bind @go command Healer/Buffer/Identifier/Repair NPC in one Have a good day!
  20. Hello all, I am in need of a refine which can be configured with a certain item and percentage. Like where you can set the required item id along with the percentage of refining chance it will increase. let say i set magic stone with 20% chance in increase of refining rate. something like that. Please help me out
  21. File Name: Configurable Refiner File Submitter: KirieZ File Submitted: 02 Aug 2015 File Category: Utility 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. Click here to download this file
  22. Version 2.1.1

    923 downloads

    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.
  23. File Name: Simple Cool Anti-Bot File Submitter: Ranz File Submitted: 24 Jan 2015 File Category: Utility 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 Click here to download this file
  24. This script will disguise a character as another class similar to theirs, i.e. disguise a Lord Knight as a Rune Knight or vice versa. If they have a mount, it will display. I've kept this to myself for a while, but after seeing the terrible ways people were going about this, I decided to release this to the public. It's loosely based on the script I made for RebirthRO. Get it from GitHub Note: You cannot charge for access to this NPC or it's features. For more details see here.
  25. A simple script for those who are lazy to click the Emergency Call in Guild Skill :P If you want to use this as a main command for ecalling, make the Emergency Call Passive Find this : 10013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0, GD_EMERGENCYCALL,Urgent Call Change to this : 10013,0,0,0,0,0x3,0,1,0,yes,0,0x10,0,none,0, GD_EMERGENCYCALL,Urgent Call but if you don't want to use this as main command, don't make the Emergency Call Passive but you can put this script as alternative for ecalling This script can only use during WoE Time, must be a Guild Master, Only for WoE Maps and Master Emergency Call Guild Skill Link : http://pastebin.com/ZbhMmgqn
×
×
  • Create New...

Important Information

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