Advertisement

Baud Consumables

  Download the Curse Client

Last Update: Jan. 18, 2007 (1 year ago)
Category: Action Bars
Tags: battleground, food, and water
Project Manager: Baudzila
Current Version: Baud Consumables 1.04
(for World of Warcraft 2.0.3)
Downloads Today: 2
Downloads Total: 3,554
Favorites: 47
Comments: 9
  • About Baud Consumables
  •  

Baud Consumables will automatically replace consumables in your action buttons with the best ones available, including battleground specific items. This addon is designed to support item swapping for food, drinks, bandages, healing/mana potions, healthstones, and mana gems. More effective items will generally have a higher priority, as will conjured and battleground specific items.

  • Downloads (5)
  •  
Advertisement

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • April 19, 2008, 07:38AM (4 months, 2 weeks ago)

    A feature that I think would be an awesome addition to this mod, and fit with it's overall functionality would be the addition of commands for use in macros. So that if we wanted to create a macro for use in a keybind, or be included in an existing macro we could use syntax something like /use bestwater or perhaps /use baudwater to have it auto drink from the item shown by Baud Consumables. I love this mod, but sometimes forget that the default UI isn't quite as intelligent as my action bars now are. I once went half a level on my mage thinking my drink keybind was broken just because I didn't update it to match my bar.

  • Feb. 1, 2008, 10:51PM (7 months ago)

    i woul dlike to see this work better with multiple types of healthstones

  • Nov. 18, 2007, 06:47PM (9 months, 3 weeks ago)

    is there plans for a update of this mod soon?

  • June 1, 2007, 05:51AM (1 year, 3 months ago)

    Outstanding mod.

    The lists have become a little out of date with all the new items and factions, but that's easy to fix. Compliments to the author on fine programming that allows these easy updates.

    Simply open the .lua file and replace the 55 and 65 level sections of food with the following. Food only so far... my main is a rogue. :)

       --Level 55
       {Item = "Blackened Trout"},
       {Item = "Smoked Talbuk Venison"},
       {Item = "Smoked Black Bear Meat"},
       {Item = "Zangar Caps"},
       {Item = "Moser's Magnificent Muffin"},
       {Item = "Jessen's Special Slop"},
       {Item = "Clefthoof Ribs"},
       {Item = "Mag'har Grainbread"},
       {Item = "Garadar Sharp"},
       (Item = "Diamond Berries"},
       {Item = "Skethyl Berries"},
       {Item = "Conjured Cinnamon Roll"},
       --Level 65
       {Item = "Stromgarde Muenster"},
       {Item = "Lyribread"},
       {Item = "Ogri'la Chicken Fingers"},
       {Item = "Sporeggar Mushroom"},
       {Item = "Zangar Trout"},
       {Item = "Grilled Shadowmoon Tuber"},
       {Item = "Bladespire Bagel"},
       {Item = "Mag'har Mild Cheese"},
       {Item = "Telaari Grapes"},
       {Item = "Conjured Croissant"}
    
  • April 21, 2008, 09:58PM (4 months, 2 weeks ago)

    Looks like EdFox did the food a while back, but here's some of the water that I noticed was missing:

        --Level 55
    {Item = "Blessed Sunfruit Juice"},
    {Item = "Bottled Alterac Spring Water"},
    {Item = "Enriched Mana Biscuit"},
    {Item = "Alterac Mana Biscuit"},
    {Item = "Filtered Draenic Water"},
    {Item = "Star's Lament"},
    {Item = "Hyjal Nectar"},
    {Item = "Warsong Gulch Enriched Ration", BG = "Warsong Gulch"},
    {Item = "Arathi Basin Enriched Ration", BG = "Arathi Basin"},
    {Item = "Conjured Crystal Water"},
    --Level 60
    {Item = "Silverwine"},
    {Item = "Conjured Mountain Spring Water"},
    --Level 65
    {Item = "Ethermead"},
    {Item = "Star's Tears"},
    {Item = "Sparkling Southshore Cider"},
    {Item = "Purified Draenic Water"},
    {Item = "Naaru Ration"}
    {Item = "Conjured Glacier Water"}
    {Item = "Conjured Manna Biscuit"}
    --Level 55
    {Item = "Blessed Sunfruit Juice"},
    {Item = "Bottled Alterac Spring Water"},
    {Item = "Enriched Mana Biscuit"},
    {Item = "Alterac Mana Biscuit"},
    {Item = "Filtered Draenic Water"},
    {Item = "Star's Lament"},
    {Item = "Hyjal Nectar"},
    {Item = "Warsong Gulch Enriched Ration", BG = "Warsong Gulch"},
    {Item = "Arathi Basin Enriched Ration", BG = "Arathi Basin"},
    {Item = "Conjured Crystal Water"},
    --Level 60
    {Item = "Silverwine"},
    {Item = "Conjured Mountain Spring Water"},
    --Level 65
    {Item = "Ethermead"},
    {Item = "Star's Tears"},
    {Item = "Sparkling Southshore Cider"},
    {Item = "Purified Draenic Water"},
    {Item = "Naaru Ration"}
    {Item = "Conjured Glacier Water"}
    {Item = "Conjured Manna Biscuit"}

    Also Enchanted Water was missing from the level 25 section:


    --Level 25
    {Item = "Sweet Nectar"},
    {Item = "Enchanted Water"},
    {Item = "Conjured Spring Water"},

    --Level 25
    {Item = "Sweet Nectar"},
    {Item = "Enchanted Water"},
    {Item = "Conjured Spring Water"},

  • Jan. 27, 2007, 10:41PM (1 year, 7 months ago)

    I do plan to add a menu for this addon eventually, but I've just got so many things on my addon to-do list already =p

  • Jan. 27, 2007, 11:58AM (1 year, 7 months ago)

    Nice! Finaly a replacement for AutoBar! Just one problem for me so far. I would like Mages manastones to override the manapotions.

    Perhaps some setup options for thees kinds of things?

    Great work!

  • Jan. 15, 2008, 08:13PM (7 months, 3 weeks ago)


    I would like Mages manastones to override the manapotions.

    The problem with this is Combat Lockdown i.e. you cant change action slots in combat, and mana stones and potions don't share cooldowns thus meaning you wouldn't be able use a stone then a potion in combat which is fairly useful.

  • Jan. 22, 2007, 05:32AM (1 year, 7 months ago)

    this is cool as....umm...first comment lol :)

 
  • Similar Addons
  •  
  1. 4,174 Titan Panel Action Bars
  2. 1,937 HealBot Continued Buffs & Debuffs, Action Bars, ...
  3. 1,135 Bartender3 Action Bars
  4. 982 Bongos3 Action Bars
  5. 856 ItemRack Action Bars
Advertisement