PDA

View Full Version : Healing surge macro



mistrose
06-21-2013, 11:08 AM
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:


/target Shamishone
/focus
/follow

and


/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

zenga
06-21-2013, 12:47 PM
if you want to cast at yourself you could use

/cast [@player] healing surge

obviously you can work that into your other


/cast [mod:alt, @player] healing surge

/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)

mistrose
06-21-2013, 01:17 PM
Thank you so much! greatly appreciated <3