Another macro question.
I usually target the tank, focus the boss, and mouseover heal everyone else.
I'd like to set up a macro that allows me to Judgement of Wisdom my focus (the boss)
without switching my target.
Currently the best I have is this:
/cast [target=focus] Judgement of Wisdom
/targetlastfriend
But that macro switches my target to the boss before switching it back (with /targetlastfriend).
Example:
I have Tank targetted. I have Boss focused.
I hit my macro.
I judge the boss -- WoW now switches my target to the Boss. <-- I don't want it to target switch.
/targetlastfriend kicks in -- WoW now switches my target back to the Tank.
Curiously this macro does not exhibit this target switching:
/cast [target=focus] Holy Shock
Is there something special/broken with Judgements that cause them to target switch when cast? I understand it turns on autoattack, but when I'm 30+ yards away from a boss, I can't autoattack.
Ideally I'd like something like this, for an all-in-one Judgement macro independent of what my target and focus actually are, but I figured I'd ask the simpler question of how to prevent target switching first.
#showtooltip
/cast [target=focus,exists,harm] Judgement of Wisdom
/cast [target=focustarget,exists,harm] Judgement of Wisdom
/cast [target=target,exists,harm] Judgement of Wisdom
/cast [target=targettarget,exists,harm] Judgement of Wisdom
/targetlastfriend
But that macro still exhibits the undesirable target switching on judgement behavior.