skenywitdafer 0 Posted June 5, 2013 Can anyone help? I want that some of our items cannot drop but you can trade them and storage them. Items: Sleipnir Aesprika Lord Kaho Horn Brisingamen Mjolnir Brynhild TCG Card Quote Share this post Link to post Share on other sites
0 Xgear 44 Posted June 5, 2013 go to db/<re or pre-re>/item_trade.txt and add the entry there as needed //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. There is one example with Balmung, Another example Storagable and tradable only red potion, except by GM Level 99 500,473,99 500 = Item ID 473 = Restrictions (1+8+16+64+128+256) 99 = GM Level which can bypass this restriction That should be enough so you do the changes you need on your own. If you have any questions don't hesitate to ask =) Quote Share this post Link to post Share on other sites
0 Jaburak 48 Posted June 5, 2013 db/re/item_trade.txt Add: 2410,1,1002541,1,1005013,1,1002630,1,1001530,1,1002383,1,1007227,1,100 Quote Share this post Link to post Share on other sites
0 Color Picker 0 Posted October 16, 2014 (edited) What does "wedded partner can override restriction 2" used for? Does It means both wedded partner can be shared the items? Edited October 16, 2014 by dagiccross Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted October 16, 2014 db/re/item_trade.txt Add: 2410,1,1002541,1,1005013,1,1002630,1,1001530,1,1002383,1,1007227,1,100 item_trade.txt was dropped in recent revisions for no drop, you have to add following in item_db.conf entry Trade: { nodrop: true } Quote Share this post Link to post Share on other sites
Can anyone help?
I want that some of our items cannot drop but you can trade them and storage them.
Items:
Sleipnir
Aesprika
Lord Kaho Horn
Brisingamen
Mjolnir
Brynhild
TCG Card
Share this post
Link to post
Share on other sites