Paladin Holy Shock Macro Help

Hi,

I have a macro for my judgement which allows me to cast judgement on my targets target without having to specifically target it.

/cast [harm] Judgment; [@targettarget] Judgment

Now my question is though. Is it possible to create a similar one with holy shock, where if im targeted on my friend it casts holy shock on him but if I press shift and press it will cast it on his target?

I cant seem to work it out.

Thanks

#showtooltip
/cast [mod:shift,@targettarget,exists,nodead] [] Holy Shock

Optimized your other macro

#showtooltip
/cast [harm] [@targettarget,harm,nodead] [] Judgment
1 Like

Thank you so much. I never would have figured that out.