Healing Macro Help

Posted this in the Monk section but not sure if i can response quickly so posting here. (missed a macro forum)

Hello. I am playing a monk healer to give it a shot. I like the concept of Melee DPS with healing benefit to the party/raid. I want to make certain spells that when I click on it it does the following.

/tar (Lowest Health Party/raid member)
/cast Vivify

that’s just an example and similar to focus.

/tar Focus (That I place as my focus)
/cast Life Cocoon

Also I see in my helpful topic a Helpful Macro for mouse over. not entirely sure if i want that or if i can create the macro where it only functional when in combat. the mouse over would be the spell Renewing Mist but only works on my SpartanUI frame when in combat. not sure if that is a thing.

Appreciate all the help I can get.

A macro isn’t going to be able to selectively target the lowest health member for you.

#showtooltip Renewing Mist
/cast [@mouseover, help, nodead, combat]  Renewing Mist

Noting that this macro would do nothing if you are out of combat or don’t have a mouseover, you can add a blank conditional to default to your target, or yourself if you don’t have a valid target and have auto self target enabled.

#showtooltip
/cast [@mouseover, help, nodead, combat][]  Renewing Mist
1 Like