Mouse over / focus macro in one

Hello all,

I am trying to make a macro that contains a mouseover and focus action.
For instance I want to cast healing wave / lava burst.
I have the mouse over part down, but I would also like to be able to click on targets and cast the abilities if needed.

for instance:

#showtooltip
/cast [@mouseover,help,nodead] Healing wave; [@mouseover,harm,nodead] Lava Burst
/cast [@mouseover,help,nodead] [ ] Healing Wave

This macro lets me use healing wave when moused over or clicking friendlies, however I can only use lava burst when moused over. I want to be able to click on threat and use it as well.

  • I took a look at the pinned macro thread and I couldn’t understand if my question was in there.

Thanks!

What priority do you want between mouseover, target, and focus?

  • Mouseover > focus > target?
  • Mouseover > target > focus?
  • Focus > mouseover > target?

The template for a help/harm macro with mouseover is the following:

First of all, thank you for the reply!

Second of all, you’re a saint.
Your template fixed my issue.

Much appreciation!