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]
Found that there is no possibility to change the pets buff.It means this add-on isn't usable for me, pets are an important part of hunters dps atm and i need to buff them correctly, the other addon i use for blessings let me choose their buff.
Nice add-on really. I would like to know if there is the possibility to keep the Sacred Shield tracker when the Sacred Shield buff is disabled. I want to see if its on me and the timer, but i dont want to go into the other button where the blessings are.Or would be the same the possibility to assign to Sacred Shield a low priority so any buff in the normal button will be shown first. Is it possible? Thank you.
elseif (playerClass == "PALADIN") then
local function skipFunc()
--return zs.db.char.useauto and zs.mounted and not z.db.profile.notmounted
return zs.db.char.useauto and IsMounted() and not z.db.profile.notmounted
end
classBuffs = {
{id = 21084, o = 1, duration = 2, who = "self", dup = 1, noauto = true, c = "C0C0FF", rebuff = L["Seals"]}, -- Seal of Righteousness
{id = 20375, o = 2, duration = 2, who = "self", dup = 1, noauto = true, c = "FFD010", rebuff = L["Seals"]}, -- Seal of Command
{id = 20166, o = 3, duration = 2, who = "self", dup = 1, noauto = true, c = "6070FF", rebuff = L["Seals"]}, -- Seal of Wisdom
{id = 20165, o = 4, duration = 2, who = "self", dup = 1, noauto = true, c = "FFA040", rebuff = L["Seals"]}, -- Seal of Light
{id = 53736, o = 5, duration = 2, who = "self", dup = 1, noauto = true, c = "FFD010", rebuff = L["Seals"]}, -- Seal of Corruption
{id = 31892, o = 6, duration = 2, who = "self", dup = 1, noauto = true, c = "FFA0A0", rebuff = L["Seals"]}, -- Seal of Blood
{id = 31801, o = 7, duration = 2, who = "self", dup = 1, noauto = true, c = "FFA0A0", rebuff = L["Seals"]}, -- Seal of Vengeance
{id = 20164, o = 8, duration = 2, who = "self", dup = 1, noauto = true, c = "A0FFA0", rebuff = L["Seals"]}, -- Seal of Justice
{id = 53720, o = 9, duration = 2, who = "self", dup = 1, noauto = true, c = "FFA0A0", rebuff = L["Seals"]}, -- Seal of the Martyr
{id = 25780, o = 10, duration = 30, who = "self", c = "FFD020", cancancel = true},
The thing is, i know this addon works because i've installed it fresh on a new computer and it shows up on fubar just fine. So it's something on my end. I just don't know what. I don't get any errors. I just go to fubar setup -> all catagories -> zomg. It checks but does not show up, if i reloadui it's unchecked again.
ANy suggestions?
i have a pally friend that had the issue of no button to do configuring and was able to enable the minimap button and fubar with that command.
one thing i inmediately noticed with zomgbuffs is that it is not "intelligent" like rabuffs was.
example: i am in a group, but far away from them. i want to buff me with mark of the wild but zomgbuffs casts gift of the wild. totally wasted reagent.
example2: all our group is close together. 1 guy died and has been rezzed. i press zomgbuffs and instead of single buffing him, it casts gift of the wild again.
this stuff didn't happen with rabuffs, it checked range and it checked wether it was better (manawise) to cast single buff on -lets say- 2 persons or to rebuff the group buff -gift of the wild-
is there any chance to make zomgbuffs a bit more intelligent?
let's say we're 4 in the group waiting to get another member. what i do in the meanwhile is do dailies, outdoor pvp or farm stuff... and i'd like to single buff myself at that moment. not wait for others to arrive and casting single buff instead group buff.
{id = 53720, o = 8, duration = 2, who = "self", dup = 1, noauto = true, c = "FFA0A0", rebuff = L["Seals"]}, -- Seal of the Martyr
to the ZOMG Selfbuffs lua around line 629 everythings been up and working for me since then
I have yet to find the new Paladin seal on Alliance side from patch 3.0
Seal of the Martyr as I'm ret. If that could be added, would be great.
Also, I'd love if I could manually buff thorns, and then by clicking the icon, to rebuff those targets with thorns, haven't figured a way to do that atm.
@llama25
Like most people, I've been busy levelling, instancing, repping. Still am :)