-
Healing surge macro
Hey guys
Fairly new to Multi boxing. Atm level 31 on a 3 team of Ele shamans.
Now I have a question if I may politely ask <3. I use a healing surge macro obviously, but I can not get it to cast on each of the 3 toons themselfs at the same time.
The only thing I can do currently is select a target and then ALL 3 have them cast on that target, but I also want it to be able to cast each 3 at themselfs at the same time.
I use this macro for follow/assist:
Code:
/target Shamishone
/focus
/follow
and
Code:
/cast [target=focustarget] [] Healing Surge
currently for healing surge.
Is there a way I can get a modifier in there? That if I dont press the modifier it casts on my focus's target. But if I press the modifier everyone casts on themselfs?
Thank you :)!
Mistrose
-
if you want to cast at yourself you could use
Code:
/cast [@player] healing surge
obviously you can work that into your other
Code:
/cast [mod:alt, @player] healing surge
Code:
/cast [nomod, @focustarget] Healing Surge
so without a mod it will cast at your focus his target, when you have alt down it will cast it at the caster (i.e. the toon itself)
-
Thank you so much! greatly appreciated <3