lynxpravoka Posted October 10, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/08/17 Last Seen: October 16, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Checkmate Posted January 1, 2018 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
Question
lynxpravoka
Hi, i want to implement all item bound account. when monster drop, reward from npc and so on. how to achieve this?
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.