Elkano's BuffBars
EBB provides groups of statusbar style indicators to show (de)buffs currently affecting your char or some other units (currently focus, pet and target). For the player, it can also show indicators for temporary enchants place on it's weapons.
Due to changes Blizzard made with WoW 4.x it's no longer possible to cancel buffs without the use of secure frames. Currently EBB limits canceling of buffs to out-of-fight since using SecureAuraHeader would have required a major code restructuring. This will be coming in a later version.
Version 2.x is a total recode based on the Ace2 framework which became necessary in order to support some of the longtime wanted and suggested features. It's now possible to show different groups of bars which can be configured in many ways. Each group can be assigned an individual look and filter settings. EBB can be configured via a dropdown menu which is accessible via chat (/ebb config), FuBar plugin or (for the group settings) by right clicking the groups anchor. After setting up a group, its anchor can be hidden by alt-left clicking a bar or the anchor itself in order to lock the group in place.
In order to get additional bar textures and fonts for EBB simply install SharedMedia which is available for download under http://wow.curse.com/downloads/wow-addons/details/sharedmedia.aspx
If you have bug reports or feature request, create a ticket: http://www.wowace.com/projects/elkbuffbars/create-ticket/
You can also check my thread at the WoWAce forums: http://forums.wowace.com/showthread.php?t=5290
The most recent development version of EBB is available directly from the WoWAce SVN via http://www.wowace.com/projects/elkbuffbars/files/
I can't give you the exact error right now because WoW decided it wanted me to download a few more gigs, however it should be easy to recreate. I'm not sure if this is a problem with Elk or DockingStation, but I posted it on both.
Great mod, and I'm glad to see it transitioning into Cataclysm.
------
Count: 1
Message: ..\AddOns\ElkBuffBars\ElkBuffBars.lua line 751:
attempt to call upvalue 'GetTrackingTexture' (a nil value)
Debug:
...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:25:
...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:23
...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:1055: ManualEnable()
...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:983:
...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:976
[C]: ?
...ddOns\ElkBuffBars\libs\AceEvent-2.0\AceEvent-2.0.lua:260: TriggerEvent()
...ddOns\ElkBuffBars\libs\AceEvent-2.0\AceEvent-2.0.lua:910:
...ddOns\ElkBuffBars\libs\AceEvent-2.0\AceEvent-2.0.lua:903
------
I have absolutely no idea why, because my EBB's work great. Figured I'd post it all the same. :)
Thank you for a great add-on!
Previous alphas was OK....
Anyway, it was just a thought I had. Not sure if it is even possible.
Search "tracking" text and delete all lines between brackets (include traking itself) i.e. text to remove:
["TRACKING"] = { ["blablahblah"] = true,
["blablablah"] = true,
},