Lype Posted January 1, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 12/18/16 Last Seen: January 7, 2018 Share Posted January 1, 2017 Hey guys i have so many itens on my item_db and i need to change the column "trade_flag" Because some itens dont drop and players can't put then on storage. I need to know how value i have to input for -Cant drop -Cant storage And others sorry for my bad english. ty Quote Link to comment Share on other sites More sharing options...
0 Sryx Posted May 10, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share Posted May 10, 2017 On 1/1/2017 at 9:15 AM, Lype said: Hey guys i have so many itens on my item_db and i need to change the column "trade_flag" Because some itens dont drop and players can't put then on storage. I need to know how value i have to input for -Cant drop -Cant storage And others sorry for my bad english. ty Open your import/item_trade.txt. // Item Trade Restrictions Database // Defines special trade rules for individual items. // // Structure of Database: // Item ID, TradeMask,Group Level Override // // Legend for 'TradeMask' field (bitmask): // 1 - item can't be dropped // 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 cannot be dropped, traded, or placed in Guild Storage (1+2+64). // Only groups of group-level 50 and up can override this setting. Quote Link to comment Share on other sites More sharing options...
Question
Lype
Hey guys i have so many itens on my item_db and i need to change the column "trade_flag"
Because some itens dont drop and players can't put then on storage.
I need to know how value i have to input for
-Cant drop
-Cant storage
And others
sorry for my bad english. ty
Link to comment
Share on other sites
1 answer 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.