Akinari Posted July 21, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 247 Reputation: 207 Joined: 10/23/12 Last Seen: March 2, 2022 Share 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 Link to comment Share on other sites More sharing options...
Xanthin Posted February 5, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 7 Reputation: 1 Joined: 03/11/12 Last Seen: March 3 Share Posted February 5, 2014 Very nice script, its possible to add a black list with selected IDs that can't be binded ? Quote Link to comment Share on other sites More sharing options...
WhatFT Posted February 8, 2014 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share 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 Link to comment Share on other sites More sharing options...
Eross Posted May 24, 2020 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Monday at 11:47 AM Share Posted May 24, 2020 I tried binding my item by I cannot unbind ...... help ? Quote Link to comment Share on other sites More sharing options...
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.