ThyroDree
New member
Help me make the Headgear Untradable, you can't put on storage, and can't drop. THANKS
//Item Trading Restrictions File//Specify here special rules for item trading.//Item ID, TradeMask, Group-Level Override//Trading mask values://1:Item can't be droped//2:Item can't be traded (nor vended)//4:Wedded partner can override restriction 2.//8:Item can't be sold to npcs//16:Item can't be placed in the cart//32:Item can't be placed in the storage//64:Item can't be placed in the guild storage//128:Item can't be attached to mail//256:Item can't be auctioned//Example://1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67),//only groups of group-level 50 and up can override the setting.
Where is that located? item_trade.txt is has been deprecated.Or if you're using the latest revisions of Hercules you can also use the character-bound or account-bound item feature we recently included on the repo.
character and account bound are script-commands and atcommandsWhere is that located? item_trade.txt is has been deprecated.Or if you're using the latest revisions of Hercules you can also use the character-bound or account-bound item feature we recently included on the repo.
@itembound <item name/ID> <amount> <bound_type>Creates the specified item and bounds it to the account.bound_type: 1 = Account, 2 = Guild, 3 = Party, 4 = Character---------------------------------------@itembound2 <item name/ID> <quantity> <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4> <bound_type>Creates an item with the given parameters (the 'cards' can be any item) and bounds it to the account.identify_flag: 0 = unidentified, 1 = identifiedattribute: 0 = not broken, 1 = brokenbound_type: 1 = Account, 2 = Guild, 3 = Party, 4 = Character
We use essential cookies to make this site work, and optional cookies to enhance your experience.