Jump to content

Utility: Item Binding


Akinari

Recommended Posts


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  247
  • Reputation:   207
  • Joined:  10/23/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   1
  • Joined:  03/11/12
  • Last Seen:  

Very nice script, its possible to add a black list with selected IDs that can't be binded ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Is it an error or bug? But sometimes after the bound, the item is disappearing and not coming back lol.

Link to comment
Share on other sites

  • 6 years later...

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

I tried binding my item by I cannot unbind ...... help ?

 

 

image.thumb.png.fce2c8e40d7a3e90ae7eee51fb13760c.png

Link to comment
Share on other sites

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.

×
×
  • Create New...