Noob needs help with macro

Hey, struggling to make a macro for my Mistweaver Monk, basically I’m trying to streamline fist weaving and want my spells to behave a bit differently depending on what I’m doing, see below

target, ally
mouseover, ally
focus, ally
self if nothing above is going on

#showtooltip Enveloping Mist
/cast [@target,noharm, exist] Enveloping Mist
/cast [@mouseover, exists] Enveloping Mist
/cast [@focus, noharm, exists] Enveloping Mist
/cast [@player] Enveloping Mist

This is what I came up with but it doesn’t work and I’m too much of a donkey to figure it out, please help :slight_smile:

#showtooltip
/cast [help] [@mouseover,help,nodead] [@focus,help,nodead] [@player] Enveloping Mist

Though I personally recommend putting mouseover before target, it’s more intuitive

#showtooltip
/cast [@mouseover,help,nodead] [help] [@focus,help,nodead] [@player] Enveloping Mist

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