My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 21, 2008 by dirk.bester
Labels: Featured
FAQ  
Frequently Asked Questions.

How do I find errors / bugs in AutoBar

How do I Use AutoBar

I cannot make my own pet / mount buttons

How do I report a missing item?

  • List of Reported Missing Items
  • Please use something specific like: "Reins of the Black War Tiger 29471" or "Farkle Berry Juice 47:14000"
  • The 29471 & 47 are the ItemId for each item.
    • Get it from Loot Link as the "BaseId" in the tooltip.
    • Look it up on http://www.wowhead.com by searching by name & then looking at the items URL. The ItemId is at the end.
  • For foods & whatnot an aditional value after the colon gives how much it heals etc.
  • If Farkle Berry Juice was real and a buff food then also include what it buffs:
    • Farkle Berry Juice 47:14000 strength 30, dexterity 60, attack speed 90
  • Is there no end to the wondrous Farkle Berry Juice? It is also a combo food, so list its mana gain as well:
    • Farkle Berry Juice 47:14000 47:17000 mana strength 30, dexterity 60, attack speed 90
I do not have the time to go search the entire game for missing items, nor do all items need to be added. If you miss it, give me the specific info I need to add it.

How do I add items that are not in any existing categories?

  • See the Usage section.
  • See the "How do I report a missing item?" FAQ to get the item into the items database.
  • If you are an Ace author or have SVN access you can add the item to PeriodicTable-3.1.

How can I get the easy & classic AutoBar back?

  • Simply disable all but the Basic Bar
  • Remove all buttons on it that you do not like.

Why can AutoBar no longer shuffle items during combat?

You need to enable the Shuffle attribute for a Button. This lets it shuffle certain items during combat.

Arrange on use causes a duplicate Button in the Popup!

True that.

I have a duplicate Button in the Popup!

Turn off Arrange on Use. It needs to have that extra button there.

How do I skin AutoBar / my cyCircled does not work?

  • Please install ButtonFacade.
  • Uninstall cyCircled, or get whatever mod still needs it to switch to ButtonFacade.

How can I get my gigantic all in one Bar back?

Files Required for AutoBar to work

Inside "World of Warcraft\Interface\AddOns\AutoBar":

  1. AutoBar.toc
  2. AutoBarButton.lua
  3. AutoBarCategory.lua
  4. AutoBarClassBar.lua
  5. AutoBarClassBasicButton.lua
  6. AutoBarClassButton.lua
  7. AutoBarClassPopupButton.lua
  8. AutoBarConsole-1.0.lua
  9. !AutoBarDB.lua
  10. AutoBarFuBar.lua
  11. AutoBarOptions.lua
  12. AutoBarSearch.lua
  13. Bindings.xml
  14. Core.lua
  15. embeds.xml
  16. Locale-enUS.lua
  17. Locale-koKR.lua
  18. Locale-zhCN.lua
  19. Locale-zhTW.lua
  20. Locale-deDE.lua
  21. Locale-frFR.lua
  22. Locale-esES.lua

Inside "World of Warcraft\Interface\AddOns\AutoBar\libs":

  1. LibStub\LibStub.lua
  2. AceLibrary\AceLibrary.lua
  3. AceOO-2.0\AceOO-2.0.lua
  4. AceEvent-2.0\AceEvent-2.0.lua
  5. AceAddon-2.0\AceAddon-2.0.lua
  6. AceDB-2.0\AceDB-2.0.lua
  7. AceDebug-2.0\AceDebug-2.0.lua
  8. AceHook-2.1\AceHook-2.1.lua
  9. Babble-Zone-2.2\Babble-Zone-2.2.lua
  10. Dewdrop-2.0\Dewdrop-2.0.lua
  11. FuBarPlugin-2.0\FuBarPlugin-2.0.lua
  12. !libs\LibBabble-Zone-3.0\LibBabble-Zone-3.0.lua
  13. LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua
  14. LibPeriodicTable-3.1-Consumable\LibPeriodicTable-3.1-Consumable.lua
  15. LibPeriodicTable-3.1-Gear\LibPeriodicTable-3.1-Gear.lua
  16. LibPeriodicTable-3.1-Misc\LibPeriodicTable-3.1-Misc.lua
  17. LibPeriodicTable-3.1-Tradeskill\LibPeriodicTable-3.1-Tradeskill.lua
  18. Tablet-2.0\Tablet-2.0.lua
  19. Waterfall-1.0\Waterfall-1.0.lua
  20. LibStickyFrames-1.0\LibStickyFrames-1.0.lua

If these files are not inside World of Warcraft\Interface\AddOns\AutoBar then you have failed to download AutoBar correctly. Please go to files.wowace.com to get the zip with what you actually need.

How do I self cast or auto self cast?

How do I set key bindings for AutoBar?

  • Use the Blizzard key-binding interface:
    1. Open up the Blizzard Keybindings Panel
    2. Scroll down to the AutoBar section and bind the keys you want
  • To bind to your Custom Buttons, see the Usage section.

AutoBar uses 5 gajillion gigabytes of memory?

  • This is not correct
    1. AutoBar uses about 400-500k
    2. AutoBar does use the embedded Ace libraries which load along with the first Ace mod which alphabeticaly tends to be AutoBar.
    3. The Ace libraries are shared among all your Ace mods. If you want to get a better idea of who is hogging memory then load up the optional standalone versions of the Ace libraries. Do not forget to delete them after your experiment is over.

Waah, I don't want popups?

Popups are either always shown, or only shown when shift is held down (as soon as I implement the shift part that is).
The reasons are simple:
  1. Blizzard has systematically and thoroughly disabled automated choice during combat.
  2. AutoBar used to shuffle the items in a slot around based on cooldown, availability, etc.
  3. This shuffling can no longer work in combat.
  4. Therefore users need a way to in essence do this shuffling themselves, which means using the popup.
  5. Thus, the popup's availability is now mandatory.
  6. The only "hiding" of the popup will be the "Popup on Shift" key.
  7. To avoid support issues like: "I died / the raid wiped because I could not click on X potion after I ran out of Y" etc. the popup will just always be there. If you do run out of the first item there needs to be a fallback option during combat. So rather than allow users to break the mod through a "Disable Popup" option I am just not going to allow that. Popup on shift is close enough to hiding it.

I can't see my Bar

My buttons shift around when items get used up

Each Bar has various settings to control this.

How do I get a cooldown count like <some mod> has?


Comment by dirk.bester, Apr 16, 2008

Please use the Issues tab above to report Issues, bugs, feature requests.

Comment by wernercd, Apr 25, 2008

I agree with Decker12... if your gonna put in multi-bar PLEASE for the love of Thrall make it EASY to get rid of the extra bars. WE LOVE IT THE WAY IT WAS!!! I for one HATE the new bar system. There is NO way to merge the bars back into one. Moving buttons don't work for me, and I don't want to have to monitor the setup for all my characters...

Please... give us back the simple Autobar and make the multi-bar crap an option to be enabled.

Please please please....

Comment by dirk.bester, May 14, 2008

There will eventually be more features to make it easier to get rid of bars. The bottom line though is that it is unlikely that all buttons will continue to be able to fit into a single bar if you have multiple characters.

Comment by amawba, Sep 22, 2008

New to Autobar - looks great. Newbie question, how do I get an icon for a custom macro? I've tried all sorts of approaches but I'm still left with the gift-wrapped icon. Cheers!

Comment by fahdrb, Nov 19, 2008

i just updated after along time and i have 2 new bars that are not getting highlighted when i click on 'move bars' ... so i cannot move them .... they arent even appearing in the bars list i cannot hide them either (all but main bar are disbaled and hidden in my config) please help out =)


Sign in to add a comment
Hosted by Google Code