Help with druid form macro

I want to cast adaptive swarm on mouseover but overwise turn me into cat form when i click it.

Can u help me out?

#show
/use [@mouseover,nodead]Adaptive Swarm; Cat Form

I think that would do it.

I’ll try it later and add another reply if it doesn’t work.

2 Likes

So close. nodead doesn’t count as an existence check so it will always think you’re mousing over something.

#showtooltip
/cast [known:391888,@mouseover,exists,nodead] Adaptive Swarm; Cat Form
1 Like

… this actually solves the shadowstep problem I’ve had.

Did nodead used to be an existence check?

1 Like

No but dead is (can’t be dead if you don’t exist).

Guess I’m Mandelaing. Thanks.

1 Like