
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6998 54d463be-8e91-2dee-dedb-b68131a5f0ec
32 lines
998 B
Plaintext
32 lines
998 B
Plaintext
//Item Trading Restrictions File
|
|
//Specify here special rules for item trading.
|
|
//Item ID, TradeMask, GM-Level Override
|
|
//Trading mask values:
|
|
//1:Item can't be drop
|
|
//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
|
|
//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.
|
|
2634,111,100
|
|
2635,111,100
|
|
2644,99,100
|
|
//Novice Red Potion
|
|
569,8,100
|
|
//Cook Books (you can recieve them trough the Cooking Quest only)
|
|
//Actually, you can pass your books, but have to return them before borrowing another one [Lupus]
|
|
//7472,123,100
|
|
//7473,123,100
|
|
//7474,123,100
|
|
//7475,123,100
|
|
//7476,123,100
|
|
//Leather Pouch (part of Cooking Quest)
|
|
7432,123,100
|
|
//The Sign Quest related items
|
|
7177,127,100
|
|
7178,127,100
|