1. Help with a macro

    Hi guys I am desperate since can´t make this macro running I want it to cast elemental blast on key press and once I press alt + key to self cast healing surge on me. I tried a ton of variations and nothing worked so I would love your help THX for your ideas.
    #showtooltip Elemental Blast
    /cast [harm] Elemental Blast;
    /cast [@Windrage][mod:alt] Healing Surge;

  2. Code:
    #showtooltip
    /cast [@player,mod:alt]Healing Surge
    /cast Elemental Blast
    Should do the trick.

    You need to have alt+button first, since you want to cast that if you have two keys pressed.
    If you have only /cast first, since you always have that button active it will never go to other stuff in your macro.

  3. Code:
    #showtooltip
    /cast [@player,mod:alt]Healing Surge
    /cast Elemental Blast
    Should do the trick.

    You need to have alt+button first, since you want to cast that if you have two keys pressed.
    If you have only /cast first, since you always have that button active it will never go to other stuff in your macro.
    love you! it worked :)

  4. I also recommend putting it all on oneline.

    Code:
    /cast [@player,mod:alt]Healing Surge; Elemental Blast

Posting Permissions

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