Regrowth In Bearform, No Form Switch Macro?

Hi,

Been looking for a macro that even if spammed won’t remove you from bearform. However, when a Regrowth is free it will cast it in Bearform.

Been trying some
/cast !Bear Form(Shapeshift)
/cast Regrowth
macros, but it didn’t work.

Im just looking for a macro that never takes me out of Bearform and will cast when procced only. Thank you.

#showtooltip
/console autoUnshift 0
/cast [noform:1] Bear Form(Shapeshift); Regrowth
/console autoUnshift 1
3 Likes

I took it a tad further so if I hit it by accident it doesn’t dismount me by changing forms. This also makes it so it only does it in combat

#showtooltip Regrowth
/stopcasting
/cancelqueuedspell
/console autoUnshift 0
/cast [combat,noform:1] Bear Form; [combat] Regrowth
/console autoUnshift 1
1 Like