• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

BuffEnough

 
Project Updated:
Files Updated: Sun, Jul 12 2009
Supports Game Version: 3.1.0
Category: Buffs & Debuffs
Tags:

[Edit Tags]

Project Manager: Nickodemus_wow
Additional Authors: No additional authors
Current Version: 1.1.15
License: GNU General Public License version 3 (GPLv3)
Development Site: WowAce.com
Avg Daily DL (last 30 days): 43
Downloads Total: 41,181
Favorites: 119
Comments: 35
  • About BuffEnough
  •  

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)

Official Thread: http://forums.wowace.com/showthread.php?t=13082

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  BuffEnough 1.1.15 Release 3.1.0 14,823 7/12/2009
  BuffEnough 1.1.14 Release 3.1.0 7,223 4/27/2009
  BuffEnough 1.1.13 Release 3.1.0 2,311 4/16/2009
  BuffEnough 1.1.12 Release 3.1.0 318 4/15/2009
  BuffEnough 1.1.11 Release 3.0.8 5,050 2/7/2009
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • oscarucb said

    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

    Reply Report Permalink
  • 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!

    Reply Report Permalink
  • ArPharazon said

    I'll be happy to take over the maintenance & dev.

    Reply Report Permalink
  • Rivkah said

    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?

    Reply Report Permalink
  • BuffEnough doesn't take data from any other addon. The name it displays is the name of the last person to cast that buff on you or your pet.

    Reply Report Permalink
  • Rivkah said

    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.

    Reply Report Permalink
  • Burninghey said

    Try PallyPowerInfo instead.

    Reply Report Permalink
  • TheBigL said

    np... Thanks you! for your work :D,

    Reply Report Permalink
  • TheBigL said

    Great addon.... 1 thing is bugged though... "Blessing of Sanctuary" even if I overdrive the blessing in the config menu it will not show it... and instead show the second highest priority blessing that I didn't buffed (It works with all except the sanctuary).

    Thanx again for your time creating this amazing addon =),

    Reply Report Permalink
  • Yep, that's a known issue on my list of things to fix. The problem is that the talent scanning in BuffEnough hasn't been working right since 3.1 and Blessing of Sanctuary is one of the few talented buffs BE cares about. Unfortunately, I just haven't had a lot of time to work on my addons the last month or two. But it's on my list. Thanks for the report.

    Reply Report Permalink
  • Ravenhaft said

    One minor tweak I'd appreciate for hunters - hunters use improved tracking in all top DPS specs, and I'm a miner and sometimes forget to switch from mining tracking to humanoid tracking (it's effective as long as any one of the 7 types are tracked, beast, demon, humanoid, dragonkin, elemental, giants and undead). So was wondering if you could make sure it checks to make sure hunters are tracking one of these as it's a 5% dps loss otherwise.

    Another minor tweak (although I think this may be a problem) is the issue of which arrows hunters are using. I use saronite razorheads during raids, but not when outside of a raid instance. Otherwise great addon and thank you for continuing to work on it!

    Reply Report Permalink
  • Allara said

    I strongly second both of these requests. If you need help finding spell IDs or item IDs, let me know. Thanks!

    Reply Report Permalink
  • Beerbeard said

    This add-on is great and I use it all the time. But can you please add a buff remover or similar, since my screen is filled with a lot of buffs that are really unsignificant for a boss fight. I havent found a single add on that does this and it's really surprising since I believe it could be really useful. The only buffs i need to see during a boss encounter is the buffs or debuffs that are part of the fight (and if not that, at least i dont need to see the buffs that buffenough keeps track of during a fight. Maybe you can make buff enough to only show the buffs you DONT have (only the buffs buff enough keeps track of ofcourse) or similar? just a suggestion.

    Reply Report Permalink
  • That's something I definitely have slated for a 2.0 feature. Thanks for the suggestion!

    Reply Report Permalink
  • Zair said

    Please add the ability to turn off the right click report to Raid/Group feature. I frequently spam my raid when I accidentally right click the frame.

    Fantastic add-on, thanks!

    Reply Report Permalink
  • ThyrelR said

    As I've had the same issue (lordpam), I created a german localization:
    http://www.2shared.com/file/5883652/20b29f19/Locale-deDE.html

    And I'd also love to see what oscarucb suggested!

    Reply Report Permalink
  • You also have to add Locale-deDE.lua to Locales.xml, so it'll look like this:
    Report Permalink

  • soratar said

    very nice, thanks a lot for the localisation

    Reply Report Permalink
  • oscarucb said

    Hi - great addon, a few feature requests:

    * Would like a modifier+click combination to open the configuration window.

    * Would like the ability to specify a custom buff that is only "expected" when the raid contains someone matching a specified class/spec/race pattern (eg. Paladin Concentration Aura, Draenei Heroic Presence, Elemental Shaman Totem of Wrath), but not have those clutter things up when those members are missing (esp when soloing)

    Reply Report Permalink
  • lordpam said

    I´ve i use Fläschchen der endlosen Wut (german name) - Flask of Endless Rage and the addon show me that flask/ Elexir ist missing.

    Reply Report Permalink
    • Similar Addons
    •  

    Average downloads per day

    1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
    2. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...
    3. 1,547 PallyPower Buffs & Debuffs, and Paladin
    4. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...
    5. 990 Decursive Buffs & Debuffs, Boss Encounters...