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/
incompatible with 4.4.0 release of Cata Classic. Bar none, the best buff addon. Been using it since original.
not working with cata classic. would love to see an update
Would love to see this getting a little refresh!
Currently bars are no longer showing, and truthfully nothing comes close to EBB.
Any plans on updates for Cata?
It would be great if we could have private auras show with the rest of the debuffs as well to avoid having to use another addon for private aura tracking
Resolved
Target Debuff only show 100% bar and no timer. plz fix it (in classic hardcore)
Hello!
I've been playing around with the addon and love that you have multiple groups. The blacklist and whitelist are neat as well, but I was wondering if I can whitelist specific buffs by entering the name or spellID. I do not mind checking the tick box for specific buffs that I want to be whitelisted, but it seems these buffs only show up in the settings if the toon has had said buff applied before. This means that I cannot hop on everyone of my alts and just enter the buffs I want to track, I would have to apply every single buff to myself that I want to be whitelisted, and this isn't easily doable for some specific buffs.
Best,
juls
Plz new Update
OK, it seems that LibIcon maintainer deleted some checking code from latest release. And some addons (WeakAuras, Plater, MDT ...) implemented that same new release of that library.
Well TLDR:
change code on line 385 of ElkBuffBars.lua:
LDBIcon:Refresh(ELKBUFFBARS, self.db.profile.minimap)
with:
if LDBIcon:IsRegistered(ELKBUFFBARS) then LDBIcon:Refresh(ELKBUFFBARS, self.db.profile.minimap) end
In reply to BelegCufea:
Thx, that work Perfect.
In reply to BelegCufea: Thanks for this!
In reply to BelegCufea: <3
Having same issue with latest update but MDT didn't fix it when I disable.
It seems like the latest update to MDT breaks EBB somehow? My EBB is invisible/unusable unless I disable MDT (Mythic Dungeon Tools)
I installed the most current version of the addon for Wrath of the Lich King Classic. I am unable to get the Blessing of Demonstration to go away. I tried right clicking on it, looking through the configuration page and have had no luck. Any suggestions?
Update:
I just removed the local DATA_DEMO section of code in the EBB_BarGroup file which fixed the problem. A bit of a hack, but it worked.
In reply to scottgrad:
If "Blessing of Demonstration" shows it's an indicator that the group is in configuration mode (the other one being cogs in the group's anchor header).
So just turn off configuration mode for the group, either in EBB's options or by alt-clicking a bar.
After i log into game i have gem icon appear next to tooltips with random offset. Sometimes random weapon or poison tooltip text also appear nearby to other tooltips. I suspect it is caused by weapon enchant handling code coz im playing rogue and it happens when i use socketed weapons.
Examples
https://ibb.co/HxTr5v8
https://ibb.co/QHJ1f93
In reply to GregoryWW:
same. my mainhand weapon's tooltip shows up next to other tooltips. The stats go away after a fraction of a second but the gem's icon stays on screen and is super annoying.
https://imgur.com/a/aittW6b
In reply to Fedlolis:
I am also having this same error, it gets to the point I have to disable the addon or I continue seeing random gem icons or weapon tooltips showing up permanently on all my other tooltips. This only seems to be an issue on my shaman, maybe it has something to do with weapon imbues? I was briefly having the issue on my warlock and druid but they haven't happened in a while.