One button focus+target macros
With experience, you may look for optimizing your macro slots by combining some of them in 2-in-1 macros. This requires you to have a proper bind set where your combination of a bind for a focus macro uses the same key as your target ability.
For example:
- Pressing A for Kick, and Pressing shift+A for Kick Focus
- Pressing E for Sap and Pressing ctrl+E for Sap Focus.
This kind of macro uses a condition named [mod:shift] and [nomod:shift].
/cast [mod:shift, target=focus] Blind /cast [nomod:shift] Blind |
With this macro bound on E, you will use your Blind on your target when pressing E, but if you use shift+E it will be cast on the focus (if you have one).
It goes without saying that should you choose to integrate a modifier in a macro like that, you have one choice of bind less for another ability – so in the examples above, you can’t bind anything else to shift+A and ctrl+E.