Hello there,
Can you guys help me with a macro for Judgement.
I want the macro to cast Judgement and then Seal of Righteousness.
Something like this?
/cast Judgement
/cast Seal of Righteousness(Rank 2)
Thanks in advance
/script if buffed("Seal of Righteousness") then CastSpellByName("Judgement()") else CastSpellByName("Seal of Righteousness(Rank 2)") end
/script if buffed("Seal of") then cast("Judgement") elseif not buffed("Judgement of the Crusader", "target") then cast("Seal of the Crusader") elseif not buffed("Seal of Righteousness") then cast("Seal of Righteousness") end
|