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]
1) Raid leaders are telling me at raid time "Put a tick in Free Assign! Your pally power is locked to changes!". Where is the equivalent option in Zomgbuffs to allow this?
2) I would like to be able to put the floating rebuff icons in normal toolbars, but if they remained in the same position consistently I would be happy. At the moment, 50% of the time when I first cast Beacon or Shield on the tank, the floating icons are appearing *behind* Vudho panel.
3) Zomgbuff does not seem to remember Pet buffs at all.
Otherwise, this is a great addon!
HA while writing this i was reading the comment and it seems i'm not the only one :] I have clicked the unclock (i opened the blessing manager window right clicked the orange top bar and clicked unlock) still users with PP are saying i'm locked even tried giving us both assist
also i wouldn't mind either the option to pin the floating items/icons on screen somewhere so they always show up there rather then them always showing up in the middle of my screen and me moving them each time
anyway thanks for addins the aura management in there hope to see some more upgrades!
Regards,
Highend
For the last few revisions the in raid window is extremely difficult to "grab". When I move my curser over to it it disappears and have to repeatedly try to "catch" the window. So when in raid trying to rebuff toons this is very time consuming and frustrating. Is there a fix for this behavior? Otherwise I love your Add! Zephryus
Is there a fix for this behavior?
Otherwise I love your Add!
Zephryus
simply: Could you give me the russian name. I pulled what it was supposed to be from the wowhead russian translation, but they may be wrong :|
Seems like shaman weapon buffs is not autoapplying properly, at least for russian locale. Addon do not suggest to apply any chosen weapon buff at all.
I've checked this issue with rogue alt and all is working fine for him.
This may be caused by the fact that in russian locale shaman weapon buff spell name not identical to resulting weapon buff name.
local itemName, _, _, itemLevel = GetItemInfo(itemLink)
if (itemLevel == 1) then
-- Ignore itemLevel == 1 (Argent Lances etc)
return
end
This can easily be fixed tho by also checking item quality by replacing the first two lines above with:
local itemName, _, iRarity, itemLevel = GetItemInfo(itemLink)
if (itemLevel == 1 and iRarity < 7) then
Regards,
Highend
So, I'm done with it. I'm sure there's an equivalent or better; if not, I'll write one better than this myself. Part of this addon doesn't even work anyway.
Several friends i've talked to also see the 'Party1 is not in your party' and so on when zoning and in a party/raid.