1. #1

    Question Need some help making this simple macro work.

    I used to have a very simple macro that went like this:

    /cast Nature's Swiftness (instant, off global cooldown)
    /cast Healing Touch

    It would make my Healing Touch spell instant with one click on the button, and if i click again after it would start casting a normal Healing Touch.

    However, now it requires me to press the button TWICE to get that instant Healing Touch - and when i press it after the instant HT it will refuse to cast anything until Natures Swiftness cooldown is ready again!

    Can anyone please make this macro work properly as before?

  2. #2
    This is odd as the macro you have typed should work exactly as you've typed it.

    question - do you perhaps experience lag?

  3. #3
    Odd indeed. I just tested on my druid and it worked 100% fine.

    #showtooltip
    /cast Nature's Swiftness
    /cast Healing Touch

    Worked with 1 press and still would cast Healing Touch when NS was on CD.

    Perhaps remake the macro?

  4. #4
    Brewmaster Thundertom's Avatar
    10+ Year Old Account
    Join Date
    Oct 2009
    Location
    The Netherlands
    Posts
    1,319
    I don't know much about druids, but do you perhaps cast this in another form, like catform or something, which makes it clunky, because you need to be in caster form first?

    Again, I don't know druids, just throwing it in there.
    Warlock (SL main)

  5. #5
    Quote Originally Posted by Aleksej89 View Post
    However, now it requires me to press the button TWICE to get that instant Healing Touch - and when i press it after the instant HT it will refuse to cast anything until Natures Swiftness cooldown is ready again!

    Can anyone please make this macro work properly as before?
    The problem is "while moving". AS explained in the EJ restio thread:
    Combined with Nature's Swiftness (now on a one minute coolodwn), it provides an emergency instant heal which is somewhat stronger than Swiftmend...Macro for this:
    Code:
    /showtooltip Nature's Swiftness
    /stopcasting
    /use Nature's Swiftness
    /use [@mouseover] Healing Touch
    (You can replace the @mouseover with whatever target you like). Note that this will cast both spells at once if you're still, but you'll need to press the macro twice if you're moving.
    Wowhead provides a solution but it is tested for rebirth not HT:
    If you use a macro similar to the one above [as the one quoted above] while moving, it will give a "can't do that while moving" error. Alternately, it can put you into caster form. I would recommend a macro similar to the following:

    Code:
    /castsequence Nature's Swiftness, Rebirth

Posting Permissions

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