Page 1 of 2
1
2
LastLast
  1. #1

    Improved Feral Macro

    /#showtooltip Healing Touch
    /run SetCVar ("autoUnshift",0)
    /use [@mouseover,help,nodead][@targettarget,help,nodead][@player]Healing Touch
    /run SetCVar ("autoUnshift",1)


    This macro is primarily used with Dream of Cenarius

    while not breaking catform
    If mouseover is friendly and not dead, heal that target
    If targettarget ( the tank ) is friendly and not dead, heal that target
    If there is no mouseover and no targettarget then heal the player

    I use this Macro for both Healing Touch and Rejuvenation
    When used with Healing Touch without Predatory Swiftness it will stop the user from shifting out of catform to hardcast
    Last edited by Tetrad; 2014-12-19 at 02:48 AM.

  2. #2
    Thanks!

    This is a dope macro

  3. #3
    perfect macro, thanks a lot!

  4. #4
    I used to use this before, but I like the other one Aggixx posted on TFD forum. Its pretty much the same macro when you are in combat, but out of combat it makes healing touch remove cat form.

    #showtooltip
    /run if InCombatLockdown() then SetCVar("autounshift",0) end
    /use [@mouseover,help,nodead][] Healing Touch
    /console autounshift 1

  5. #5
    Thanks for the feedback! Im glad I could help.

  6. #6
    that. is. amazing.
    but can i ask for the simpler version. HT my focus target and if its dead - HT myself? thanks a bunch.

  7. #7
    Deleted
    here is mine based on focustarget:

    #showtooltip
    /console autoUnshift 0
    /cast [@target,exists,nodead,help] [@focus,exists,nodead,help] [] Healing Touch
    /console autoUnshift 1

    - if I have a friendly focus and an enemy as target, healing touch will heal my focus (and me if dream of cenarius)
    - if I have a friendly focus and a friendly target, it will heal my target (and me if dream of cenarius)
    - if I have no friendly focus and no friendly target, it will heal me




    but can i ask for the simpler version. HT my focus target and if its dead - HT myself? thanks a bunch.
    works with that

  8. #8
    Quote Originally Posted by Useful View Post
    that. is. amazing.
    but can i ask for the simpler version. HT my focus target and if its dead - HT myself? thanks a bunch.
    /#showtooltip Healing Touch
    /run SetCVar ("autoUnshift",0)
    /use [@focus,help,nodead][@player]Healing Touch
    /run SetCVar ("autoUnshift",1)

    This is what you asked for. Though it will heal you if your focus is los or out of range

  9. #9
    amazing. gratitude, kind sir!

  10. #10
    nice macros guys thx

  11. #11
    None of those macros seem to autoheal you if your focus/targettarget/mouseover is out of line of sight. Any1 knows a workaround?

  12. #12
    I'm not a fan of the mouseover function. How would I go about to make it a [target=name] macro?

    I tried this without it working at all.

    #showtooltip Healing Touch
    /run SetCVar ("autoUnshift",0)
    /cast [target=Balo] Healing Touch
    /run SetCVar ("autoUnshift",1)

  13. #13
    Quote Originally Posted by mb54546 View Post
    I'm not a fan of the mouseover function. How would I go about to make it a [target=name] macro?

    I tried this without it working at all.

    #showtooltip Healing Touch
    /run SetCVar ("autoUnshift",0)
    /cast [target=Balo] Healing Touch
    /run SetCVar ("autoUnshift",1)
    The mouseover function only works when you have your mouse over a player or his lifebar, and for your macro replace /cast [target=Balo] Healing Touch

    /tar Balo
    /cast healing touch
    /targetlasttarget

    will work better.

  14. #14
    So any1 knows how to solve the line of sight problem with macro?

  15. #15
    Or may be there could be check for spell range?

  16. #16

    Defeats the purpose

    Quote Originally Posted by Tetrad View Post
    The mouseover function only works when you have your mouse over a player or his lifebar, and for your macro replace /cast [target=Balo] Healing Touch

    /tar Balo
    /cast healing touch
    /targetlasttarget

    will work better.
    That defeats the whole purpose of this macro. To not get out of your form if you cast it while predatory swiftness is not active.

    This is what I currently use: "#showtooltip
    /cast [target=Balo] Healing Touch"

    I want to merge that with the "autounshift" that's in OP's macro.

  17. #17
    Quote Originally Posted by mb54546 View Post
    That defeats the whole purpose of this macro. To not get out of your form if you cast it while predatory swiftness is not active.

    This is what I currently use: "#showtooltip
    /cast [target=Balo] Healing Touch"

    I want to merge that with the "autounshift" that's in OP's macro.
    If you hadn't noticed from the original post macro's tend to be rather modular, copy the red sections and use them in your own macro.

  18. #18
    Stood in the Fire Thandorr's Avatar
    10+ Year Old Account
    Join Date
    Dec 2013
    Location
    In the shadows.
    Posts
    366
    Top notch macro, I really appreciate you posting this. Was looking for something like this recently.

  19. #19
    Quote Originally Posted by Thandorr View Post
    Top notch macro, I really appreciate you posting this. Was looking for something like this recently.
    You're welcome.

  20. #20
    I use something similar. I added /cast rebirth if target is dead

    Could anyone check out another macro and see what is wrong?

    http://www.mmo-champion.com/threads/...ion-or-rebirth

    if my mouseover is dead, cast rebirth
    if my mouseover is alive and friendly, cast rejuvenation
    else cast rejuvenation on me

Posting Permissions

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