1. #1

    Need help turning a harm/help macro into a mouseover.

    I currently have the following

    #showtooltip Healing Surge
    /castsequence [harm] Wind Shear, Purge; [help] Healing Surge

    Is it possible to make the healing surge portion of the macro work when mousing over a target and if so can someone please give me the proper macro to do so

  2. #2
    Deleted
    Code:
    #showtooltip Healing Surge
     /castsequence [harm] Wind Shear, Purge; [@mouseover, help] Healing Surge
    should do what you want

  3. #3
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    You want the Healing Surge part first - otherwise, if you have an enemy targetted, it will NEVER cast.

    Also, /castsequence doesn't allow multiple levels of conditionals, from what I understand - they don't go in the casting list, they actually go before the reset condition when you use one (that is, it's "[conditionals] reset=x spells, to, be, cast"). If I'm incorrect on that, just putting the Healing Surge and it's conditionals before the conditionals for Wind Shear and Purge would work fine.
    Code:
    #showtooltip Healing Surge
    /cast [@mouseover, help] Healing Surge
    /castsequence [harm] Wind Shear, Purge

  4. #4
    Thank you will log into wow and try it out right now

    ---------- Post added 2011-08-06 at 07:31 PM ----------

    Is it Possible to make it Cast healing Surge on myself when I have no target or mouseover ? as it currently sits the macro does nothing when I have no target

  5. #5
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Try this, then.
    Code:
    #showtooltip Healing Surge
    /castsequence [harm] Wind Shear, Purge
    /cast [@mouseover, help][help][@player] Healing Surge

  6. #6
    Wind Shear is off the GCD so I rewrote it a bit:

    Code:
    #showtooltip
    /cast [@mouseover,help]Healing Surge
    /cast [harm]Wind Shear
    /cast [harm]Purge;Healing Surge

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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