Simplify this I think it's a bit long, and need to add another line or two

Hi there.

Can someone help me shorten this one a bit but do the same thing? It’s right at 255 and I would like to add a /cancelaura to it. Thank you ahead of time :slight_smile:

/cast [@mouseover, nochanneling,help] Soothing Mist
/cast [@mouseover, channeling: soothing mist,help] Vivify
/cast [@target, nochanneling,help] Soothing Mist
/cast [@target, channeling: soothing mist,help] Vivify
/cast [@target, harm] Spear Hand Strike

If you’re only trying to do one thing at a time, only use one /cast. It vastly simplifies the logic because it executes the first condition set to return true.

#showtooltip
/cast [channeling:Soothing Mist,@mouseover,help] [channeling:Soothing Mist,help] Vivify; [@mouseover,help] [help] [noknown:116705] Soothing Mist; Spear Hand Strike
1 Like

Thanks what’s the noknown thing there?

To make it show Soothing Mist if you don’t have Spear Hand Strike talented.

1 Like