Help with macro

So i have the following macro

/cast [@target,harm] Thrash; Lifebloom

Works as intended but… i would like an addition.

When no target can i make it cast thrash? This is useful to destealth etc

Just flip the logic:

#showtooltip
/cast [help] Lifebloom; Thrash

You can also add mouseover support if you’d like (you’re after the harm default variant)

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