I’m starting to run out of actionbar space and is trying to solve the issue with macros.
I’ve been trying to setup a macro for healing in duo, me and a mate for arena or BG’s.
Lets say I got Lifebloom on 1, is there a way to create a macro that casting lifebloom on myself with 1, and casting lifebloom on my mate with shift+1?
You can even set them as focus as part of the macro.
/focus Bob;
/cast [target=focus] lifebloom;
But I can’t find a way to cast on a different named target based on key modifiers unless you change your keybindings and use two macros, or use an addon like healbot (which basically does what you want and more out of the box).
I’ve also come to the conclusion about focus macro. I didn’t think about adding it to the macro itself though, gonna try it out. Clever solution if it works.