Download
(218Kb)
Download
Updated: 07-21-16 06:40 AM
Pictures
File Info
Compatibility:
Legion (7.0.3)
Updated:07-21-16 06:40 AM
Created:unknown
Downloads:223,302
Favorites:1,028
MD5:
Categories:Buff, Debuff, Spell, Data Broker

Elkano's BuffBars  Popular! (More than 5000 hits)

Version: 2.5.0 - r188
by: Elkano [More]

If you want to support development, consider donating:
Click here to lend your support!

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://mods.curse.com/addons/wow/sharedmedia

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/

2.5.0 - r188 | 2006/07/20
- updated for WoW 7.0.3
- couple of bug fixes, changes and new features since last WoWI upload

2.4.0 - r177 | 2014/10/15
- updated for WoW 6.0.2
- now using Ace 3

2.3.2 - r169 | 2012/08/30
- updated for WoW 5.0.4
- anchor visibility no longer depends on configuration mode
- changed time formats (now including 1/10s if length < 1min)

2.3.0 - r165 | 2010/12/10
- updated for WoW 4.x
- buff canceling currently only out-of-fight

2.2.5 - r150 | 2009/08/14
- updated TOC for 3.2
- reduced garbage generation (thx Antiarc)

2.2.4 - r149 | 2009/04/20
- pushed TOC 30100
- changes for detection of selfcast buffs (player, pet, vehicle)
- some code to prevent "TexCoord out of range"; no idea why it happened at all :/

some other changes since r73803 release:
- added an optional spark to the bars
- added scaling
- added shift-click-instering to chat editbox
Optional Files (0)


Post A Reply Comment Options
Unread 10-18-10, 06:26 PM  
elaundar
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Playing around with this - I've had some success with the following change, its not perfect and doesn't work every time, but better than nothing... (hopefully Elkano can do something with the idea)

Basically a 3 step process,
1) right click on ebb buff to enable default buffs
2) right click on the default buff you want to cancel (works 20% of the time...)
3) right click on ebb buff to re-enable default buffs.

EBB_Bar.lua
Code:
        elseif button == "RightButton" then
                if self.parent.layout.target ~= "player" then return end
                if self.data.realtype == "BUFF" then
--                      CancelUnitBuff("player", self.data.id)

   if ElkBuffBars.db.profile.hidebuffframe == true then 
     ElkBuffBars.db.profile.hidebuffframe=false
   else
     ElkBuffBars.db.profile.hidebuffframe=true
   end
   ElkBuffBars:HandleFrame_Blizzard_BuffFrame(ElkBuffBars.db.profile.hidebuffframe)


                elseif self.data.realtype == "TENCH" then
--                      CancelItemTempEnchantment(self.data.id - 15)
--              elseif self.data.realtype == "TRACKING" then
--                      if ( GameTooltip:GetOwner() == self.frames.container ) then
--                              GameTooltip:Hide()
--                      end
--                      ToggleDropDownMenu(1, nil, MiniMapTrackingDropDown, self.frames.container, 0, -5)
                end

Last edited by elaundar : 10-19-10 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 02:39 PM  
aumelen
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Best "solution" I can think of to remove buffs when using Elkano's buffbars is to use the /cancelaura command. /Cancelaura <full spell name> should usually work
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 05:43 PM  
Christerpher
A Fallenroot Satyr

Forum posts: 26
File comments: 15
Uploads: 0
=(
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 12:29 PM  
Talia
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
Re: Last night

Originally posted by lilgulps
It appears blizzard reverted this and u can right click off buffs again
Maybe in the default interface, but this addon still needs to be fixed somehow. With it running, I still can't click buffs off.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 12:03 PM  
lilgulps
A Theradrim Guardian
 
lilgulps's Avatar
AddOn Author - Click to view AddOns

Forum posts: 62
File comments: 34
Uploads: 2
Last night

It appears blizzard reverted this and u can right click off buffs again
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 10:31 AM  
Talia
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
Thanks g3ggo, that fixed the startup error. However, now a change to the Blizz UI is blocking the ability to right-click off buffs while using this addon. So.... still needing a 4.0.1 fix, unfortunately. I'll keep using it, though - love it too much!
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 05:40 PM  
g3gg0
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
in file ElkBuffBars.lua line 751 change

local icon = GetTrackingTexture()

to

local icon = nil

and the startup error will be fixed.

br,
g3gg0
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 09:53 AM  
Incision
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Please update this brilliant addon

This is by far my fav mod. Use it for almost everything I need to watch for. Please update for 4.0.1 Elkano, I feel naked!
Last edited by Incision : 10-14-10 at 09:53 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 07:54 PM  
mLs
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 10
Uploads: 1
Any chance of an update for 4.0.1? This is one of those "must have" addons if you ask me.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 04:33 PM  
Christerpher
A Fallenroot Satyr

Forum posts: 26
File comments: 15
Uploads: 0
when can we get an update for this mod? I hate playing without it
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 02:10 PM  
Nananea
A Defias Bandit

Forum posts: 3
File comments: 23
Uploads: 0
Originally posted by mLs
Great to know Elkano, though, are you working on elk buff bars for 4.0.1/Cata? Whenever I put in the latest version (which is for 3.x.x) into the Cata beta they do work but the frame rate is like capped to 5-10 fps and this only happens when enableing it, when disabled everything runs smoothly.
I have reproduced these results on the 4.0.1 PTR as well. With the patch releasing today I'm very sad to not see a fix for this amazing addon.

Hope to see it soon Elkano
Report comment to moderator  
Reply With Quote
Unread 10-09-10, 07:35 PM  
Xenophanes_
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Amazing addon! Suffering in beta without it. Looking forward to the Cataclysm version!

Anything we can do to help?

Originally posted by Elkano
I'm still here (although main development takes place on wowace so it happens that newer [beta] versions aren't always pushed to wowi)
Report comment to moderator  
Reply With Quote
Unread 10-09-10, 08:09 AM  
mLs
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 10
Uploads: 1
Great to know Elkano, though, are you working on elk buff bars for 4.0.1/Cata? Whenever I put in the latest version (which is for 3.x.x) into the Cata beta they do work but the frame rate is like capped to 5-10 fps and this only happens when enableing it, when disabled everything runs smoothly.
Report comment to moderator  
Reply With Quote
Unread 09-14-10, 12:41 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
I'm still here (although main development takes place on wowace so it happens that newer [beta] versions aren't always pushed to wowi)
__________________
This posting is made of 100% recycled electrons.
Report comment to moderator  
Reply With Quote
Unread 09-07-10, 11:06 AM  
NiQil
A Deviate Faerie Dragon

Forum posts: 13
File comments: 56
Uploads: 0
Just wondering if the auther of this addon is still maintaining it. Addon still seems to work just fine, but the file itself hasn't been updated in over a year. Would be nice to know if this file is still going, or if I should start looking for a new addon that is still be kept up by the author with Cata on the horizon.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.