Macro Help Mouseover / Focus

Greetings fellow wow players,

I have been trying to tinker with macros and build a “mouseover/focus” macro for my hammer of justice as paladin.
The idea was to have mouseover for general use and focus modifier for special targets but I can’t seem to get the focus part to work.
Help is very much appreciated, thanks in advance.

#showtooltip Hammer of Justice
/stopcasting
/cast [target=mouseover,harm] Hammer of Justice; Hammer of Justice
/cast [mod;ctrl, @focus,harm] Hammer of Justice; Hammer of Justice
/cast [mod;alt, @focus,harm] Hammer of Justice, Hammer of Justice

Cheers

You need to use colon → : ← not semicolon → ; ← for your modifiers.

/cast [mod:ctrl, @focus,harm] Hammer of Justice; Hammer of Justice

1 Like
#showtooltip
/stopcasting
/cast [mod:ctrl/alt,@focus,harm] [@mouseover,harm,nodead] [] Hammer of Justice
1 Like

Thanks a bunch, works like a charm!

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