Light of Dawn and Judgement Macro

Hi guys, I’m trying to use a macro that I have to do the following
Use light of dawn when button is pressed with no mod
use judgement when button is pressed with Shift mod
Use judgement on target of a friendly target when button is pressed with Shift mod.

So basically I want it to either hit my target (if harmful) with judgement, or hit my target’s target with judgement if my target is friendly.

This is what I currently have, and it doesn’t work on the target of target.

#showtooltip Light of Dawn
/cast [mod:shift] [harm][@targettarget] Judgment; Light of Dawn
/cast [mod:shift] Judgement

[this, and this]
[this] [or this]
#showtooltip
/cast [mod:shift,harm,nodead] [mod:shift,@targettarget,harm,nodead] [mod:shift] Judgment; Light of Dawn

Oh dang. Thanks so much for your help. I appreciate it.

1 Like