Macro help

Hey there guys,

I’m trying to make a macro work which casts Disengage, but with SHIFT modifier I want it to cast Master’s Call on mouseover target, if no mouseover target is selected Master’s Call is cast on self.

This is what I have so far.

#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift] Master’s Call; Disengage

The only issue with this macro is that if there’s no target selected, it will not cast Master’s Call on myself.

I’m looking forward to your input, thanks.

#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift,@player] Master's Call; Disengage
1 Like

You’re a saint, thanks so much.

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