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]
how i can make configuration on x-perla to show me how much time have my cast , there like stuns , sap , and others on my targets
can we get the larger icon size back? plzkthxbye.
@fostot
Crusader Aura is a special case and is supposed to cast when mounted, because it's a mount speed buff, and yes it will cast when everything else is turned off too. By design.
If you really want to turn that off, you can disable the Auto Cast option in single buffs module.
normi, should be fixed now as of the 8th May rlease.
I am also having this issue. I know it isn't a major issue but it is very annoying as have to go into options and disable it every time and then re enable it to get the icon to show, as just removing the tick for icon display and then reselecting it doesn't work I have to disable and re enable it :-( the add on in my LDB display which is Chocolate http://wow.curse.com/downloads/wow-addons/details/chocolatebar.aspx.
Thanks again for the best buffing mod ever!!!
"On my mage I accidently cast Frost Armor, and now ZOMGBuffs wants to continue trying to cast that on myself along with Ice Armor/Mage Armor. I am unable to turn off the auto buffing of Frost Armor, and with the fact that only one armor spell can be active at any time, this causes a problem where ZOMGBuffs wants to keep buffing the 2 armor spells back and forth and won't let me cast anything else. If there is no way to fix this I will have no choice but to stop using this mod."
04 May 2009 12:42:39 (2 months ago)
Same for me
"On my mage I accidently cast Frost Armor, and now ZOMGBuffs wants to continue trying to cast that on myself along with Ice Armor/Mage Armor. I am unable to turn off the auto buffing of Frost Armor, and with the fact that only one armor spell can be active at any time, this causes a problem where ZOMGBuffs wants to keep buffing the 2 armor spells back and forth and won't let me cast anything else. If there is no way to fix this I will have no choice but to stop using this mod."
I've been using ZOMGBuffs for all my chars that need it.
Up until I got Ice Armor on my Mage I had no problems with ZOMG but now it's the same as above, ZOMG won't just leave it at Ice Armor it insists on buffing Frost Armour then back and forth.
Is there a way to stop this please ?
I find ZOMGBuffs very useful AND I've donated.
Please come up with an answer for us.
Since u can dual specc i always get t he following error, directly after switching speccs on my DK: Interface\Addons\ZOMGBuffs\ZOMGBuffs.lua:4622: attempt to index field 'talentSpecs' (a nil value).
Regards Normi
Desaya: I'm not sure why you're getting an error from Cellular itself, but I was experiencing the same issue of whispers being blocked, and the nil value errors. There's a temporary fix you can do easily by commenting out the lines which are causing the problems. Just open up ZOMGBuffs.lua in a text editor and add "--" in front of the contents of the affected functions to prevent that portion of the code from running.
function chatFilter(self, event, ...)
local msg = ...
--for match in pairs(z.chatMatch) do
--if (strsub(msg, 1, strlen(match)) == match) then
--return true, ...
--end
--end
return false, ...
end
function chatFilterInform(self, event, ...)
local msg = ...
--if (strsub(msg, 1, strlen(z.chatAnswer)) == z.chatAnswer) then
--return true, ...
--end
return false, ...
end
the not when mounted option is there that you won't cast a buff that would dismount you, so you probably don't want that option off.
what you want is the "Auto buffs" Option which you should find under self buffs in the Behaviour Menu
Why does it keep trying to cast Crusader Aura. When i've unchecked it's "Learnable" type and turned it off as best I can find.
Let me extend that i've also turned off the "Not when mounted" option.
just a notice for you all, im currently preparing ZOMGBuffs to use the localization application here, that is, changing the locale strings to include contexts and adding the phrases into the correct namespaces for the modules.
that means all strings will be reset to the "needs review" status and translators should check them again if they are really sane.
that will happen over the next days, hopefully finished by the end of the weekend, no promises, tho, same goes with deDE.