Jump to content

Recommended Posts

Posted

File Name: Item Binding

File Submitter: Akinari

File Submitted: 20 Jul 2013

File Category: Utilities

Content Author: Akinari

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.

Click here to download this file

  • Upvote 4
  • 6 months later...
  • 6 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...