1. #1

    Quick Macro Question

    I figured out the rest of the macro's, but I wanted to see if it would be possible to modify this one.

    #showtooltip Prayer of Mending
    /castsequence [mod:shift,@party1][mod:ctrl,@party2][@mouseover,help,nodead][help][@player]Prayer of Mending, Renew

    I need it to work on mouse-over if I have NO ONE targeted, in addition to its current terms. Also does it need a reset on it since Mending has a CD?

    Thanks.

  2. #2
    You could put a short reset on it just in case you haven't renewed someone in 10 seconds, it will go back to PoM.

    Code:
    #showtooltip Prayer of Mending
    /castsequence [mod:shift,@party1][mod:ctrl,@party2][@mouseover,help,nodead][help][@player]reset=10 Prayer of Mending,Renew
    The way the macro was written originally should work on mouseover with no one targetted though. What button do you have it bound to that it wasn't working?

    If you are using a 3rd, 4th, 5th + mouse button, it won't work with unitframes without an addon like Clique\Healbot\Vuhdo to interpret the mouse button to a unitframe.

    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
  •