Macro for Spirit of Preservation

How do I make a simple macro for Azerite power “Spirit of Preservation” that I can use in VuhDo healing panel?

I don’t use VuhDo, but I suspect it is similar to Well of Existence

#showtooltip Well of Existence
/target [@mouseover,help]
/cast Refreshment
/targetlasttarget

I hope that helps

Pins are your friend.

None of that works.

Guess would need more context on what you’re trying to do. I assume it is a macro so that when you click on a player panel, it casts the spell.

#showtooltip Spirit of Preservation
/cast [@mouseover,exists,help,nodead] Spirit of Preservation

That last one you posted Chalsean worked! Thanks.

#showtooltip Spirit of Preservation
/cast [@mouseover,exists,help,nodead] Spirit of Preservation

Np, glad to help :slight_smile: