I’ve been using a macro for when I want to use countershot, and when i press Alt, I want to use Intimidation. I also have a separate macro for when i’m in MM spec for using Binding Shot that looks just like this, but with binding shot instead.
#showtooltip
/cast [@focus, exists, harm] [harm] [nomod] Counter Shot
/cast [mod:alt] Intimidation
The @focus part was added for one of the Castle Nathria bosses, and never removed because it doesn’t interfere with general use.
However, I find that when I press Alt to use Intimidation/Binding Shot, it will also cast Counter shot, which sucks because of the long CD on it. I had assumed that adding [nomod] would prevent CS from being cast when I was holding Alt. I’ve tried placing the [nomod] at the start, in front of the @focus, but that doesn’t help either.
Any suggestions?