1. #1
    Field Marshal
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Australia- Melbourne
    Posts
    73

    Need Macro Help, Mine does not seem to work.

    Hey guys, i need help fixing this macro.

    #showtooltip
    /cast [modifier:shift, target=ulexis] Flash Heal;
    /cast [modifier:alt, target=bigbulls] Flash Heal;
    /cast [nomodifier,target=breaa] Flash Heal

    Basicly so, if i hold down shift, casts flash heal on X
    if i hold on alt, it casts flash heal on Y
    and if i dont use any modifiers, it casts flash heal on myself.
    but the macro i made does not seem to work, and im out of ideas.

    anyone able to fix it for me?

    ---------- Post added 2011-06-15 at 07:42 AM ----------

    nvm i got it.

    #showtooltip
    /use [@player,nomod][@ulexis,mod:shift][@bigbulls,mod:alt] Flash Heal
    Last edited by TheDiscPriest; 2011-06-15 at 07:23 AM.
    Quote Originally Posted by Blurredd View Post
    I do them naked

    and I'm not talking about my character

  2. #2
    Code:
    #showtooltip
    /cast [mod:shift,@ulexis][mod:alt,@bigbulls][nomod,@player]Flash Heal
    If you were holding the shift key then:
    Cast Flash Heal on ulexis

    Else, if you were holding the alt key then:
    Cast Flash Heal on bigbulls

    Else, if you were not holding any modifier key down then:
    Cast Flash Heal on you


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

Posting Permissions

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