Get an Epic Experience with Premium

ZOMGBuffs

Buffs & Debuffs Login to Add Favorites
  • 3 Likes
  • World of Warcraft
  • 399 Monthly Downloads
  • Supports: 4.3.4
  • 440,059 Total Downloads
  • Updated 05/15/2012
  • Created 03/11/2008
  • 1,087 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: GNU General Public License version 3 (GPLv3)
  • Newest File: 4.0 Release 4
or
Support development! **
Donate

About ZOMGBuffs

All in one buffing mod for all classes, overview of important raid buffs and instant access rebuff on right click.

Main Mod

  • Responsible for loading class specific modules.
  • Has FuBar/Minimap icon for options menu (Sorry, I just don't like Waterfall at all), and info tooltip.
  • Single click minimap icon to quickly enable/disable auto-buffing.
  • Raid popup list with complete buff overview (just mouseover the floating ZOMG icon).
    • Highlights missing buffs for whole raid at a glance.
    • Shows time remaining on your buffs on whole raid.
    • Allows instant rebuff with Right-Click as assigned by seperately loaded modules, without having to muck around finding the player in the raid frames.
    • Shows in-combat reminder (swirly thing around icon) if someone needs a rebuff mid-fight.
  • Auto Buy reagents to defined levels.

Self Buffs

  • Handles all self buffing needs including temporary weapon enchants and poisons.
  • Can remind you in-combat when something needs rebuffing.
  • Special cases to auto buff Crusader Aura for paladins when mounted, and aspect of cheetah for hunters in cities.

Buff Teh Raid

  • Group class buffing module for raid buffs (Mana, Kings, Stamina etc).
  • Allows you to define which groups you're responsible for.
  • Enable or Disable buffs by clicking on the minimap tooltip for that buff.
  • Selective buffing for single target raid buffs such as Thorns or Amplify/Dampen Magic.
  • Unique Buff Tracking icon for Earth Shield, Fear Ward, Hand of Freedom and Hand of Sacrifice, which allows you to keep close watch on these buffs and easily recast with a click.

Common Behaviour for Buffing modules

  • Manually casting a buff will be remembered (with a few exceptions which shouldn't) as the new required auto buff.
  • Click the tooltip sectoin for that mod will cycle through buffs.
  • Shift Clicking the tooltip section for that mod will remove it's entry from the template.
  • Template save/load/conditionals.
  • Simple mousewheel rebuffing in one common interface.
  • Simple Right-Click rebuffing of your defined buffs for whichever module you have loaded.
  • Definable pre-expiry rebuff setting.
  • Options to not buff when:
    • Not everyone in raid is present (definable to a % of people present).
    • Not everyone in a party is present.
    • You are resting.
    • You are low on mana.
    • You have the Spirit Tap buff (geiv mana regen!).

Thanks

As always, many thanks to our tireless raid leader for ignoring me going AFK at various points to fix some problem. And to our Paladins, without whom this mod would not have been possible without their constant downloading and re-downloading of early alphas.

Donations

While donations are not ever expected they do help, and recent donations by a kind few are one of the reasons I have returned at this time to resume work on this and other mods. Please do consider how worthwhile ZOMGBuffs is to you and help to continue it's support into the future.

PayPal: zeksie@gmail.com

------------------------------------------------------------------------
r209 | thelibrarian | 2012-05-15 13:33:06 +0000 (Tue, 15 May 2012) | 1 line
Changed paths:
   A /tags/4.0 Release 4 (from /trunk:208)

Haven't had a release in a while. Works for me(TM), so make sure Curse gets a recent version.
------------------------------------------------------------------------
r208 | thelibrarian | 2012-05-15 13:30:23 +0000 (Tue, 15 May 2012) | 2 lines
Changed paths:
   M /trunk/ZOMGBuffs.lua
   M /trunk/ZOMGBuffs.toc
   M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua

ZOMG! Signs of life! Remove long obsolete pet buff code. Roster still tracks pet updates; leaving that alone for now to be on the safe side in case something else was using it.

------------------------------------------------------------------------
r207 | ViperaBerus | 2011-09-25 12:54:10 +0000 (Sun, 25 Sep 2011) | 2 lines
Changed paths:
   M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.lua

Replaced Tol Barad portal image with the proper ones (Was Stonard portal image before)

------------------------------------------------------------------------

Comments

First Previous Page 2 of 44 Next Last
  • #767

    Line 209 is the one in bold, but I don't know nearly enough to be able to fix the issue:

    z.allBuffs = {}
    z.buffTypes = {}
    for i,info in pairs(allBuffs) do
    if (info.ids) then
    local name, _, icon = GetSpellInfo(info.ids[1])
    assert(name and icon)
    info.icon = icon
    info.list = {}
    if not z.buffTypes[info.type] then
    z.buffTypes[info.type] = {}
    end
    for j,id in ipairs(info.ids) do
    local name = GetSpellInfo(id)
    info.list[name] = true
    z.buffTypes[info.type][name] = true
    end
    info.list[name] = true
    end
    tinsert(z.allBuffs, info)

  • #769

    I am no expert, but I assume the spellid's are corrupt with the changes. It would take setting up the various spell with id's and their corresponding buff (sta, stats, etc). I dont have the JS or LUA background to do this efficiently. If there are not legit forks and the author doesn't come back, I'll take a crack at as I plan to use this addon regardless.

  • #766

    Any Chance of an update for 5.0 :)

  • #765

    Date: 2012-08-29 06:07:29
    ID: 6
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\ZOMGBuffs\ZOMGBuffs.lua line 209:
       assertion failed!
    Debug:
       (tail call): ?
       [C]: ?
       [C]: assert()
       ZOMGBuffs\ZOMGBuffs.lua:209: in main chunk

  • #764

    Strange, I use the expiry prelude on my paladin and it worked fine. Haven't played in a while so maybe they changed something in the API.

  • #763

    I confirm the Expire Prelude is not working very well. I tested it on my shaman and it only obeys to the global setting.

  • #762

    I've got a problem on my pally. I set,in my Self Buff Behaviour section, an expire prelude to 540 seconds but it doesn't look to works with my seal of truth. I can't modify my seal of truth own expire prelude, it automatically reset to 0. That's a bit annoying because ZOMGBuff warns me to refresh the seal only after it expired, it looks like the golbal setting for the self buff doesn't work.

    I didn't notice  a similar behavious on other chars, they don't have a self buff...

    Thank you for this addon, I love it :)

    Last edited by And on 6/16/2012 4:57:43 AM
  • #760

    Is it just me or is anyone else having an issue using zomgbuffs as a blood DK? i cant seem to get horn of winter to show up and remind me, its so good for everything else, Tho i suppose i can just get Power Auras to handle it but then it wont be in the nice lil zomg buff box :(. i checked in the lua file and it seems to be in there in the same way that  anyother reminded spell would br, but for some reason it is not showing Horn of Winter... Alos, one other thing, having a reminder for my warlock to let me know when i dont have a health stone made or a soulstone ready to go would be nice, i currently have some other programs doing it but im sure it wouldnt be much for ZOMGbuffs to do it too :) ps thanx fer the rad addon!

     

  • #761

    well i fixed it seems there is a problem in the lua itself, there is a fix posted in the tickets section of this addon, also Pallies, at least prot and ret, def download this addon, there is nothing wrong with it. no bugs. nothing but pure happiness is all i can see. 

  • #759

    Paladins, do not update this addon from 15 May 2012. Auras, blessings, beacon of light, none of it works. I uninstalled and downloaded 4.0 release 3 from November 2010 and it works again. Just as buggy as it was before, but at least it works again.

  • #758

    replacements!!! fer what, that update was awesome! alch prof flasks an errrthing. I would only ask that all flasks of any sort be added to the list???maybe??? eh w/e i can handle remebering one thing! well i love hwats been done with the lok, now just need to check my pally make sure its all working out as well, so far this has become my replacement for all the rest...

     

  • #757
    I see this was just updated. Zeksie, can we have some info please? :)
  • #756
    Any decent replacements for this?
  • #754
    Help! I removed from fabar/minimap and cant edit settings
  • #751
    Tried the newest alpha/beta release and it seems that it does not appear on Fubar anymore
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!