Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Item Binding 1.0


About This File

I made this while taking a short break from the normal rAthena work I do. It works with the item bound system added a little over a month ago. You need to have revision 17351 or newer for this to work. It's mostly focused around guild binding as that was the original intention of the script but I then decided to support the other types. The other types are good simply because this allows players to bind items and log these in a separate NPC table by default. You could also disable unbinding (just remove the option in the switch) and make it a better form of security for users.

Features:

  • Allows users to bind items to their account, character, or guild
  • Multiple configuration options to choose what item types to allow
  • Automatically builds a menu list based on your configuration

Configuration:

OnInit:	//* Configuration *\\	//Price	.bindprice = 0;	.unbindprice = 100000;	//What to allow to be bound - Add as necessary	//1 = Equipment - 2 = Consumables - 4 = Etc	.allowbind = 1;	//Log binds via NPC?	.logbinds = 1;	//Other stuff	.boundtypes$[1] = "account";	.boundtypes$[2] = "guild";	.boundtypes$[4] = "character";	end;

Please report any issues and feature requests. Thanks for downloading.


×
×
  • Create New...