Hatake Kakashi Posted January 2, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted January 2, 2012 guys, i forgot this one. where can i edit this? item tradeable and storageable? thank you.... Quote Link to comment Share on other sites More sharing options...
-1 KeiKun Posted January 2, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted January 2, 2012 (edited) svn/db/item_trade.txt //Item Trading Restrictions File //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be drop //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 //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting. //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be drop //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 //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting. find the item there Example 2635,123,100 // Bride_Ring 123 - 2 - 32 = 89 //2:Item can't be traded (nor vended) //32:Item can't be placed in the storage to make item can traded and place on storage the ring script will look like this 2635,89,100 // Bride_Ring Edited January 2, 2012 by KeiKun Quote Link to comment Share on other sites More sharing options...
RyokoMVP Posted January 2, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 209 Reputation: 3 Joined: 11/28/11 Last Seen: May 2, 2019 Share Posted January 2, 2012 db/item_trade.txt ?? Quote Link to comment Share on other sites More sharing options...
Question
Hatake Kakashi
guys, i forgot this one. where can i edit this? item tradeable and storageable? thank you....
Link to comment
Share on other sites
2 answers to this question
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.