Akinari Posted July 21, 2013 Posted July 21, 2013 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 4 Quote
Xanthin Posted February 5, 2014 Posted February 5, 2014 Very nice script, its possible to add a black list with selected IDs that can't be binded ? Quote
WhatFT Posted February 8, 2014 Posted February 8, 2014 Is it an error or bug? But sometimes after the bound, the item is disappearing and not coming back lol. Quote
Eross Posted May 24, 2020 Posted May 24, 2020 I tried binding my item by I cannot unbind ...... help ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.