1. #1

    Penance Macro Help

    hey guys,
    i've set up mouseover macros for all my healing spells like
    #showtooltip Penance
    /cast [target=mouseover,exists,nomodifier] Penance
    now i want penance to be cast at a hostile enemy if i target one, or a friendly player/npc if i mouseover one. is that possibly without some crazy modifier stuff?

  2. #2
    /cast [@mouseover,help,exists] Penance; Penance


    I could only test it briefly while waiting for Lei Shen to come around..... It seems to work. Can't guarantee it won't do some weird stuff if you have really weird targeting + mouseover combinations.
    I don't know half of you half as well as I should like, and I like more than half of you more than you deserve.

  3. #3
    Stood in the Fire
    10+ Year Old Account
    Join Date
    May 2012
    Location
    USA
    Posts
    387
    /use [@mouseover, help] [@target, harm] Penance
    Mouseover friendly has priority to enemy target.
    /use [@target, harm] [@mouseover, help] Penance
    Enemy target has priority to mouseover friendly.
    Pick which order you want.

  4. #4
    Quote Originally Posted by Chimaera View Post
    /use [@mouseover, help] [@target, harm] Penance
    Mouseover friendly has priority to enemy target.
    .
    Exactly what i was looking for! THX

Posting Permissions

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