lynxpravoka Posted October 10, 2017 Posted October 10, 2017 Hi, i want to implement all item bound account. when monster drop, reward from npc and so on. how to achieve this? Quote
0 Checkmate Posted January 1, 2018 Posted January 1, 2018 I think you need to add the needed item into this file item_trade.txt which is located in here rathena/db/re/item_trade.txt. From that you need to put like this at bottom of it : Quote // 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. By using this detail : // 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 of mine was : 5610,499,100 // Event_Skull_Redemmer 5421,499,100 // Event_Skull_Redemmer 5664,499,100 // Event_Skull_Redemmer 5788,499,100 // Event_Skull_Redemmer 5596,499,100 // Event_Skull_Redemmer 5100,499,100 // Event_Skull_Redemmer 5767,499,100 // Event_Skull_Redemmer 5130,499,100 // Event_Skull_Redemmer Which state 5610(ID Item),499(Total Value To Make It Restricted),100(GM Level that can bypass all this restriction) Quote
Question
lynxpravoka
Hi, i want to implement all item bound account. when monster drop, reward from npc and so on. how to achieve this?
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.