Hi, I have a macro that is outputting 800k-1Million HPS via Mouse over ( No need for heal bot or other healing addon) just ingame raid/group frames. But it is a mana drain is spammed to much. Can anyone help me with a MOD control for flash of Light?
I am 950ilvl at current.
You need to set focus on the main tank for Judgment to cast (I also cast it manually)
Anyways here is the macro:
Sequences['Holy_Heals_Asc'] = {
-- This Sequence was exported from GSE 2.1.01.
Author="",
SpecID=65,
Talents = "1332231",
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=false,
Trinket2=true,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Sequential",
KeyPress={
"/cast Rule of Law",
"/cast Holy Avenger",
"/cast Avenging Wrath",
},
PreMacro={
},
"/cast [@focustarget,harm,nodead] Judgment",
"/cast Light of Dawn",
"/cast [@mouseover,exists,help,nodead] Holy Shock",
"/cast [@mouseover,exists,help,nodead] Bestow Faith",
"/cast [@mouseover,exists,help,nodead] Light of the Martyr",
"/cast [mod:ctrl][@mouseover,exists,help,nodead][] Flash of Light",
"/cast [@mouseover,exists,help,nodead] Holy Light",
PostMacro={
},
KeyRelease={
"/cast Devine Protection",
},
},
},
}