Mouseover healing with elvui

Hey, i’m wanting to get into healing as an alt.
I currently use elvui.
What would i use for mouse over click healing with elvui?

I use mouseover macros and help/harm mouseover macros while healing with Elvui. Here is a basic mouseover macro that works hovering your mouse over the player raid/party frame or the actual player.

#showtooltip
/cast [@mouseover, help, nodead][] circle of healing

Here is a help/harm macro. If you have an enemy target, it will cast smite. If you hover your mouse over a player party/raid frame or dont have a target, it will cast shadowmend.

#showtooltip
/cast [@mouseover,help,nodead]Shadow Mend; [@target,harm,nodead]Smite;[@player]Shadow Mend

Clique
https://www.curseforge.com/wow/addons/clique

1 Like

exactly what im looking for. thanks!