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: [email protected]
When Opening BlessingManager
...uffs_BlessingsManager\ZOMGBuffs_BlessingsManager.lua:3029: in function `DrawIcons':
...uffs_BlessingsManager\ZOMGBuffs_BlessingsManager.lua:3147: in function `DrawIconsByName':
...uffs_BlessingsManager\ZOMGBuffs_BlessingsManager.lua:4063: in function `DrawAll':
...uffs_BlessingsManager\ZOMGBuffs_BlessingsManager.lua:4182: in function `func':
Dewdrop-2.0-90320 (AtlasLoot):732: in function <...ce\AddOns\AtlasLoot\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:671>
http://wow.curse.com/downloads/wow-addons/details/dewdroplib.aspx
ZOMGBuffs_SelfBuffs.lua:650: No spell for spellID 28385
Edit to enable Earthliving Weapon for Shamans:
OPEN:
ZOMGBuffs_SelfBuffs.lua
FIND:
{id = 36502, o = 4, duration = 30, who = "weapon", c = "FFFF80", dup = 1},
Rockbiter WeaponEDIT TO:
{id = 36502, o = 4, duration = 30, who = "weapon", c = "FFFF80", dup = 1},Rockbiter WeaponADD AFTER:
{id = 51993, o = 4, duration = 30, who = "weapon", c = "FFFF80", dup = 1},
Earthliving Weapon
@td3201
It doesn't do out of raid/party buffing atm. It might get that feature, but not promising anything as I still think it's outside the realm of the mod.
Am I missing something? I don't see how it can buff just a single target. For example, running down the road and tossing a buff to someone. Would be nice that it do that. Saves a slot on the bars.
Sorry about the Manager error. Should be fine with r11.
As a raid leader (Shadow Priest) I get the following error when opening up the Blessings Manager in a 25m raid.
No pally buffs are displayed in the manager and neither are other peoples version numbers/talents etc.
Ah thanks! :)
~Other Pallys with is combine with it
~The range detector of the person that you wish to buff is better.
~Look of it is WAY better.
~You can set this up to make it so lets say Warrior Class Tank will get Sanctuary while the DPS will get Might... amazing.
Few things I like about Smartbuff over this
~Options are in a menu not a minimap button.
~It allows me to turn off that damned text spam.
~Pets/Warriors (and whatever Warlocks pets are under) are separate.
~Self First and Buff Target.
Things I hate in both:
~Blacklist... it never seems to work lol.
All and all it's pretty damn good addon but I'm gonna stay with Smartbuff. I think I'll keep watching this maybe I'll switch to it someday.
@Ayindi You have duplicate module folders. You'll find ZOMGBuffs modules in your addons and in your ZOMGBuffs proper folder. Delete all the ones in ZOMGBuffs folder. It's trying to load each module twice. Hence the error.