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)
Has this been updated for 4.3? cause I have it installed and was working for 4.2. but once 4.3 came out it wont even show up. And yes i have "load out of date add-ons" checked
Why is it that when I'm on my Prot Warrior, it says wrong stance for defensive? No fix for Hunter yet either. Guess "This addon is now maintained again. Please report any issues you have with the latest release version." ain't valid anymore.
For anyone out there with a priest, I made up some code fixes. You can check it out on the official thread: http://forums.wowace.com/showthread.php?t=13082 . I'm hoping the Author will add these fixes to the addon =]
Don't hate hunters. Don't have one, but more importantly, I don't play WoW anymore so I'm not really putting any time into the addons I have. Looking for someone to take it over.
I would like it very much if maintainer integrates it in official distribution. Highlights: more speed, less memory/garbage, removed hunter happiness check, made warlock DI check fire when solo (put it on your pet).
For priests, we can choose either Inner fire or Inner will, both cant be up at the same time. The addon says im missing inner fire when i have inner will on. might wanna have a look at that.
other than this sisnt run into any problems as a priest.
-
View User Profile
-
Send Message
Posted Dec 7, 2011Has this been updated for 4.3? cause I have it installed and was working for 4.2. but once 4.3 came out it wont even show up. And yes i have "load out of date add-ons" checked
-
View User Profile
-
Send Message
Posted Aug 25, 2011-
View User Profile
-
Send Message
Posted Aug 16, 2011FYI you don't need to configure Energized at all for it to work out of the box.
-
View User Profile
-
Send Message
Posted Jul 2, 2011-
View User Profile
-
Send Message
Posted Jun 29, 2011Date: 2011-06-29 12:47:45
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\BuffEnough\Classes\Hunter.lua line 41:
attempt to call global 'GetPetHappiness' (a nil value)
Debug:
(tail call): ?
BuffEnough\Classes\Hunter.lua:41: CheckClassBuffs()
BuffEnough\BuffEnough.lua:235: RunCheck()
BuffEnough\BuffEnough.lua:182: DoEnable()
BuffEnough\BuffEnough.lua:150:
BuffEnough\BuffEnough.lua:141
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...ce\AddOns\ArcHUD3\Libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
...ce\AddOns\ArcHUD3\Libs\AceAddon-3.0\AceAddon-3.0.lua:635:
...ce\AddOns\ArcHUD3\Libs\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:259: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:282: CombatLog_LoadUI()
..\FrameXML\UIParent.lua:558:
..\FrameXML\UIParent.lua:531
-
View User Profile
-
Send Message
Posted Dec 11, 2011Don't hate hunters. Don't have one, but more importantly, I don't play WoW anymore so I'm not really putting any time into the addons I have. Looking for someone to take it over.
-
View User Profile
-
Send Message
Posted Jun 16, 2011-
View User Profile
-
Send Message
Posted Jun 3, 2011function Hunter:CheckClassBuffs()
if BuffEnough.debug then BuffEnough:debug("Checking hunter buffs") end
BuffEnough:TrackItem(L["Buffs"], BuffEnough.spells["Aspect of the Cheetah"], false, false, true, nil, nil, true)
BuffEnough:TrackItem(L["Buffs"], BuffEnough.spells["Aspect"], false, true, false, nil, nil, true)
if not UnitExists("pet") and not IsMounted() then
BuffEnough:TrackItem(L["Pet"], L["Pet"], false, true, false, nil, nil, true)
end
self:CheckPetBuffs()
end
Basically, just got rid of the elseif with the call to GetPetHappiness.
-
View User Profile
-
Send Message
Posted Jun 14, 2011-
View User Profile
-
Send Message
Posted May 20, 2011-
View User Profile
-
Send Message
Posted May 12, 2011-
View User Profile
-
Send Message
Posted May 1, 2011-
View User Profile
-
Send Message
Posted Apr 30, 2011Date: 2011-04-30 11:43:28
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\BuffEnough\BuffEnough.lua line 824:
attempt to concatenate local 'status' (a nil value)
Debug:
(tail call): ?
[C]: ?
BuffEnough\BuffEnough.lua:824: PrintResults()
BuffEnough\BuffEnough.lua:140: OnClick()
BuffEnough\Frame.lua:53:
BuffEnough\Frame.lua:49
-
View User Profile
-
Send Message
Posted Apr 29, 2011http://code.google.com/p/rowaasr13-wow-speedup/downloads/detail?name=BuffEnough v1.2.128s3.zip
Details in official thread mentioned in BE description.
-
View User Profile
-
Send Message
Posted Apr 27, 2011http://rowaasr13-wow-speedup.googlecode.com/files/BuffEnough v1.2.128s.zip
(I've also posted it in official thread on WowAce)
I would like it very much if maintainer integrates it in official distribution.
Highlights: more speed, less memory/garbage, removed hunter happiness check, made warlock DI check fire when solo (put it on your pet).
-
View User Profile
-
Send Message
Posted Apr 27, 2011Date: 2011-04-27 10:30:06
ID: 2
Error occured in: Global
Count: 75
Message: ..\AddOns\BuffEnough\Classes\Hunter.lua line 41:
attempt to call global 'GetPetHappiness' (a nil value)
Debug:
(tail call): ?
BuffEnough\Classes\Hunter.lua:41: CheckClassBuffs()
BuffEnough\BuffEnough.lua:235: RunCheck()
BuffEnough\BuffEnough.lua:931: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
Ace3\AceEvent-3.0\AceEvent-3.0.lua:120:
Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
-
View User Profile
-
Send Message
Posted Mar 20, 2011Thought it's still integrated in the last version?
---> - Track thrown weapon buffs for rogues.
Or is it possible to do this by the custom settings?
Thanks
-
View User Profile
-
Send Message
Posted Mar 8, 2011other than this sisnt run into any problems as a priest.
-
View User Profile
-
Send Message
Posted Feb 18, 2011Whats up with that?
-
View User Profile
-
Send Message
Posted Dec 31, 2010