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 Sep 7, 2016For some reason, nomatter what I do, for some odd reason my bar I keep trying to set up just snaps to a certain position, over and over. If move my anchor anywhere near the space it snaps to that certain location and it cannot be moved near it in any place I'd like it or it auto jumps to this one location
Can't figureout what is wrong here but its been like this for months now
-
View User Profile
-
Send Message
Posted Sep 7, 2016It should only snap to other groups so maybe you've got an empty group sitting there?
-
View User Profile
-
Send Message
Posted Sep 6, 2016Is there a way to make the bars click-through?
-
View User Profile
-
Send Message
Posted Sep 6, 2016Did you try enabling the option?
-
View User Profile
-
Send Message
Posted Sep 6, 2016I can't find it :o
-
View User Profile
-
Send Message
Posted Sep 6, 2016The older versions have 'disable mouse' but since the new ones where the whole configuration window looks different, the options not there anymore.
-
View User Profile
-
Send Message
Posted Sep 6, 2016It is for me...
-
View User Profile
-
Send Message
Posted Sep 6, 2016oh... haha sorry that's embarassing :/
-
View User Profile
-
Send Message
Posted Aug 26, 2016Is it possible to somehow just automatically show ALL buff and debuff without filtering? Currently no new buffs show up unless after their first occurence I go 'Group settings' tab, filter, white list, and check all new unchecked name. Even thought below "self buffs' dropdown I have 'dont filter', it still uses the whitelist (it should just display all so maybe its a bug). In legion beta it was annoying to go there ocassionally and check all newly appeared unchecked buff and debuff (same with live wow).
-
View User Profile
-
Send Message
Posted Aug 27, 2016The white list filter will only apply if there is any buff checked. It will limit the display to exactly these buffs so showing new ones would hinder its purpose.
But if you uncheck all buffs, the filter is disabled and they should all show in the group including new ones.
Self cast buffs is a different filter that will limit the list to those buffs you either did (whitelist mode) or did not (blacklist mode) cast yourself.
-
View User Profile
-
Send Message
Posted Aug 27, 2016Thanks, I will uncheck all. But then the "dont'filter" dropdown setting is useless,I tought its for to enable applying the whitelist or just ignore filtering (showing all)
-
View User Profile
-
Send Message
Posted Aug 16, 2016Is there a way to disable a group without having to delete it?
-
View User Profile
-
Send Message
Posted Aug 16, 2016Answered my own question - create another profile without those groups. Duh...
-
View User Profile
-
Send Message
Posted Aug 12, 2016Is there a way to blacklist a buff by like shift-rightclicking or something similar?
-
View User Profile
-
Send Message
Posted Aug 13, 2016That's a really nice idea actually, please make it happen.
-
View User Profile
-
Send Message
Posted Aug 13, 2016Sometimes it's the small, obvious features you missed as a coder...
In latest alpha (r189), ctrl-leftclick should work for that :)
-
View User Profile
-
Send Message
Posted Aug 8, 2016Hello, I've got a question for you. I often switch between windowed and fullscreen mode in wow, which causes the groups to change their location due to change in resolution. The only solution I've found is to create two profiles, one for windowed and one for fullscreen. I was wandering if there's something else I can do to make it easier. I had a similar issue with bartender, but since it offers the option to set different anchor points (I.e bottom, bottomleft etc.) I was able to fix it. Is there a similar functionality in your addon? If not, would you consider adding it? Thank you.
-
View User Profile
-
Send Message
Posted Aug 4, 2016Hi, I can't see any of the tooltips for my buffs. Is there a way to fix this? Debuffs are fine. Thanks :)
-
View User Profile
-
Send Message
Posted Aug 4, 2016They are both handled by pretty much the same code and both are working fine for me.
Only idea I have would be that something is blocking the mouse from interacting with your buff group. So check if you disabled the mouse for that group or, using /framestack , if some other invisible frame is blocking.
-
View User Profile
-
Send Message
Posted Aug 6, 2016Ah, yes, I had an invisible frame on top of it, thanks so much! :)