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. File Name: Banker File Submitter: Zephy File Submitted: 06 Dec 2013 File Category: Scripts 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. Click here to download this file
  2. Utility: @go command Original concept by : http://herc.ws/board/topic/14-utility-added-feature-jtynnes-go-command-alternative-txt-format/ Description: Alternative @go command. Allows for unlimited aliasing, as well as level and group restrictions for each destination. Additional options to add a delay, prevent use when dead, and charge per use are available; default cost is defined with '.cost', but this parameter can be set manually with 'go()'. These extra features are disabled by default. Be mindful that the delay uses a temporary player variable, '@go_delay'; if the player logs out, this variable will be cleared. If you would like for a more secure delay, replace all instances of '@go_delay' with 'go_delay'. Download: https://github.com/datmumbles/Scripts/raw/master/cmd/go.txt
  3. Utility: Account Remover Description: Allows for a (mostly) clean removal of accounts and regular character data via '@removeacc'. Rejects accounts that are currently online and prevents deletion of system accounts by default. See configuration for additional options. Download: https://github.com/datmumbles/Scripts/raw/master/util/removeacc.txt
  4. Utility: Homunculus Evolution As per themon's request: http://herc.ws/board/topic/2426-humonculus-evolver/ Description: Allows players to evolve their homunculus in exchange for a catalyst and a fee. If the player has a fully evolved homunculus, an option to mutate it into a Homunculus S will be given if the setting is enabled. Please see the configuration settings under the 'OnInit' label to see what you can change. Do NOT modify the homunculus settings unless you have custom IDs/homunculi. This script is optimised solely for Hercules emulators. Download: https://github.com/datmumbles/Scripts/raw/master/util/homevo.txt
  5. i saw this post on rathena http://rathena.org/b...-self-announce/ i wonder why no one every released one I was bored and i was thinking of making something so i remembered that eamod has this feature so i made one for us i don't know how eamod did it but i just do it via script i know theres like 123123 maps out there but it was easy to get them all to work once you know a little bit of programming LOL it will announce to yourself where you are currently this will announce the map listed on mapindex in data folder so it wont announce something like iz_dun01 it will announce it as undersea tunnel works on every map that is enabled by default in hercules but the script is quite simple and i suppose it will work with rathena and eathena too note: if you will encounter errors on your map server just simply look for it in the script and comment them or delete them. if you know how to enable those maps then do so. its yours to decide what you do note 2: i will only support major problems of the script note 3: you may modify it but don't remove the header check the attached picture for an example mapannounce.txt
  6. Reset NPC - an NPC that reset your stat/skill with the use of item, Configuration: Reseter NPC.txt
  7. Utility: Hercules Radio As per youtube's request: http://herc.ws/board/topic/1676-rhelp/ Description: A radio NPC that plays preset selection of client-side songs (these songs are to be placed in the 'BGM' folder). The command '@radio' was added as a convenience, to allow songs to be played wherever the invoking player may be. Songs are played on the map in which the NPC was invoked, meaning that if a player is in pay_gld and types '@radio', (s)he and everyone on the map will hear the selected song. Each time a song is played, a lock is set for the preset minutes; this lock prevents the NPC from being accessed. A countdown in minutes and seconds is be displayed to reflect the remaining time until the next song can be played. Download: https://github.com/datmumbles/Scripts/raw/master/util/radio.txt
  8. Utility: Instant Third-Class Jobs As per spectator's request: http://herc.ws/board/topic/882-rinstant-job-changer/ Description: Allows player to choose a third-class job upon initial login; if the player fails to choose a class for any reason, (s)he will be prompted again upon next login. Download: https://github.com/datmumbles/Scripts/raw/master/util/thirds.txt
  9. This script enhances player capabilities by depositing, withdrawing and inquiring their balance anytime, anywhere! How to use : Just use @atm in-game. How to install : • Import the bank.sql on your database REMOVED ON VERSION 2.0 • Go to conf/script.conf • Find input_max_value: 10000000 and change it to 2147483647 • Go to src/common/mmo.h • Find #define MAX_ZENY 1000000000 and change it to 2000000000 • Recompile your server and re-start it • Put atm.txt on your npc folder • Reload the script by using @reloadscript or @loadscript and enjoy! Script features : • Register your account on the bank REMOVED ON VERSION 2.0 • Automatically register your account to the bank system ADDED ON VERSION 2.0 • Interest triggers every 00:00 each day ADDED ON VERSION 2.0 THANKS TO ANGELMELODY FOR THE SUGGESTION! • Limited times of reminder on your account number during login ADDED ON VERSION 2.0 • The bank can hold up to 9,223,372,036,854,775,807 zeny from it's original 2,147,483,647 zeny ADDED ON VERSION 2.0 • Deposit zeny to the bank • Withdraw zeny from the bank • Inquire your account balance Script restriction : • You should put your account number first before doing transactions. By default your account number is your account id ADDED ON VERSION 2.0 • Restrict 0 zeny deposit and withdraw • Restrict depositing amount which is larger than the current holding zeny • Restrict the user to withdraw amount which is larger than the balance of the account • Restrict the user to withdraw which will probably result of holding 2,000,000,000 zeny or more Changelog : atm.txt http://pastebin.com/raw.php?i=2YW0wPPp
  10. Simple and useful SQL based script intended to boost players capabilities to manage their own account in-game. Feel free to use and do not remove credits. Report bug and glitches immediately if any occur. Suggestions and criticism are welcome since it is part of learning. How to use : Just use @account in-game. Script Features : • My Account = Information of the current invoking account. • Change Mail = Change the e-mail of the current invoking account. • Change Gender = Change the gender of the current invoking account. By default you can use this once a day. To configure : set #timer,gettimetick(2) + 86400; // 86400 seconds = 1 day • Users Online = Show the list of user's online with their corresponding job.• Set Password = Set a password for the current account to enhance security. Once set, it will be asked every time you do logging in. • Delete Password = Delete the password for the current account. • View Character = View all characters in an account • Reset Position = Reset the position of the character in an account. • Reset Style = Reset the current style to default style of the character. • Reset Equipment = Reset the equipment of the character in an account. Changelog : 1.0 - Initial Release accountsystem.txt
  11. As we know about the rebirth system is like saving your existing stats and add it to your present stats when reborn. It was like buying stats and making something like FULL STATS or something, right? Well, i made something weird. This is not for the stats or something, it will just give you something rare. I've set it into "Ancient Langguage Document" just for completing the script. You can change it to your liking. Whether you use something rare items or what. This script was also connected to my ViP System. ViPs are not going to pay zeny when rebirthing. http://upaste.me/dddb5442ad741204 Hope you enjoy this little script.
  12. jTynne's @go Command Alternative In .txt Format! This is my custom alternative to @go that allows end users the ability to EASILY add/change @go locations on the fly without the need to edit any source files OR recompling/rebooting their server. This is a highly customizable script that is pretty straight-forward in its coding. You can easily add in or adjust existing @go locations in seconds. Please Note: This will replace the default @go command when loaded in-game! Instructions / Customization To use? Simply upload and @loadnpc the file in-game and @go will be modified. If you wish to add in a new @go location, all you have to do is add a new entry following the format noted below: if(@warp$ == "35" || @warp$ == "ecl" || @warp$ == "ecla" || @warp$ == "eclag" || @warp$ == "eclage") { callsub Process,"eclage",110,39,0,0; } if(@warp$ == "36" || @warp$ == "ser" || @warp$ == "sere" || @warp$ == "seren" || @warp$ == "serenglade") { callsub Process,"serenglade",34,82,0,0; } As noted in the text in red above, you add in a number higher than the current highest value (in the script currently, Eclage is 35, so to add in a custom location, simply add in a value of 36, customize the text based warp strings you want (for @go 36, in the above example, you can either use @go 36 or @go ser @go sere @go seren or @go serenglade, and all will teleport you to the same location of serenglade <34,82>). Planned for future releases: - Additional options GM's can set for the command in the header. (Re-use delay, price per use option) - Mapflag check for nowarp and nogo mapflags. - No usage while dead. Version History : Current Version 2.0 2.0 Dec 31st, 2012 : http://www.justintfields.com/rAthena/scripts/gobind_v2.txt 1.0 Dec 29th, 2012: http://www.justintfields.com/rAthena/scripts/gobind.txt Please report any bugs you may find, and/or if you have any requests / suggestions for the script as a response to this thread. Thank you! (Please +1 me if you enjoy this script~)
×
×
  • Create New...

Important Information

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