Healing Macro, is this too much?

If i do not have anyone targeted it heals me.
If no one is targeted it heals the focus

and… add the mouseover macro to it?

I currently have one mouseover and one /target focus macro.

wondering if i can combine the two

Put these conditionals in the order you want them to work, leaving the 4th for last.

[@mouseover,help,nodead]
[@focus,help,nodead]
[help,nodead]
[@player]

If you only wanted to heal mouseover or focus if you were not targeting someone healable, put #3 first.

This as an example, would heal a friendly target if you have one. If you do not, it will check to see if you’re mousing over a friendly, if not it will check to see if you have a friendly focus set, and if not will cast on yourself. Change up the order the conditionals are in how you see fit, but leave the @player as last.

#showtooltip
/cast [help,nodead][@mouseover,help,nodead][@focus,help,nodead][@player] Renew
1 Like

I just want you to know that you just helped me heal my tank a split second faster on my alt.

i think im gonna cry…

Thank you!!

2 Likes