Macro for change form and cast spells? druid

been looking online but i cant get to work this macro
casting bear form from boomkin and use bash or demoralizing roar, is it possible?
i can use a macro to go to cat form and use dash but i dont know why i cant make it to work with bear spells

This works but you need to double press it.

#showtooltip Bash
/Cancelform [noform:1]
/Cast [noform:1] Dire Bear Form
/Cast Bash

#showtooltip Demoralizing Roar
/Cancelform [noform:1]
/Cast [noform:1] Dire Bear Form
/Cast Demoralizing Roar

I just used my dash macro and modified it for bash,

#showtooltip Dash
/Cancelform [noform:3]
/Cast [noform:3] Cat Form
/Cast Dash

If you want a multi form macro using various abilities you can do something like this…

#showtooltip
/cast [form:1] enrage;[form:3,stealth] Pounce;[form:3] Ferocious Bite; Regrowth
/startattack

Form 1 is Bear
Form 3 is Cat
Form 4 is Moonkin/Tree Form

If you follow the format above you should be fine for most form/spell combinations. to save up on action bars.

1 Like

sweet! thanks so much for the help, this is exactly what i needed

1 Like