hey there, I’m using this macro for hammer of justice, judgment, avengers shield. only in dungeons it tries to use it on friendlies too =[ does anyone have any insight?
#showtooltip
/cast [target=focus,exists,nodead] Judgment ;[@mouseover,exists] Judgment ; [@target] Judgment
Add hostile
to the macro conditions, perhaps?
You can probably shorten it a bit too:
#showtooltip
/cast [@focus,exists,hostile,nodead][@mouseover,exists,hostile][@target] Judgement
(Not tested, but should work.
harm
not hostile
#showtooltip
/cast [@focus,harm,nodead] [@mouseover,harm,nodead] [] Judgment
thanks guys works like a charm will this one also work for my taunt? also do you have links to guides about this stuff? so i’m not asking here all the time =].
Yep.
It’s pinned on the US forums if you can’t find the EU version in the future.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.