Close
Showing results 1 to 2 of 2
  1. #1

    Default Shaman heal macro

    /stopcasting
    /target Dinzo
    /cast Healing Surge


    I want to get a macro working, that when clicked, will stop my current spell cast, target my Main, and cast Healing Surge. If i spam click this macro, if my shaman is casting the heal, if i click the marco too many times, it will stop him when casting the heal.

  2. #2

    Default

    Your problem in the macro is the /stopcasting command. You’re calling a general stop for casting every time you spam the macro so you’ll never actually cast the healing spell. Yes, you stop casting your DPS casting but your Main will die a quick death because you’ll never actually heal him or her.

    Your solution might be better if you break it up into two macros:

    Macro 1: /stopcasting

    Macro 2: /cast [@Dinzo] Healing Surge

    or alternatively you can have one dps/heal macro:

    Macro 3: /cast [help] Healing Surge; [harm] Lightning Bolt

    The third macro though would require you change the target from enemy to your main manually.
    Last edited by CDNProdigy : 01-03-2015 at 06:46 PM

Posting Rules

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