Working tooltip talent swapping macro, Shadowlands

I figured this out by accident as I could not find it anywhere.

#showtooltip [talent:6/1] Summon Jade Serpent Statue; Essence Font
/cast [talent:6/1,@cursor] Summon Jade Serpent Statue; essence font

I moved my essence font for the more frequently used spell. Refreshing Jade Wind

If the talent condition is not met then the tooltip will be for Essence Font.

That’s not how that works. It’s always [talent:row/col] you never use a ; inside a condition set. You’re breaking the condition sets on the cast which is why it appears to be working.

Optimized macro

#showtooltip
/cast [talent:6/2] Refreshing Jade Wind; Essence Font

Pins are your friend:

1 Like

fixed it thank you.

How do these work in DF?

1 Like
1 Like