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 15, 2015Hello,
Thank you for this awesome addon!
Pre 6.0 to toggle between two diff gui settings I was able to use the command:
/ebb standby
but this now brings an error message of "standby - unknown argument".
Is there any way to reimplement this command?
Thank you
-
View User Profile
-
Send Message
Posted Jan 16, 2015This "feature" was part of the Ace 2 framework and never intentionally/officially supported by EBB; it just happened to be there. As a result, it's unlikely that it will return.
-
View User Profile
-
Send Message
Posted Dec 30, 2014Hey. I was wondering if you would be able to add in an option to hide all of the bars (or even just specific bars) while in a pet battle. I don't think it would be all that difficult since you probably can make it a hook to the PetBattleFrame similar to what kgpanels can do:
PetBattleFrame:HookScript("OnShow",function() self:Hide() end)
PetBattleFrame:HookScript("OnHide",function() self:Show() end)
Thanks!
-
View User Profile
-
Send Message
Posted Jul 11, 2015Please add a feature to hide durring pet battles. Love the addon! Great work!
-
View User Profile
-
Send Message
Posted Dec 27, 2014Hello,
is there a way to show the bars with an deactivated anchor?
Put the bars above my Unitframes and those only show in combat. i know the anchor is just a little thing, but as a cleanui freak those little things are what annoy me the most. :(
I hope there is a way and that i'm just to dumb to figure it out, since i just stumbled upon your addon and i really like it a lot.
Best regards
-
View User Profile
-
Send Message
Posted Dec 27, 2014The anchor bar only shows while the corresponding group is in config mode (i.e. movable; gears showing) or if the option to always show it is active.
So try to alt-click a bar in that group or check the settings :)
-
View User Profile
-
Send Message
Posted Dec 27, 2014Works.
Thank you so much for the quick reply and showing everyone here what an stupid Oaf i am .
but i can live with that. :D
Thanks again!!! ^^
-
View User Profile
-
Send Message
Posted Dec 16, 2014Hi,
I dont know why but on my DK and Feral druid I dont see their dots/diseases in the white list (rip, rake, frost fever, ...). Are those classes not supported ?
Thx in advance (and sorry for my bad english ;))
-
View User Profile
-
Send Message
Posted Dec 16, 2014Like I wrote one comment below, too, you need to have seen the (de)buff this session for it to show up in the lists.
-
View User Profile
-
Send Message
Posted Dec 16, 2014Its the case, I have played a lot of hours with EBB on my dk/feral et the debuff dont show :(
-
View User Profile
-
Send Message
Posted Dec 16, 2014Are you sure you've seen it THIS SESSION? E.g. go attack a target dummy.
Works fine for me.
-
View User Profile
-
Send Message
Posted Dec 3, 2014Is there any way to modify the Whitelist? I created a custom bar for my frost mage in which I would like to display my current IF stacks and the remaining duration of my Icy Veins and Time Warp. The IF stacks work great, but unfortunately Icey Veins is not an option in the whitelist configuration and I don't see any way to add it there.
-
View User Profile
-
Send Message
Posted Dec 3, 2014If you had the buff during that play session it will show up.
-
View User Profile
-
Send Message
Posted Dec 3, 2014Works like a charm. Thank you very much!
-
View User Profile
-
Send Message
Posted Nov 29, 2014The wild mushroom buff doesn't show up as a resto druid. I am missing something?
-
View User Profile
-
Send Message
Posted Nov 30, 2014You mean "Wild Growth"? Shows up fine for me.
-
View User Profile
-
Send Message
Posted Nov 28, 2014It's so cruel I have to edit the addon with every update just to have the time format that I like.
-
View User Profile
-
Send Message
Posted Nov 26, 2014Hi,
Attempting to apply a fishing lure in 6.03 Warlords content produces the error below. Looks like it may be coming out of EBB.
-----------------
1x ElkBuffBars\ElkBuffBars-r179.lua:889: attempt to perform arithmetic on local 'enchantExpiration' (a nil value)
ElkBuffBars\ElkBuffBars-r179.lua:889: in function `ScanData_TENCH_Helper'
ElkBuffBars\ElkBuffBars-r179.lua:843: in function `ScanData_TENCH'
ElkBuffBars\ElkBuffBars-r179.lua:1056: in function `?'
...s\AckisRecipeList\libs\AceTimer-3.0\AceTimer-3.0-17.lua:53: in function <...s\AckisRecipeList\libs\AceTimer-3.0\AceTimer-3.0.lua:48>
-
View User Profile
-
Send Message
Posted Nov 26, 2014Should already be fixed in the code; I just forgot to promote the files from alpha to release.
-
View User Profile
-
Send Message
Posted Nov 26, 2014Thank you; latest release did indeed fix it.