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/
-
View User Profile
-
Send Message
Posted Jan 14, 2010Can you update the addon to 3.3.0 please! that addon is best!
-
View User Profile
-
Send Message
Posted Jan 10, 2010The other is the whitelist has so many things in it, it goes off the screen.
-
View User Profile
-
Send Message
Posted Jan 9, 2010Where can i change these things?
-
View User Profile
-
Send Message
Posted Jan 7, 2010-
View User Profile
-
Send Message
Posted Jan 8, 2010-
View User Profile
-
Send Message
Posted Jan 8, 2010-
View User Profile
-
Send Message
Posted Jan 7, 2010When I mouse over my current debuffs, the tooltip display is blank. Is there any way to fix?
-
View User Profile
-
Send Message
Posted Jan 5, 2010-
View User Profile
-
Send Message
Posted Jan 5, 2010not only will it add the caster to the tooltips but will also update the values based on their talents. (plus some other nice stuff)
-
View User Profile
-
Send Message
Posted Jan 6, 2010-
View User Profile
-
Send Message
Posted Dec 30, 2009If there's already an option and I'm too brain dead to have found it, please forgive me. :-) Though in analyzing the code, there doesn't seem to be a test for an option setting.
The solution is to comment out the following lines in the EBB addon file named EBB_BarGroup.lua
Add two dashes to the start of the lines that look like this:
if self.layout.anchorshown and #data < 1 then
table_insert(data, DEMO_BUFF)
end
to look like this:
-- if self.layout.anchorshown and #data < 1 then
-- table_insert(data, DEMO_BUFF)
-- end
Or delete them.
Regards
-
View User Profile
-
Send Message
Posted Jan 22, 2010-
View User Profile
-
Send Message
Posted Dec 27, 2009-
View User Profile
-
Send Message
Posted Dec 23, 2009-
View User Profile
-
Send Message
Posted Dec 21, 2009Addons are Prat, Chatter, and Dominos. Would it be a problem with EBB or with those addons? :/
-
View User Profile
-
Send Message
Posted Dec 17, 2009-
View User Profile
-
Send Message
Posted Dec 20, 2009-
View User Profile
-
Send Message
Posted Dec 16, 2009-
View User Profile
-
Send Message
Posted Dec 16, 2009-
View User Profile
-
Send Message
Posted Dec 16, 2009- disable the statusbar
- disable the name text
- shrink the width a bit
and for sticking to each other, they already do if you place one close under the other.