Hunter Countershot/Muzzle Macro

Hey all,

I was using a Macro on my hunter for Countershotting in the order Mouseover > Focus > Regular Target.

I recently build a new one which uses either Counter Shot or Muzzle, depending on my spec. However, Mouseover and Focus do not work in that macro. The usage of the spells in general works. Can anyone spot the issue?

#showtooltip
/stopcasting
/stopcasting
/cast [spec:1/2] [@mouseover,harm,exists,nodead] [@focus,harm,exists,nodead]  Counter Shot
/cast [spec:3] [@mouseover,harm,exists,nodead] [@focus,harm,exists,nodead]  Muzzle

Appreciate any help

[this, and this]
[this] [or this]

Also, you don’t need to include stopcasting in interrupt macros, it’s built into the spells these days.

#showtooltip
/cast [spec:3,@mouseover,harm,nodead] [spec:3,@focus,harm,nodead] [spec:3] Muzzle; [@mouseover,harm,nodead] [@focus,harm,nodead] [] Counter Shot

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