vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --
2 -- AutoBar
3 -- Item List Database
4 --
5 -- Author: Marc aka Saien on Hyjal
6 -- WOWSaien@gmail.com
7 -- http://64.168.251.69/wow
8 --
9  
10 local ALTERACVALLEY = "Alterac Valley";
11 local WARSONGGULCH = "Warsong Gulch";
12 local ARATHIBASIN = "Arathi Basin";
13  
14 if (GetLocale() == "frFR") then
15 ALTERACVALLEY = "Vall\195\169e d'Alterac";
16 WARSONGGULCH = "Goulet des Warsong";
17 ARATHIBASIN = "Bassin d'Arathi";
18 elseif (GetLocale() == "deDE") then
19 ALTERACVALLEY = "Alteractal";
20 WARSONGGULCH = "Warsongschlucht";
21 ARATHIBASIN = "Arathibecken";
22 elseif ( GetLocale() == "zhCN" ) then
23 elseif ( GetLocale() == "zhTW" ) then
24 end
25  
26 AutoBar_Category_Info = { -- global
27 ["BANDAGES"] = {
28 ["description"] = "Bandages";
29 ["texture"] = "INV_Misc_Bandage_15";
30 ["targetted"] = true;
31 ["smarttarget"] = true;
32 },
33 ["ALTERAC_BANDAGES"] = {
34 ["description"] = "Alterac Bandages";
35 ["texture"] = "INV_Misc_Bandage_12";
36 ["targetted"] = true;
37 ["location"] = ALTERACVALLEY;
38 ["smarttarget"] = true;
39 ["items"] = { 19307 },
40 },
41 ["WARSONG_BANDAGES"] = {
42 ["description"] = "Warsong Bandages";
43 ["texture"] = "INV_Misc_Bandage_12";
44 ["targetted"] = true;
45 ["location"] = WARSONGGULCH;
46 ["smarttarget"] = true;
47 },
48 ["ARATHI_BANDAGES"] = {
49 ["description"] = "Arathi Bandages";
50 ["texture"] = "INV_Misc_Bandage_12";
51 ["targetted"] = true;
52 ["location"] = ARATHIBASIN;
53 ["smarttarget"] = true;
54 },
55 ["UNGORO_RESTORE"] = {
56 ["description"] = "Un'Goro: Crystal Restore";
57 ["texture"] = "INV_Misc_Gem_Diamond_02";
58 ["combatonly"] = true;
59 ["targetted"] = true;
60 ["smarttarget"] = true;
61 ["limit"] = { ["downhp"] = { 670 } },
62 ["items"] = { 11562 },
63 },
64 ----------------
65 ["HEALPOTIONS"] = {
66 ["description"] = "Heal Potions";
67 ["texture"] = "INV_Potion_49";
68 ["limit"] = { ["downhp"] = { 70, 140, 140, 280, 455, 700, 1050} },
69 },
70 ["PVP_HEALPOTIONS"] = {
71 ["description"] = "PVP Rank 6 - Heal Potions";
72 ["texture"] = "INV_Potion_39";
73 ["items"] = { 18839 },
74 ["limit"] = { ["downhp"] = { 900 } },
75 },
76 ["HEALTHSTONE"] = {
77 ["description"] = "Healthstones";
78 ["texture"] = "INV_Stone_04";
79 },
80 ["WHIPPER_ROOT"] = {
81 ["description"] = "Whipper Root";
82 ["texture"] = "INV_Misc_Food_55";
83 ["items"] = { 11951 },
84 ["limit"] = { ["downhp"] = { 700 } },
85 },
86 ["ALTERAC_HEAL"] = {
87 ["description"] = "Alterac Heal Potions";
88 ["texture"] = "INV_Potion_39";
89 ["location"] = ALTERACVALLEY;
90 ["items"] = {
91 17349, -- Superior Healing Draught
92 17348, -- Major Healing Draught
93 },
94 },
95 ----------------
96 ["PVP_MANAPOTIONS"] = {
97 ["description"] = "PVP Rank 6 - Mana Potions";
98 ["texture"] = "INV_Potion_81";
99 ["items"] = { 18841 },
100 ["limit"] = { ["downmana"] = { 900 }, },
101 },
102 ["MANAPOTIONS"] = {
103 ["description"] = "Mana Potions";
104 ["texture"] = "INV_Potion_70";
105 ["limit"] = { ["downmana"] = { 140, 280, 455, 700, 900, 1350} },
106 },
107 ["MANASTONE"] = {
108 ["description"] = "Manastones";
109 ["texture"] = "INV_Misc_Gem_Emerald_01";
110 },
111 ["ALTERAC_MANA"] = {
112 ["description"] = "Alterac Mana Potions";
113 ["texture"] = "INV_Potion_81";
114 ["location"] = ALTERACVALLEY;
115 ["items"] = {
116 17352, -- Superior Mana Draught
117 17351, -- Major Mana Draught
118 },
119 },
120 ----------------
121 ["NIGHT_DRAGONS_BREATH"] = {
122 ["description"] = "Night Dragon's Breath";
123 ["texture"] = "INV_Misc_Food_45";
124 ["limit"] = { ["downhp"] = { 456 }, ["downmana"] = { 456 }, },
125 ["items"] = { 11952 },
126 },
127 ["REJUVENATION_POTIONS"] = {
128 ["description"] = "Rejuvenation Potions";
129 ["texture"] = "INV_Potion_47";
130 ["items"] = {
131 2456, -- Minor Rejuvenation Potion
132 18253, -- Major Rejuvenation Potion
133 },
134 ["limit"] = { ["downhp"] = { 150, 1760 }, ["downmana"] = { 150, 1760 }, },
135 },
136 ----------------
137 ["HEARTHSTONE"] = {
138 ["description"] = "Hearthstone";
139 ["texture"] = "INV_Misc_Rune_01";
140 ["items"] = { 6948 },
141 },
142 ["WATER"] = {
143 ["description"] = "Water";
144 ["texture"] = "INV_Drink_10";
145 ["noncombat"] = true,
146 },
147 ["WATER_CONJURED"] = {
148 ["description"] = "Water: Mage Conjured";
149 ["texture"] = "INV_Drink_10";
150 ["noncombat"] = true,
151 },
152 ["RAGEPOTIONS"] = {
153 ["description"] = "Rage Potions";
154 ["texture"] = "INV_Potion_24";
155 },
156 ["ENERGYPOTIONS"] = {
157 ["description"] = "Energy Potions";
158 ["texture"] = "INV_Drink_Milk_05";
159 ["items"] = { 7676 },
160 },
161 ["SWIFTNESSPOTIONS"] = {
162 ["description"] = "Swiftness Potions";
163 ["texture"] = "INV_Potion_95";
164 ["items"] = { 2459 },
165 },
166 ["SOULSHARDS"] = {
167 ["description"] = "Soul Shards";
168 ["texture"] = "INV_Misc_Gem_Amethyst_02";
169 ["notusable"] = true;
170 ["items"] = { 6265 },
171 },
172 --------------
173 ["ARROWS"] = {
174 ["description"] = "Arrows";
175 ["texture"] = "INV_Ammo_Arrow_02";
176 ["notusable"] = true;
177 },
178 ["BULLETS"] = {
179 ["description"] = "Bullets";
180 ["texture"] = "INV_Ammo_Bullet_02";
181 ["notusable"] = true;
182 },
183 ["THROWN"] = {
184 ["description"] = "Thrown Weapons";
185 ["texture"] = "INV_Axe_19";
186 ["notusable"] = true;
187 },
188 --------------
189 ["FOOD"] = {
190 ["description"] = "Food: No Bonus";
191 ["texture"] = "INV_Misc_Food_14";
192 ["noncombat"] = true,
193 },
194 ["FOOD_WATER"] = {
195 ["description"] = "Food & Water Combo";
196 ["texture"] = "INV_Misc_Food_33";
197 ["noncombat"] = true,
198 ["items"] = { 13724, 19301 }
199 },
200 ["FOOD_CONJURED"] = {
201 ["description"] = "Food: Mage Conjured";
202 ["texture"] = "INV_Misc_Food_10";
203 ["noncombat"] = true,
204 },
205 ["FOOD_STAMINA"] = {
206 ["description"] = "Food: Stamina Bonus";
207 ["texture"] = "INV_Egg_03";
208 ["noncombat"] = true,
209 },
210 ["FOOD_AGILITY"] = {
211 ["description"] = "Food: Agility Bonus";
212 ["texture"] = "INV_Misc_Fish_13";
213 ["noncombat"] = true,
214 },
215 ["FOOD_MANAREGEN"] = {
216 ["description"] = "Food: Mana Regen Bonus";
217 ["texture"] = "INV_Misc_Food_14";
218 ["noncombat"] = true,
219 },
220 ["FOOD_HPREGEN"] = {
221 ["description"] = "Food: HP Regen Bonus";
222 ["texture"] = "INV_Misc_Fish_19";
223 ["noncombat"] = true,
224 },
225 ["FOOD_STRENGTH"] = {
226 ["description"] = "Food: Strength Bonus";
227 ["texture"] = "INV_Misc_Food_64";
228 ["noncombat"] = true,
229 },
230 ["FOOD_INTELLIGENCE"] = {
231 ["description"] = "Food: Intelligence Bonus";
232 ["texture"] = "INV_Misc_Food_63";
233 ["noncombat"] = true,
234 },
235 ["FOOD_ARATHI"] = {
236 ["description"] = "Food: Arathi Basin";
237 ["texture"] = "INV_Misc_Food_33";
238 ["noncombat"] = true,
239 ["location"] = ARATHIBASIN;
240 ["items"] = { 20062 },
241 },
242 ["FOOD_WARSONG"] = {
243 ["description"] = "Food: Warsong Gulch";
244 ["texture"] = "INV_Misc_Food_33";
245 ["noncombat"] = true,
246 ["location"] = WARSONGGULCH;
247 ["items"] = { 19062, 19061, 19060 },
248 },
249 --------------
250 ["SHARPENINGSTONES"] = {
251 ["description"] = "Blacksmith created Sharpening stones";
252 ["texture"] = "INV_Stone_SharpeningStone_01";
253 ["targetted"] = "WEAPON";
254 },
255 ["WEIGHTSTONE"] = {
256 ["description"] = "Blacksmith created Weight stones";
257 ["texture"] = "INV_Stone_WeightStone_02";
258 ["targetted"] = "WEAPON";
259 },
260 --------------
261 ["POISON-CRIPPLING"] = {
262 ["description"] = "Crippling Poison";
263 ["texture"] = "INV_Potion_19";
264 ["targetted"] = "WEAPON";
265 },
266 ["POISON-DEADLY"] = {
267 ["description"] = "Deadly Poison";
268 ["texture"] = "Ability_Rogue_DualWeild";
269 ["targetted"] = "WEAPON";
270 },
271 ["POISON-INSTANT"] = {
272 ["description"] = "Instant Poison";
273 ["texture"] = "Ability_Poisons";
274 ["targetted"] = "WEAPON";
275 },
276 ["POISON-MINDNUMBING"] = {
277 ["description"] = "Mind-Numbing Poison";
278 ["texture"] = "Spell_Nature_NullifyDisease";
279 ["targetted"] = "WEAPON";
280 },
281 ["POISON-WOUND"] = {
282 ["description"] = "Wounding Poison";
283 ["texture"] = "Ability_PoisonSting";
284 ["targetted"] = "WEAPON";
285 },
286 --------------
287 ["EXPLOSIVES"] = {
288 ["description"] = "Engineering Explosives";
289 ["texture"] = "INV_Misc_Bomb_08";
290 ["nosmartcast"] = true;
291 ["targetted"] = true;
292 },
293 --------------
294 ["MOUNTS_TROLL"] = {
295 ["description"] = "Mount: Troll - Raptor";
296 ["texture"] = "Ability_Mount_Raptor";
297 ["noncombat"] = true,
298 },
299 ["MOUNTS_ORC"] = {
300 ["description"] = "Mount: Orc - Wolf";
301 ["texture"] = "Ability_Mount_BlackDireWolf",
302 ["noncombat"] = true,
303 },
304 ["MOUNTS_UNDEAD"] = {
305 ["description"] = "Mount: Undead - Skeletal Horse";
306 ["texture"] = "Ability_Mount_Undeadhorse";
307 ["noncombat"] = true,
308 },
309 ["MOUNTS_TAUREN"] = {
310 ["description"] = "Mount: Tauren - Kodo";
311 ["texture"] = "Ability_Mount_Kodo_01";
312 ["noncombat"] = true,
313 },
314 ["MOUNTS_HUMAN"] = {
315 ["description"] = "Mount: Human - Horse";
316 ["texture"] = "Ability_Mount_NightmareHorse";
317 ["noncombat"] = true,
318 },
319 ["MOUNTS_NIGHTELF"] = {
320 ["description"] = "Mount: Night Elf - Tiger";
321 ["texture"] = "Ability_Mount_BlackPanther";
322 ["noncombat"] = true,
323 },
324 ["MOUNTS_DWARF"] = {
325 ["description"] = "Mount: Dwarf - Ram";
326 ["texture"] = "Ability_Mount_MountainRam";
327 ["noncombat"] = true,
328 },
329 ["MOUNTS_GNOME"] = {
330 ["description"] = "Mount: Gnome - Strider";
331 ["texture"] = "Ability_Mount_MechaStrider";
332 ["noncombat"] = true,
333 },
334 ["MOUNTS_SPECIAL"] = {
335 ["description"] = "Mount: Special";
336 ["texture"] = "Ability_Mount_JungleTiger";
337 ["noncombat"] = true,
338 },
339 --------------
340 ["MANA_OIL"] = {
341 ["texture"] = "INV_Misc_Gem_Emerald_01";
342 ["targetted"] = "WEAPON";
343 ["description"] = "Enchantment Oil: Mana Regen";
344 },
345 ["WIZARD_OIL"] = {
346 ["texture"] = "INV_Potion_100";
347 ["targetted"] = "WEAPON";
348 ["description"] = "Enchantment Oil: Damage/Healing Bonus";
349 },
350 ["FISHINGITEMS"] = {
351 ["texture"] = "INV_Misc_Food_26",
352 ["targetted"] = "WEAPON",
353 ["description"] = "Fishing Items",
354 ["items"] = {
355 6529, -- Shiny Bauble
356 6530, -- Nightcrawlers
357 6811, -- Aquadynamic Fish Lens
358 6532, -- Bright Baubles
359 6533, -- Aquadynamic Fish Attractors
360 },
361 },
362 };
363  
364 AutoBar_Category_Info["BANDAGES"].items = {
365 1251, -- Linen Bandage
366 2581, -- Heavy Linen Bandage
367 3530, -- Wool Bandage
368 3531, -- Heavy Wool Bandage
369 6450, -- Silk Bandage
370 6451, -- Heavy Silk Bandage
371 8544, -- Mageweave Bandage
372 8545, -- Heavy Mageweave Bandage
373 14529, -- Runecloth Bandage
374 14530, -- Heavy Runecloth Bandage
375 };
376 AutoBar_Category_Info["HEALPOTIONS"].items = {
377 118, -- Minor Healing Potion
378 858, -- Lesser Healing Potion
379 4596, -- Discolored Healing Potion
380 929, -- Healing Potion
381 1710, -- Greater Healing Potion
382 3928, -- Superior Healing Potion
383 13446, -- Major Healing Potion
384 };
385 AutoBar_Category_Info["MANAPOTIONS"].items = {
386 2455, -- Minor Mana Potion
387 3385, -- Lesser Mana Potion
388 3827, -- Mana Potion
389 6149, -- Greater Mana Potion
390 13443, -- Superior Mana Potion
391 13444, -- Major Mana Potion
392 };
393 AutoBar_Category_Info["HEALTHSTONE"].items = {
394 5512, -- Minor Healthstone
395 19004, -- 1pt Talent improved Minor Healthstone
396 19005, -- 2pt Talent improved Minor Healthstone
397 5511, -- Lesser Healthstone
398 19006, -- Talent improved Lesser Healthstone
399 19007, -- 1pt 2pt Talent improved Lesser Healthstone
400 5509, -- Healthstone
401 19008, -- 1pt Talent improved Healthstone
402 19009, -- 2pt Talent improved Healthstone
403 5510, -- Greater Healthstone
404 19010, -- 1pt Talent improved Greater Healthstone
405 19011, -- 2pt Talent improved Greater Healthstone
406 9421, -- Major Healthstone
407 19012, -- 1pt Talent improved Major Healthstone
408 19013, -- 2pt Talent improved Major Healthstone
409 };
410 AutoBar_Category_Info["MANASTONE"].items = {
411 5514, -- Mana Agate
412 5513, -- Mana Jade
413 8007, -- Mana Citrine
414 8008, -- Mana Ruby
415 };
416 AutoBar_Category_Info["WATER"].items = {
417 19997, -- Harvest Nectar
418 159, -- Refreshing Spring Water
419 1179, -- Ice Cold Milk
420 1205, -- Melon Juice
421 9451, -- Bubbling Water
422 1708, -- Sweet Nectar
423 4791, -- Enchanted Water
424 10841, -- Goldthorn Tea
425 1645, -- Moonberry Juice
426 8766, -- Morning Glory Dew
427 19318, -- Bottled Alterac Spring Water
428 };
429 AutoBar_Category_Info["WATER_CONJURED"].items = {
430 5350, -- Conjured Water
431 2288, -- Conjured Fresh Water
432 2136, -- Conjured Purified Water
433 3772, -- Conjured Spring Water
434 8077, -- Conjured Mineral Water
435 8078, -- Conjured Sparkling Water
436 8079, -- Conjured Crystal Water
437 };
438 AutoBar_Category_Info["RAGEPOTIONS"].items = {
439 5631, -- Rage Potion
440 5633, -- Great Rage Potion
441 13442, -- Mighty Rage Potion
442 };
443 AutoBar_Category_Info["BULLETS"].items = {
444 2516, -- Light Shot
445 4960, -- Flash Pellet
446 8067, -- Crafted Light Shot
447 2519, -- Heavy Shot
448 5568, -- Smooth Pebble
449 8068, -- Crafted Heavy Shot
450 3033, -- Solid Shot
451 8069, -- Crafted Solid Shot
452 3465, -- Exploding Shot
453 10512, -- Hi-Impact Mithril Slugs
454 11284, -- Accurate Slugs
455 10513, -- Mithril Gyro-Shot
456 11630, -- Rockshard Pellets
457 15997, -- Thorium Shells
458 13377, -- Minature Cannon Balls
459 };
460 AutoBar_Category_Info["ARROWS"].items = {
461 2512, -- Rough Arrow
462 2515, -- Sharp Arrow
463 3030, -- Razor Arrow
464 3464, -- Feathered Arrow
465 9399, -- Precision Arrow
466 11285, -- Jagged Arrow
467 18042, -- Thorium Headed Arrow
468 12654 , -- Doomshot
469 };
470 AutoBar_Category_Info["THROWN"].items = {
471 3111, -- Crude Throwing Axe
472 3463, -- Silver Star
473 2947, -- Small Throwing Knife
474 2946, -- Balanced Throwing Dagger
475 5379, -- Boot Knife
476 3131, -- Weighted Throwing Axe
477 4959, -- Throwing Tomahawk
478 3107, -- Keen Throwing Knife
479 3135, -- Sharp Throwing Axe
480 3137, -- Deadly Throwing Axe
481 3108, -- Heavy Throwing Dagger
482 15326, -- Gleaming Throwing Axe
483 15327, -- Wicked Throwing Dagger
484 13173, -- Flightblade Throwing Axe
485 };
486 AutoBar_Category_Info["FOOD_CONJURED"].items = {
487 5349, -- Conjured Muffin -- Mage - Level 1, heals 61
488 1113, -- Conjured Bread -- Mage - Level 5, heals 243
489 1114, -- Conjured Rye -- Mage - Level 15, heals 552
490 1487, -- Conjured Pumpernickel -- Mage - Level 25, heals 874
491 8075, -- Conjured Sourdough -- Mage - Level 35, heals 1392
492 8076, -- Conjured Sweet Roll -- Mage - Level 45, heals 2148
493 };
494 AutoBar_Category_Info["FOOD"].items = {
495 2070, -- Darnassian Bleu -- Vendor - Level 1, heals 61
496 4540, -- Tough Hunk of Bread -- Vendor - Level 1, heals 61
497 4536, -- Shiny Red Apple -- Vendor - Level 1, heals 61
498 117, -- Tough Jerky -- Vendor - Level 1, heals 61
499 4604, -- Forest Mushroom Cap -- Vendor - Level 1, heals 61
500 16166, -- Bean Soup -- Vendor - Level 1, heals 61
501 9681, -- Charred Wolf Meat -- Cooking - Level 1, heals 61
502 2681, -- Roasted Boar Meat -- Cooking - Level 1, heals 61
503 787, -- Slitherskin Mackerel -- Cooking - Level 1, heals 61
504 6290, -- Brilliant Smallfish -- Cooking - Level 1, heals 61
505 2680, -- Spiced Wolf Meat -- Cooking
506 16167, -- Versicolor Treat -- Vendor - Level 5, heals 243
507 4605, -- Red-speckled Mushroom -- Vendor - Level 5, heals 243
508 2287, -- Haunch of Meat -- Vendor - Level 5, heals 243
509 4537, -- Tel'Abim Banana -- Vendor - Level 5, heals 243
510 414, -- Dalaran Sharp -- Vendor - Level 5, heals 243
511 4541, -- Freshly Baked Bread -- Vendor - Level 5, heals 243
512 6890, -- Smoked Bear Meat -- Cooking - Level 5, heals 243
513 6316, -- Loch Frenzy Delight -- Cooking - Level 5, heals 243
514 5095, -- Rainbow Fin Albacore -- Cooking - Level 5, heals 243
515 4592, -- Longjaw Mud Snapper -- Cooking - Level 5, heals 243
516 2683, -- Crab Cake -- Cooking
517 2684, -- Coyote Steak -- Cooking
518 5525, -- Boiled Clams -- Cooking
519 5473, -- Scorpid Surprise -- Cooking - Level 1, heals 294
520 2682, -- Cooked Crab Claw -- Cooking - Level 5, heals 294
521 733, -- Westfall Stew -- Cooking - Level 5, heals 552
522 422, -- Dwarven Mild -- Vendor - Level 15, heals 552
523 4542, -- Moist Cornbread -- Vendor - Level 15, heals 552
524 4538, -- Snapvine Watermelon -- Vendor - Level 15, heals 552
525 3770, -- Mutton Chop -- Vendor - Level 15, heals 552
526 4606, -- Spongy Morel -- Vendor - Level 15, heals 552
527 16170, -- Steamed Mandu -- Vendor - Level 15, heals 552
528 5526, -- Clam Chowder -- Cooking - Level 10, heals 552
529 5478, -- Dig Rat Stew -- Cooking - Level 10, heals 552
530 2685, -- Succulent Pork Ribs -- Cooking - Level 10, heals 552
531 4593, -- Bristle Whisker Catfish -- Cooking - Level 15, heals 552
532 4594, -- Rockscale Cod -- Cooking - Level 25, heals 874
533 8364, -- Mithril Head Trout -- Cooking - Level 25, heals 874
534 16169, -- Wild Ricecake -- Vendor - Level 25, heals 874
535 4607, -- Delicious Cave Mold -- Vendor - Level 25, heals 874
536 3771, -- Wild Hog Shank -- Vendor - Level 25, heals 874
537 4539, -- Goldenbark Apple -- Vendor - Level 25, heals 874
538 4544, -- Mulgore Spice Bread -- Vendor - Level 25, heals 874
539 1707, -- Stormwind Brie -- Vendor - Level 25, heals 874
540 13546, -- Bloodbelly Fish -- Quest - Level 25, heals 1392
541 3927, -- Fine Aged Cheddar -- Vendor - Level 35, heals 1392
542 4601, -- Soft Banana Bread -- Vendor - Level 35, heals 1392
543 4602, -- Moon Harvest Pumpkin -- Vendor - Level 35, heals 1392
544 4599, -- Cured Ham Steak -- Vendor - Level 35, heals 1392
545 4608, -- Raw Black Truffle -- Vendor - Level 35, heals 1392
546 18255, -- Runn Tum Tuber -- Uncooked
547 16168, -- Heaven Peach -- Vendor - Level 35, heals 1392
548 16766, -- Undermine Clam Chowder -- Cooking - Level 35, heals 1392
549 6887, -- Spotted Yellowtail -- Cooking - Level 35, heals 1392
550 13930, -- Filet of Redgill -- Cooking - Level 35, heals 1392
551 9681, -- Grilled King Crawler Legs -- Quest - Level 35, heals 1392
552 16171, -- Shinsollo -- Vendor - Level 45, heals 2148
553 8952, -- Roasted Quail -- Vendor - Level 45, heals 2148
554 8953, -- Deep Fried Plantains -- Vendor - Level 45, heals 2148
555 8950, -- Homemade Cherry Pie -- Vendor - Level 45, heals 2148
556 8932, -- Alterac Swiss -- Vendor - Level 45, heals 2148
557 8948, -- Dried King Bolete -- Vendor - Level 45, heals 2148
558 8957, -- Spinefin Halibut -- Vendor - Level 45, heals 2148
559 13935, -- Baked Salmon -- Cooking - Level 45, heals 2148
560 13933, -- Lobster Stew -- Cooking - Level 45, heals 2148
561 };
562 AutoBar_Category_Info["FOOD_STAMINA"].items = {
563 6888, -- Herb Baked Egg -- Cooking - Level 1, heals 61, stamina/spirit
564 12224, -- Crispy Bat Wing -- Cooking - Level 1, heals 61, stamina/spirit
565 17197, -- Gingerbread Cookie -- Cooking - Level 1, heals 61, stamina/spirit
566 17198, -- Egg Nog -- Cooking - Level 1, heals 61, stamina/spirit
567 5472, -- Kaldorei Spider Kabo -- Cooking - Level 1, heals 61, with bonus
568 2888, -- Beer Basted Boar Rib -- Cooking - Level 1, heals 61, with bonus
569 5474, -- Roasted Kodo Meat -- Cooking - Level 1, heals 61, stamina/spirit
570 11584, -- Cactus Apple Surpris -- Quest - Level 1, heals 61, with bonus
571 5476, -- Fillet of Frenzy -- Cooking - Level 5, heals 243, with bonus
572 5477, -- Strider Stew -- Cooking - Level 5, heals 243, stamina/spirit
573 724, -- Goretusk Liver Pieo -- Cooking - Level 5, heals 243, with bonus
574 3220, -- Blood Sausageo -- Cooking - Level 5, heals 243, with bonus
575 3662, -- Crocolisk Steako -- Cooking - Level 5, heals 243, with bonus
576 2687, -- Dry Pork Ribso -- Cooking - Level 5, heals 243, stamina/spirit
577 1082, -- Redridge Goulash -- Cooking - Level 10, heals 552, with bonus
578 5479, -- Crispy Lizard Tail -- Cooking - Level 12, heals 552, stamina/spirit
579 1017, -- Seasoned Wolf Kabob -- Cooking - Level 15, heals 552, with bonus
580 3663, -- Murloc Fin Soup -- Cooking - Level 15, heals 552, with bonus
581 3726, -- Big Bear Steak -- Cooking - Level 15, heals 552, stamina/spirit
582 5480, -- Lean Venison -- Cooking - Level 15, heals 552, stamina/spirit
583 3666, -- Gooey Spider Cake -- Cooking - Level 15, heals 552, with bonus
584 3664, -- Crocolisk Gumbo -- Cooking - Level 15, heals 552, with bonus
585 5527, -- Goblin Deviled Clams -- Cooking - Level 15, heals 552, stamina/spirit
586 3727, -- Hot Lion Chops -- Cooking - Level 15, heals 552, stamina/spirit
587 12209, -- Lean Wolf Steak -- Cooking - Level 15, heals 552, with bonus
588 3665, -- Curiously Tasty Omel -- Cooking - Level 15, heals 552, stamina/spirit
589 3728, -- Tasty Lion Steak -- Cooking - Level 20, heals 874, with bonus
590 4457, -- Barbecued Buzzard Win-- Cooking - Level 25, heals 874, stamina/spirit
591 12213, -- Carrion Surprise -- Cooking - Level 25, heals 874, stamina/spirit
592 6038, -- Giant Clam Corcho -- Cooking - Level 25, heals 874, stamina/spirit
593 3729, -- Soothing Turtle Bisqu-- Cooking - Level 25, heals 874, stamina/spirit
594 13851, -- Hot Wolf Ribs -- Cooking - Level 25, heals 874, with bonus
595 12214, -- Mystery Stew -- Cooking - Level 25, heals 874, with bonus
596 12210, -- Roast Raptor -- Cooking - Level 25, heals 874, stamina/spirit
597 12212, -- Jungle Stew -- Cooking - Level 25, heals 874, stamina/spirit
598 13929, -- Hot Smoked Bass -- Cooking - Level 35, heals 874, with bonus
599 17222, -- Spider Sausage -- Cooking - Level 35, heals 1392, stamina/spirit
600 12215, -- Heavy Kodo Stew -- Cooking - Level 35, heals 1392, stamina/spirit
601 13927, -- Cooked Glossy Mightfi-- Cooking - Level 35, heals 1392, stamina
602 12216, -- Spider Chilli Crab -- Cooking - Level 35, heals 1392, stamina/spirit
603 12218, -- Monster Omlette -- Cooking - Level 40, heals 1392, stamina/spirit
604 16971, -- Clamlette Surprise -- Cooking - Level 40, heals 1392, with bonus
605 18045, -- Tender Wolf Steak -- Cooking - Level 40, heals 1392, stamina/spirit
606 13934, -- Mightfish Steak -- Cooking - Level 45, heals 1933, stamina
607 11950, -- Windblossom Berries -- Felwood - Level 45, heals 1933, stamina/spirit
608 };
609 AutoBar_Category_Info["FOOD_AGILITY"].items = {
610 13928, -- Grilled Squid -- Cooking - Level 35, heals 874, agility
611 };
612 AutoBar_Category_Info["FOOD_MANAREGEN"].items = {
613 3448, -- Senggin Root -- Horde Q - Level 1, heals 294, mana 294
614 13931, -- Nightfin Soup -- Cooking - Level 35, heals 874, mana regen
615 };
616 AutoBar_Category_Info["FOOD_HPREGEN"].items = {
617 13932, -- Poached Sunscale Sal -- Cooking - Level 35, heals 874, hp regen
618 };
619 AutoBar_Category_Info["FOOD_STRENGTH"].items = {
620 20452, -- Smoked Desert Dumpling-- Level 45, heals 2148, str bonus
621 };
622 AutoBar_Category_Info["FOOD_INTELLIGENCE"].items = {
623 18254, -- Runn Tum Tuber Surpris-- int bonus
624 };
625 AutoBar_Category_Info["SHARPENINGSTONES"].items = {
626 2862, -- Rough Sharpening Stone
627 2863, -- Coarse Sharpening Stone
628 2871, -- Heavy Sharpening Stone
629 7964, -- Solid Sharpening Stone
630 12404, -- Dense Sharpening Stone
631 18262, -- Elemental Sharpening Stone
632 };
633 AutoBar_Category_Info["WEIGHTSTONE"].items = {
634 3239, -- Rough Weightstone
635 3240, -- Coarse Weightstone
636 3241, -- Heavy Weightstone
637 7965, -- Solid Weightstone
638 12643, -- Dense Weightstone
639 };
640 AutoBar_Category_Info["POISON-CRIPPLING"].items = {
641 3775, -- Crippling Poison
642 3776, -- Crippling Poison II
643 };
644 AutoBar_Category_Info["POISON-DEADLY"].items = {
645 2892, -- Deadly Poison
646 2893, -- Deadly Poison II
647 8984, -- Deadly Poison III
648 8985, -- Deadly Poison IV
649 };
650 AutoBar_Category_Info["POISON-INSTANT"].items = {
651 6947, -- Instant Poison
652 6949, -- Instant Poison II
653 6950, -- Instant Poison III
654 8926, -- Instant Poison IV
655 8927, -- Instant Poison V
656 8928, -- Instant Poison VI
657 };
658 AutoBar_Category_Info["POISON-MINDNUMBING"].items = {
659 5237, -- Mind-numbing Poison
660 6951, -- Mind-numbing Poison II
661 9186, -- Mind-numbing Poison III
662 };
663 AutoBar_Category_Info["POISON-WOUND"].items = {
664 10918, -- Wound Poison
665 10920, -- Wound Poison II
666 10921, -- Wound Poison III
667 10922, -- Wound Poison IV
668 };
669 AutoBar_Category_Info["EXPLOSIVES"].items = {
670 4358, -- Rough Dynamite
671 4360, -- Rough Copper Bomb
672 4365, -- Coarse Dynamite
673 4370, -- Large Copper Bomb
674 6714, -- EZ-Thro Dynamite
675 4374, -- Small Bronze Bomb
676 4378, -- Heavy Dynamite
677 4380, -- Big Bronze Bomb
678 10507, -- Solid Dynamite
679 4390, -- Iron Grenade
680 4403, -- Portable Bronze Mortar
681 4394, -- Big Iron Bomb
682 18588, -- EZ-Thro Dynamite II
683 10514, -- Mithril Frag Bomb
684 10586, -- The Big One
685 10562, -- Hi-Explosive Bomb
686 15993, -- Thorium Grenade
687 16005, -- Dark Iron Bomb
688 16040, -- Arcane Bomb
689 };
690 AutoBar_Category_Info["WARSONG_BANDAGES"].items = {
691 19068, -- Warsong Gulch Silk Bandage
692 19067, -- Warsong Gulch Mageweave Bandage
693 19066, -- Warsong Gulch Runecloth Bandage
694 };
695 AutoBar_Category_Info["ARATHI_BANDAGES"].items = {
696 20067, -- Arathi Basin Silk Bandage
697 20244, -- Highlander's Silk Bandage
698 20235, -- Defiler's Silk Bandage
699 20065, -- Arathi Basin Mageweave Bandage
700 20237, -- Highlander's Mageweave Bandage
701 20232, -- Defiler's Mageweave Bandage
702 20066, -- Arathi Basin Runecloth Bandage
703 20243, -- Highlander's Runecloth Bandage
704 20234, -- Defiler's Runecloth Bandage
705 };
706 AutoBar_Category_Info["MANA_OIL"].items = {
707 20745, -- Minor Mana Oil 4mana/5sec
708 20747, -- Lesser Mana Oil 8mana/5sec
709 20748, -- Brilliant Mana Oil 12mana/5sec
710 };
711 AutoBar_Category_Info["WIZARD_OIL"].items = {
712 20744, -- Minor Wizard Oil +8 spell damage
713 20746, -- Lesser Wizard Oil +16 spell damage
714 20750, -- Wizard Oil +24 spell damage
715 20749, -- Brilliant Wizard Oil +36 spell damage
716 };
717 AutoBar_Category_Info["MOUNTS_TROLL"].items = {
718 8588, -- Emerald Raptor
719 8591, -- Turquoise Raptor
720 8592, -- Violet Raptor
721 18788, -- Elite: Swift Blue Raptor
722 18789, -- Elite: Swift Olive Raptor
723 18790, -- Elite: Swift Orange Raptor
724 18246, -- Elite: PVP: Black War Raptor
725 };
726 AutoBar_Category_Info["MOUNTS_ORC"].items = {
727 1132, -- Timber Wolf
728 5665, -- Dire Wolf
729 5668, -- Brown Wolf
730 18796, -- Elite: Swift Brown Wolf
731 18797, -- Elite: Swift Timber Wolf
732 18798, -- Elite: Swift Gray Wolf
733 18245, -- Elite: PVP: Black War Wolf
734  
735 };
736 AutoBar_Category_Info["MOUNTS_UNDEAD"].items = {
737 13331, -- Red Skeletal Horse
738 13332, -- Blue Skeleton Horse
739 13333, -- Brown Skeletal Horse
740 13334, -- Elite: Green Skeletal Warhorse
741 18791, -- Elite: Purple Skeletal Warhorse
742 18248, -- Elite: PVP: Red Skeletal Warhorse
743 };
744 AutoBar_Category_Info["MOUNTS_TAUREN"].items = {
745 15277, -- Gray Kodo
746 15290, -- Brown Kodo
747 18793, -- Elite: Great White Kodo
748 18794, -- Elite: Great Brown Kodo
749 18795, -- Elite: Great Grey Kodo
750 18247, -- Elite: PVP: Black War Kodo
751 };
752 AutoBar_Category_Info["MOUNTS_HUMAN"].items = {
753 2414, -- Pinto
754 5414, -- Black Stallion
755 5655, -- Chestnut Mare
756 5656, -- Brown Horse
757 18776, -- Elite: Swift Palamino
758 18777, -- Elite: Swift Brown Steed
759 18778, -- Elite: Swift White Steed
760 18241, -- Elite: PVP: Black War Steed
761 };
762 AutoBar_Category_Info["MOUNTS_NIGHTELF"].items = {
763 8629, -- Striped Nightsaber
764 8631, -- Striped Frostsaber
765 8632, -- Spotted Frostsaber
766 18766, -- Elite: Swift Frostsaber
767 18767, -- Elite: Swift Mistsaber
768 18902, -- Elite: Swift Stormsaber
769 13086, -- Elite: Winterspring Frostsaber
770 18242, -- Elite: PVP: Black War Tiger
771 };
772 AutoBar_Category_Info["MOUNTS_DWARF"].items = {
773 5864, -- Gray
774 5872, -- Brown
775 5873, -- White
776 18785, -- Elite: Swift White
777 18786, -- Elite: Swift Brown
778 18786, -- Elite: Swift Gray
779 18244, -- Elite: PVP: Black War Ram
780 };
781 AutoBar_Category_Info["MOUNTS_GNOME"].items = {
782 8595, -- Blue
783 13321, -- Green
784 13322, -- Unpainted
785 18772, -- Swift Green
786 18773, -- Swift White
787 18774, -- Swift Yellow
788 18243, -- Elite: PVP: Black Battlestrider
789 };
790 AutoBar_Category_Info["MOUNTS_SPECIAL"].items = {
791 19029, -- Elite: Alterac Valley Wolf
792 19030, -- Elite: Alterac Valley Ram
793 19872, -- Elite: ZG Raptor
794 19902, -- Elite: ZG Tiger
795 };
796