Macro healing

Can you make a macro in wow when i click on party member i just heal them

I’m not sure about macro, but addon healbot allows to do such things, for example if you click LMB on your member’s frame you will use Regrowth, when you click RMB you will use Rejuvenation etc. Everything is adjustable.

I’m not sure if this will work can’t check now, i’m in job now.

#show spellname
/cast [@target] spellname

1 Like

There are a number of solutions here: you can use something like Healbot or Clique to assign spells to mouse buttons when clicking on a unit frame. You can also use mouseover macros, meaning you place your mouse over the unit frame of whoever you want to heal, and press a hotkey.

Mouseover macros are something like this:

#showtooltip
/use [@mouseover,help,nodead][help,nodead][@player] Spell Name

This will cast Spell Name on your mouseover target if they’re friendly and alive. It will cast it on your target if you don’t have a mouseover target, or if the mouseover target is either dead or hostile. And if you don’t have a target either, it will cast the spell on yourself.

Personally, I’ve been using Clique with great satisfaction.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.