Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default 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
    Last edited by Khatovar : 06-22-2013 at 12:48 AM Reason: use code tags

  2. #2

    Default

    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)
    Last edited by Khatovar : 06-22-2013 at 12:49 AM
    Everything that is fun in life is either bad for your health, immoral or illegal!

  3. #3

    Default

    Thank you so much! greatly appreciated <3

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •