Macro Help for Paladin

I’m trying to de-clutter a UI. So i’ve been dabbling with macros on my paladin alt.
I’m making macros that change depending on target with no auto-self cast and no mouseover usage.

I have one for Crusader strike and flash of light that works
#showtooltip
/cast [harm,@target] Crusader Strike; [help,@target] Flash of Light

but my judgement and holy light macro refuses to use judgement. can anyone see why? I’ve tried various versions:
#showtooltip
/cast [harm,nodead,@target] Judgement; [help,nodead,@target] Holy Light

#showtooltip
/cast [harm,@target] Judgement; [help,@target] Holy Light

I can’t get it to cast judgement on enemies. Any thoughts?

#showtooltip
/cast [harm] Crusader Strike; Flash of Light

You spelled Judgment wrong. Always use the ? for your icons, helps you debug issues.

#showtooltip
/cast [harm] Judgment; Holy Light

If you want to add mouseover support:

#showtooltip
/cast [@mouseover,help,nodead] [noharm] Holy Light; Judgment
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.