1. #1
    Deleted

    Player & mouseover macro

    Here is my current macro:

    #showtooltip
    /cast [target=mouseover, exists] Hand of Protection; Hand of Protection

    How do I make it to be cast on @playername unless I have a mouseover?

  2. #2
    Quote Originally Posted by Retaliator View Post
    Here is my current macro:

    #showtooltip
    /cast [target=mouseover, exists] Hand of Protection; Hand of Protection

    How do I make it to be cast on @playername unless I have a mouseover?
    Code:
    #showtooltip
    /cast [@mouseover, exists][@player, exists] Hand of Protection; Hand of Protection
    Replace "player" with the correct charactername

    If you want to go more advance:

    Code:
    #showtooltip
    /cast [nomod, @mouseover, exists][nomod, exists, help]Hand of Protection
    /cast [mod:shift, @player1, exists]Hand of Protection
    /cast [mod:alt, @player2, exists]Hand of Protection
    Will cast on mouseover if you have one, if not on target when it's a friendly, otherwise on self.
    If you hold shift, on player 1 if he isn't dead
    if you hold alt, on player 2 if he isn't dead
    Requests by PM [closed] - My work

  3. #3
    Deleted
    Thank you man

Posting Permissions

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