1. #1
    Deleted

    Penance macro help

    Hello, im wondering if its possible to make a Penance macro that heals focus target with Ctrl, heals self with Shift, heals primary friendly target or damages enemy target and has mouseover function.

    My best result is this one.

    #showtooltip Penance
    /use [@target,harm] [mod:ctrl,@focus] [@mouseover] Penance

    Thank you for your time.

  2. #2
    Pandaren Monk shanthi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    California
    Posts
    1,775
    Quote Originally Posted by vexew View Post
    Hello, im wondering if its possible to make a Penance macro that heals focus target with Ctrl, heals self with Shift, heals primary friendly target or damages enemy target and has mouseover function.

    My best result is this one.

    #showtooltip Penance
    /use [@target,harm] [mod:ctrl,@focus] [@mouseover] Penance

    Thank you for your time.
    This should do what you want:

    Code:
    #showtooltip
    /cast [mod:shift,@player][mod:ctrl,@focus][@mouseover][] Penance
    That is not dead which can eternal lie.
    And with strange aeons even death may die.

  3. #3
    Deleted
    Hmm, only the mouseover function works against enemy targets, can heal my focus and self with shift and ctrl but have to mouseover to attack a enemy target else it gives no target error.
    All other healing spells work just fine with that macro however.
    Last edited by mmocdfdf1a8f27; 2014-11-30 at 06:35 AM.

  4. #4
    Pandaren Monk shanthi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    California
    Posts
    1,775
    Quote Originally Posted by vexew View Post
    Hmm, only the mouseover function works against enemy targets, can heal my focus and self with shift and ctrl but have to mouseover to attack a enemy target else it gives no target error.
    All other healing spells work just fine with that macro however.
    Sorry, I forgot one bit.

    Code:
    #showtooltip
    /cast [mod:shift,@player][mod:ctrl,@focus,exists][@mouseover,exists][] Penance

    If you want the focus and/or mouseover functionality to only work as a heal, you can change the "exists" to "help" in each case. As it stands, it'll work on focus or mouseover whether the focus/mouseover is friend or foe.
    Last edited by shanthi; 2014-11-30 at 07:07 AM.
    That is not dead which can eternal lie.
    And with strange aeons even death may die.

  5. #5
    Deleted
    THanks, works flawlessly!

Posting Permissions

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