Thread Tools Display Modes
12-26-07, 01:24 PM   #1
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 195
Old Autobar new food :)

Ok i had a thread about this not to long ago didnt want to look for it again. Wondering if anyone has found away to add the new mage mana biscuits and some of the other new foods and waters to the old autobar? Sucks i had to make a special button on my action bars for food water since they dont update in the new autobar.


I have looked around the code and not sure where i would add this in there so if anyone has suggestions please let me know


PHP Code:
AutoBarCategoryList["FOOD_COMBO"]["items"] = self:GetSetItemsArrayPT3("Consumable.Food.Combo Health");
--    [
"FOOD_COMBO"] = {
--        [
"description"] = Consumable.Food.Combo Health;
--        [
"texture"] = "INV_Misc_Food_33";
--        [
"nonCombat"] = true,
--    },
    
AutoBarCategoryList["FOOD_COMBO"] = AutoBarItems:new(
            
"Consumable.Food.Combo Health""INV_Misc_Food_33""Consumable.Food.Combo Health")
    
AutoBarCategoryList["FOOD_COMBO"]:SetNonCombat(true)

--    
AutoBarCategoryList["FOOD_CONJURED"]["items"] = self:GetSetItemsArrayPT3("Consumable.Food.Edible.Bread.Conjured");
--    [
"FOOD_CONJURED"] = {
--        [
"description"] = Consumable.Food.Edible.Bread.Conjured;
--        [
"texture"] = "INV_Misc_Food_73CinnamonRoll";
--        [
"nonCombat"] = true,
--        [
"castList"] = {"MAGE"BS["Conjure Food"],},
--    },
    
AutoBarCategoryList["FOOD_CONJURED"] = AutoBarItems:new(
            
"Consumable.Food.Edible.Bread.Conjured""INV_Misc_Food_73CinnamonRoll""Consumable.Food.Edible.Bread.Conjured")
    
AutoBarCategoryList["FOOD_CONJURED"]:SetNonCombat(true)
    
AutoBarCategoryList["FOOD_CONJURED"]:SetCastList(AutoBarCategory:FilterClass({"MAGE"BS["Conjure Food"],})) 
Now im thinking this code here may have something to do with it.

Conjured Manna Biscuit hummmm

Last edited by Alkar : 12-26-07 at 01:33 PM.
  Reply With Quote
12-26-07, 01:45 PM   #2
Danior
An Aku'mai Servant
Join Date: Nov 2005
Posts: 32
I use the old Autobar, and there's an option in the addon's configuration to show combo consumables. The mana biscuits pop right up after activating that.

D-
  Reply With Quote
12-26-07, 03:11 PM   #3
MaybeHoP
Premium Member
Premium Member
Join Date: Jun 2007
Posts: 17
Where is that silly option? I thought I clicked it but Manna Bisquits don't show up.
  Reply With Quote
12-26-07, 09:40 PM   #4
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 195
Originally Posted by MaybeHoP
Where is that silly option? I thought I clicked it but Manna Bisquits don't show up.
Yup same click that option to and no manna biscuits :P
  Reply With Quote
12-26-07, 11:12 PM   #5
Viciusan
A Cliff Giant
 
Viciusan's Avatar
Join Date: Nov 2007
Posts: 70
Please tell us where exactly this can be done
__________________
  Reply With Quote
12-27-07, 10:34 AM   #6
spyder
A Deviate Faerie Dragon
Join Date: Mar 2005
Posts: 15
Easy as opening options for autobar and adding mana biscuits to the list by dragging one from your inventory into the last slot.
  Reply With Quote
12-27-07, 01:14 PM   #7
MaybeHoP
Premium Member
Premium Member
Join Date: Jun 2007
Posts: 17
Found it last night, worked like a charm. I will post a pic when i get home. Or, the drag thing works too. Also fixed that the issue i had with Mad Alchemists potions taking up 2 slots.
  Reply With Quote
12-27-07, 01:35 PM   #8
spyder
A Deviate Faerie Dragon
Join Date: Mar 2005
Posts: 15
Sometimes the answer is to simple not to overthink!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Old Autobar new food :)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off