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/
Still looking into a real fix for the buff canceling :/
Second: Im a noob when it comes to this: "SVN" ? does that mean an update in the latest version or?
Thanks for your work Elkano - much appreciated.
1x ElkBuffBars-2.2.6-151\ElkBuffBars.lua:773: attempt to call upvalue 'GetTrackingTexture' (a nil value)
AceAddon-2.0-91100 (ElkBuffBars):979: in function <...ddOns\ElkBuffBars\libs\AceAddon-2.0\AceAddon-2.0.lua:973>
<in C code>: ?
AceEvent-2.0-91097 (ElkBuffBars):260: in function `TriggerEvent'
AceEvent-2.0-91097 (ElkBuffBars):910: in function <...ddOns\ElkBuffBars\libs\AceEvent-2.0\AceEvent-2.0.lua:903>
---
http://www.wowace.com/addons/elkbuffbars/tickets/65-wow-4-0-1-error/
Go through ElkBuffBars.lua and comment out each line that has "tracking" in it. That is, search for "tracking" and at the beginning of that line, put two hyphens at the beginning of the line.
"local GetTrackingTexture = _G.GetTrackingTexture" becomes
"--local GetTrackingTexture = _G.GetTrackingTexture"
and later:
nameoverride = {
BUFF = {},
DEBUFF = {},
TENCH = {},
-- TRACKING = {},
},
This sort of thing. And then in EBB_BarGroup.lua, find the following at about line 272, and comment it by putting --[[ at the beginning of the first line and ]] at the end of the last line.
--[[ for _, v in pairs(ElkBuffBars.trackingdata) do
if self:CheckFilter(v) then
table_insert(data, v)
end
end
]]
Comment stuff out instead of delete because you don't know when you might mess something up.
Message: Interface\AddOns\ElkBuffBars\ElkBuffBars.lua:773: attempt to call upvalue 'GetTrackingTexture' (a nil value)
Time: 10/17/10 04:01:17
Count: 2352
Stack:
Locals:
Now, what you don't see is that the 'count' is going up at a rate of about 10 errors a second.
http://www.wowinterface.com/downloads/info18242-Raven.html
It seems pretty close. I'm about to try it right now.
but English only :(