From c6a57edb3cb1b89ba16fee291fb9344260826570 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 11 Feb 2012 17:11:56 +0000 Subject: Added 2 new item_trade.txt flags as per kenpachi request: - Item can't be attached to mail - Item can't be auctioned git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15564 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/re/item_trade.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db/re') diff --git a/db/re/item_trade.txt b/db/re/item_trade.txt index 8758ae1cc..cc52d90c3 100644 --- a/db/re/item_trade.txt +++ b/db/re/item_trade.txt @@ -2,13 +2,15 @@ //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: -//1:Item can't be drop +//1:Item can't be drop (nor mailed/auctioned) //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 GMs of GM-level 50 and up can override the setting. -- cgit v1.2.3-70-g09d2