BuffEnough is a personal buff monitor that answers the simple question 'Am I buff enough?' If you're like me, when a raid leader does a ready check, you go through a mental checklist as you look over your buffs and gear, to make sure that you really are ready. Did I remember to do my own buff, do I have all pally blessings, do I have the correct pet out, am I still flasked/elixired, is my durability okay, did I forget to take off my riding crop, etc, etc.
This is what BuffEnough does for you. It scans the raid to figure out what you should have, and then scans your buffs and gear to figure out what you do have. If the box is green, the answer is 'yes', you're buff enough. If the box is red or yellow, then you're still missing something and hovering your mouse over the box will tell you what it is in the tooltip.
/be or /buffenough - brings up the command line list
/be config - brings up the config UI (can also be accessed by Blizzard's interface options)
Anyone know of a replacement for this that has a standalone frame? I really miss it :( It's absolutely useless to me if it has to be pinned to the minimap or you need some other massive addon to display it.
A few suggestion that for a Tankadins PoV would be a very nice asset for this addon ( to the person taking over the project):
-Fix the Blessing of Sanctuary bug (Sanct isnt reported if not up in any way, even if its 1,2 and 3 on priority list, addon only looks for 4th blessing.)
- Add a "minumum X of (stat) function *for tanks to have BuffEnough check if they have 540+ def.
Seems Like development for this excellent addon is dead. But I'll post some requests anyway. Maybe someone can do this or know about some other addon that does the same.
I'd love to see an option that let me choose specific buffs I want to track per character. Also, the ability to distinguish between buffs that do the same, like Blessing of Might and Battle Shout, so BuffEnough doesn't say that you're missing buffs if you have Battle Shout but don't have Blessing of Might.
And it definitely needs to scan a pally spec to know wich buffs are missing, and not only the numbers of pallys in the raid. Oh, and profiles! If I customize the tracking of pally buffs, it saves it for every character.
Hope someone takes over the development of this addon. I can't find a better one for what it does.
The following code can be added to the end of BuffEnough:CheckTank() (BuffEnough.lua:865) to make it smarter about detecting who is supposed to be a tank (and thus have tank presences and buffs). I found this especially useful for my DeathKnight who often tanks, but not always.
-- detect main tank settings from the blizzard raid frame UI if GetPartyAssignment("MAINTANK","player") then self.playerIsTank = true end
if not UnitInRaid("player") and (GetNumPartyMembers() > 0) then -- in a non-raid party, assume the leader is the tank self.playerIsTank = UnitIsPartyLeader("player") end
I'm looking for someone to take over BuffEnough maintenance and development. Unfortunately, I just don't have time anymore to do any addon development (I haven't even had time to download the latest patch!). If you're interested, send me a message or make a post and I'll get back to you about a transfer of ownership. Thanks and happy developing!
I'm looking for someone to take over BuffEnough maintenance and development. Unfortunately, I just don't have time anymore to do any addon development (I haven't even had time to download the latest patch!). If you're interested, send me a message or make a post and I'll get back to you about a transfer of ownership. Thanks and happy developing!
I love BuffEnough but there is one thing that's been driving me nuts. Right now if you're missing a pali buff it seems to get from pali power the name of the paladin assigned to a buff (at least I assume that's where it's getting the name from). But for hunter pet buffs it seems to get the hunter buff assignment names instead of the warrior buff assignments (which are often different buffs in my raid and the ones that get applied to the pet). I frequently have to specifically ask for buffs for my pet because they buff the warriors before I get back in range and I don't know which paladin is doing the buff. Is it possible to change this so it reports the correct name?
Ah ok, that makes sense. So it doesn't have a way of tracking pet buff origins separately? I guess I just need to install Pali Power then so I know which paladin to whisper when my pet buffs are missing.
http://www.wowace.com/addons/buff-enough/files/
The current r102 attempt for WoW 4.0 is buggy & unusable, at least for Hunters. See ticket 33.
http://wow.curse.com/downloads/wow-addons/details/energized.aspx
Energized, the replacement for BuffEnough, has now been released. Feel free to check it out.
-Fix the Blessing of Sanctuary bug
(Sanct isnt reported if not up in any way, even if its 1,2 and 3 on priority list, addon only looks for 4th blessing.)
- Add a "minumum X of (stat) function
*for tanks to have BuffEnough check if they have 540+ def.
I'd love to see an option that let me choose specific buffs I want to track per character. Also, the ability to distinguish between buffs that do the same, like Blessing of Might and Battle Shout, so BuffEnough doesn't say that you're missing buffs if you have Battle Shout but don't have Blessing of Might.
And it definitely needs to scan a pally spec to know wich buffs are missing, and not only the numbers of pallys in the raid. Oh, and profiles! If I customize the tracking of pally buffs, it saves it for every character.
Hope someone takes over the development of this addon. I can't find a better one for what it does.
-- detect main tank settings from the blizzard raid frame UI
if GetPartyAssignment("MAINTANK","player") then
self.playerIsTank = true
end
if not UnitInRaid("player") and (GetNumPartyMembers() > 0) then
-- in a non-raid party, assume the leader is the tank
self.playerIsTank = UnitIsPartyLeader("player")
end
I'm looking for someone to take over BuffEnough maintenance and development. Unfortunately, I just don't have time anymore to do any addon development (I haven't even had time to download the latest patch!). If you're interested, send me a message or make a post and I'll get back to you about a transfer of ownership. Thanks and happy developing!
Hey WoWAce community!
I'm looking for someone to take over BuffEnough maintenance and development. Unfortunately, I just don't have time anymore to do any addon development (I haven't even had time to download the latest patch!). If you're interested, send me a message or make a post and I'll get back to you about a transfer of ownership. Thanks and happy developing!
Do you feel like you could provide a full translation file for BuffEnough, LaMaG? If so, I'd love to include it in the addon.
hi Nickodemus Thanks for this great addon. I'm French and I have the same translation issue for my Flask.
The french translation for "Flask of" is "Flacon de"
Expect this could help you ;)