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/
..\AddOns\ElkBuffBars\ElkBuffBars.lua line 318:
BuffFrame:SetPoint(): TemporaryEnchantFrame is dependent on this
The bars are sorted by time remaining, so you can tell at a glance which are going to go away next.
Sorting works if all your buffs are in the same group. I want to scale the statusbar's to one time, so, f.e. set to 30 all statusbars would be full if the buff/debuff is over 30 seconds and gradually empty when it falls under 30. With that you would be able to compare >all< buffs/debuffs in a glimpse.
I actually find the way statusbars work now less useful. I'm playing a rogue and it's faster and easier for me to decide by looking at the statusbars than by looking at the time. If every statusbar is scaled differently I do not have an image of the time left, since 1 second "of" one statusbar is different than 1 second "of" a statusbar with longer/shorter buff/debuff time.
Not sure if someone asked before, anyway:
Instead of making the statusbar "full" for the maximum duration of the buff and "empty" for 0, is there a way to scale all the statusbars to one time? If not, it will be a great feature, as now the only way to compare buff times on different bars (f.e. target-bar and self-bar) is to compare the time
http://wow.curse.com/downloads/wow-addons/details/raven.aspx
its almost the same as EBB but with right click remove buff working in 4.0.1
EBB is still Ace2/DewDrop/FuBar, the recode I'm working on will be Ace3/LDB though.
The frame doesn't appear on initial load, but only after reloading my UI through /reloadui.
latest alpha/beta shouldn't be doing anything wrt tracking anymore.
Yes, that one is gone since with being able to track multiple things at once there is no need anymore to show what exactly you are tracking.
So you will have to access it via the minimap button or eg some LDB addon.