2 $item_all = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_ARMOR','ITEM_REPORT_DPS','ITEM_REPORT_SPEED','ITEM_REPORT_SUBCLASS','ITEM_REPORT_SLOTTYPE');
3 $item_consumable = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SPELL');
4 $item_bag = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_NUM_SLOTS','ITEM_REPORT_SUBCLASS');
5 $item_weapon = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_DPS','ITEM_REPORT_SPEED','ITEM_REPORT_SLOTTYPE','ITEM_REPORT_SUBCLASS');
6 $item_2hweapon = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_DPS','ITEM_REPORT_SPEED','ITEM_REPORT_SUBCLASS');
7 $item_holdable = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_SPELL');
8 $item_jevelry = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_GEMPROPETY','ITEM_REPORT_DESCRIPTION');
9 $item_gem = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_GEMPROPETY');
10 $item_simple_gem = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME');
11 $item_armor = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_ARMOR','ITEM_REPORT_SLOTTYPE','ITEM_REPORT_SUBCLASS');
12 $item_shield = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_ARMOR','ITEM_REPORT_BLOCK');
13 $item_trinket = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SPELL','ITEM_REPORT_SUBCLASS');
14 $item_shirt = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME');
15 $item_reagent = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME');
16 $item_projectile = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_AMMO_DPS','ITEM_REPORT_SUBCLASS');
17 $item_tradegoods = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SUBCLASS');
18 $item_explosive = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_SPELL', 'ITEM_REPORT_REQLEVEL');
19 $item_book = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_SPELL');
20 $item_recipe = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_SUBCLASS','ITEM_REPORT_RECIPE_ITEM');
21 $item_quiver = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_NUM_SLOTS','ITEM_REPORT_SUBCLASS');
22 $item_quest = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME');
23 $item_key = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME');
24 $item_permanent = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SUBCLASS');
25 $item_junk = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SUBCLASS');
26 $item_glyph = array('ITEM_REPORT_LEVEL','ITEM_REPORT_ICON','ITEM_REPORT_NAME','ITEM_REPORT_REQLEVEL','ITEM_REPORT_SPELL');
28 // То что будет выводится в запросе поиска типа вещи (и то какие поля будут выводится)
29 $itemType_list = array(
30 '1'=>&$item_armor, // Шлемы
31 '2'=>&$item_trinket, // Ожерелья
32 '3'=>&$item_armor, // Наплечники
33 '4'=>&$item_shirt, // Рубашки
34 '5'=>&$item_armor, // Броня
35 '6'=>&$item_armor, // Пояс
36 '7'=>&$item_armor, // Штаны
37 '8'=>&$item_armor, // Обувь
38 '9'=>&$item_armor, // На запястье
39 '10'=>&$item_armor, // На руки
40 '11'=>&$item_trinket, // Кольца
41 '12'=>&$item_trinket, // Trinket
42 '13'=>&$item_weapon, // Оружие
43 '14'=>&$item_shield, // Щиты
44 '15'=>&$item_weapon, // Ranged
45 '16'=>&$item_armor, // Плащь
46 '17'=>&$item_2hweapon, // 2 ручное оружие
47 '18'=>&$item_bag, // Сумки
48 '19'=>&$item_shirt, // Накидка
49 '20'=>&$item_armor, // Халат
50 '21'=>&$item_weapon, // Основная рука
51 '22'=>&$item_weapon, // Off Hand
52 '23'=>&$item_holdable, // Holdable
53 '24'=>&$item_projectile,// Ammo
54 '25'=>&$item_weapon, // Thrown
55 '26'=>&$item_weapon, // Ranged right
56 '27'=>&$item_bag, // Quiver
57 '28'=>&$item_trinket, // Relic
58 '29'=>&$item_all, // Inventory types
61 // То какие поля будут выводится ри запросе класса и субкласса вещи (и то какие поля будут выводится)
62 $ItemClass_list = array(
63 '0' =>&$item_consumable, // Consumable
64 '0.0'=>&$item_consumable, // Consumable
65 '0.1'=>&$item_consumable, // Potion
66 '0.2'=>&$item_consumable, // Elixir
67 '0.3'=>&$item_consumable, // Flack
68 '0.4'=>&$item_consumable, // Scroll
69 '0.5'=>&$item_consumable, // Food & Drink
70 '0.6'=>&$item_consumable, // Item Enhancement
71 '0.7'=>&$item_consumable, // Bandage
72 '0.8'=>&$item_consumable, // Other
74 '1' =>&$item_bag, // Container
75 '1.0'=>&$item_bag, // Bag
76 '1.1'=>&$item_bag, // Soul Bag
77 '1.2'=>&$item_bag, // Herb Bag
78 '1.3'=>&$item_bag, // Enchanting Bag
79 '1.4'=>&$item_bag, // Engineering Bag
80 '1.5'=>&$item_bag, // Gem Bag
81 '1.6'=>&$item_bag, // Mining Bag
82 '1.7'=>&$item_bag, // Leatherworking Bag
83 '1.8'=>&$item_bag, // Inscription Bag
85 '2' =>&$item_weapon, // Weapon
86 '2.0'=>&$item_weapon, // One-Handed Axes
87 '2.1'=>&$item_2hweapon, // Two-Handed Axes
88 '2.2'=>&$item_weapon, // Bows
89 '2.3'=>&$item_weapon, // Guns
90 '2.4'=>&$item_weapon, // One-Handed Maces
91 '2.5'=>&$item_2hweapon, // Two-Handed Maces
92 '2.6'=>&$item_weapon, // Polearms
93 '2.7'=>&$item_weapon, // One-Handed Swords
94 '2.8'=>&$item_2hweapon, // Two-Handed Swords
95 '2.9'=>&$item_weapon, // Obsolete
96 '2.10'=>&$item_weapon, // Staves
97 '2.11'=>&$item_weapon, // One-Handed Exotics
98 '2.12'=>&$item_2hweapon, // Two-Handed Exotics
99 '2.13'=>&$item_weapon, // Fist Weapons
100 '2.14'=>&$item_weapon, // Miscellaneous
101 '2.15'=>&$item_weapon, // Daggers
102 '2.16'=>&$item_weapon, // Thrown
103 '2.17'=>&$item_weapon, // Spears
104 '2.18'=>&$item_weapon, // Crossbows
105 '2.19'=>&$item_weapon, // Wands
106 '2.20'=>&$item_weapon, // Fishing Pole
108 '3'=>&$item_jevelry, // Jewelry
109 '3.0'=>&$item_gem, // Red
110 '3.1'=>&$item_gem, // Blue
111 '3.2'=>&$item_gem, // Yellow
112 '3.3'=>&$item_gem, // Purple
113 '3.4'=>&$item_gem, // Green
114 '3.5'=>&$item_gem, // Orange
115 '3.6'=>&$item_gem, // Meta
116 '3.7'=>&$item_simple_gem, // Simple
117 '3.8'=>&$item_jevelry, // Prismatic
119 '4'=>&$item_armor, // Armor
120 '4.0'=>&$item_armor, // Miscellaneous
121 '4.1'=>&$item_armor, // Cloth
122 '4.2'=>&$item_armor, // Leather
123 '4.3'=>&$item_armor, // Mail
124 '4.4'=>&$item_armor, // Plate
125 '4.5'=>&$item_armor, // Bucklers
126 '4.6'=>&$item_shield, // Shields
127 '4.7'=>&$item_trinket, // Librams
128 '4.8'=>&$item_trinket, // Idols
129 '4.9'=>&$item_trinket, // Totems
130 '4.10'=>&$item_trinket, // Sigils
132 '5'=>&$item_reagent, // Reagent
134 '6'=>&$item_projectile, // Projectile
135 //'6.0'=>&$item_projectile, // Wand -OBSOLETE-
136 //'6.1'=>&$item_projectile, // Bolt -OBSOLETE-
137 '6.2'=>&$item_projectile, // Arrow
138 '6.3'=>&$item_projectile, // Bullet
139 //'6.4'=>&$item_projectile, // Thrown -OBSOLETE-
141 '7'=>&$item_tradegoods, // Trade Goods
142 '7.0'=>&$item_tradegoods, // Trade Goods
143 '7.1'=>&$item_tradegoods, // Parts
144 '7.2'=>&$item_explosive, // Explosives
145 '7.3'=>&$item_tradegoods, // Devices
146 '7.4'=>&$item_tradegoods, // Jewelry
147 '7.5'=>&$item_tradegoods, // Cloth
148 '7.6'=>&$item_tradegoods, // Leather
149 '7.7'=>&$item_tradegoods, // Metal & Stone
150 '7.8'=>&$item_tradegoods, // Meat
151 '7.9'=>&$item_tradegoods, // Herb
152 '7.10'=>&$item_tradegoods, // Elemental
153 '7.11'=>&$item_tradegoods, // Other
154 '7.12'=>&$item_tradegoods, // Enchanting
155 '7.13'=>&$item_tradegoods, // Materials
156 '7.14'=>&$item_tradegoods, // Enchanting
157 '7.15'=>&$item_tradegoods, // Materials
159 //'8'=>&$item_all, // Generic -OBSOLETE-
161 '9'=>&$item_recipe, // Recipe
162 '9.0'=>&$item_book, // Book
163 '9.1'=>&$item_recipe, // Leatherworking
164 '9.2'=>&$item_recipe, // Tailoring
165 '9.3'=>&$item_recipe, // Engineering
166 '9.4'=>&$item_recipe, // Blacksmithing
167 '9.5'=>&$item_recipe, // Cooking
168 '9.6'=>&$item_recipe, // Alchemy
169 '9.7'=>&$item_recipe, // First Aid
170 '9.8'=>&$item_recipe, // Enchanting
171 '9.9'=>&$item_book, // Fishing
172 '9.10'=>&$item_recipe, // Jewelcrafting
174 //'10'=>&$item_all, // Money -OBSOLETE-
176 '11'=>&$item_quiver, // Quiver
177 //'11.0'=>&$item_quiver, // Quiver -OBSOLETE-
178 //'11.1'=>&$item_quiver, // Quiver -OBSOLETE-
179 '11.2'=>&$item_quiver, // Quiver
180 '11.3'=>&$item_quiver, // Ammo Pouch
182 '12'=>&$item_quest, // Quest
183 '13'=>&$item_key, // Key & Lockpick
184 '14'=>&$item_permanent, // Permanent
186 '15'=>&$item_junk, // Miscellaneous
187 '15.0'=>&$item_junk, // Junk
188 '15.1'=>&$item_junk, // Reagent
189 '15.2'=>&$item_junk, // Pet
190 '15.3'=>&$item_junk, // Holiday
191 '15.4'=>&$item_junk, // Other
192 '15.5'=>&$item_junk, // Mount
195 '16.1'=>&$item_glyph,
196 '16.2'=>&$item_glyph,
197 '16.3'=>&$item_glyph,
198 '16.4'=>&$item_glyph,
199 '16.5'=>&$item_glyph,
200 '16.6'=>&$item_glyph,
201 '16.7'=>&$item_glyph,
202 '16.8'=>&$item_glyph,
203 '16.9'=>&$item_glyph,
204 '16.11'=>&$item_glyph,