1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
//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,127,100 // ??????
2635,127,100 // ??????
//The Sign Quest related items
7177,123,100 // ?? ?????
7178,123,100 // ?? ???
7304,123,100 // ??????
7305,123,100 // ???????
7306,123,100 // ?????
7307,123,100 // ??????
7308,123,100 // ?????
7309,123,100 // ??????
2642,123,100 // ??????
2644,123,100 // ??? armor
7314,123,100 // ??? event
7025,27,100 // ??? ??
7527,122,100 // ????? ???
12142,122,100 // ????? ???
2647,123,100 // ????
//Eye of Hellion quest related items
7332,123,100 // ??
7333,123,100 // ????_1
7334,123,100 // ????_2
7335,123,100 // ????_3
7336,123,100 // ????_4
7339,123,100 // ??????_
5132,27,100 // ?????
//Leather Pouch (part of Cooking Quest)
7432,123,100
// Keys (Thanatos Tower Quest)
7421,123,100
7422,123,100
7423,123,100
7424,123,100
7425,123,100
// Magical Stones (Thanatos Tower Quest)
7426,123,100
7427,123,100
7428,123,100
7429,123,100
7430,123,100
// Kiel Hyre Quest Items
7487,123,100 //Pub_Liquor
7488,123,100 //Delivery_Box
7489,123,100 //Outhouse_Spare_Key
7490,123,100 //Letter_to_Elie
7491,123,100 //Iron_Box
7492,123,100 //Yellow_Keycard
7493,123,100 //Golden_Key
7494,123,100 //Exquisite_Button
7495,123,100 //Blue_Keycard
7496,123,100 //Red_Keycard
7497,123,100 //Piece_of_Metal
7498,123,100 //Losimier's_House_Key
7499,123,100 //Portrait_of_a_Family
7500,123,100 //Portrait_of_a_Lady
7501,123,100 //K.H's_Letter
7502,123,100 //James's_Memo
7503,123,100 //Portrait_of_a_Guy
7504,123,100 //Power_Source
7505,123,100 //Toy_Key
7506,115,100 //Black_Keycard
7508,123,100 //Elisia's_Ring
7509,91,100 //Gorgeous_Keycard
7516,123,100 //Green Keycard
|