Probably a very simple thing, but I want a macro that will put me into Cat form and then skull bash as long as I am in neither cat nor bear form. If I am in either form, I want it to cast skull bash without changing forms at all. My current macro can check for cat, but I can’t seem to make it properly check for two stances in one line.
#showtooltip Skull Bash
/cast [nostance:2] Cat Form
/cast Skull Bash
#showtooltip Skull Bash
/cast [noform:1/2] Cat Form
/cast Skull Bash
1 Like
Hey Elven, since you’re the king of macros. What would I have to add to my current skull bash macro to go bear before kicking?
#showtooltip
/cast [mod:shift,@arena2,harm] [mod:ctrl,@arena3,harm] [@arena1,harm][@mouseover,harm,nodead] [] Skull Bash
#showtooltip [mod:shift,@arena2,harm] [mod:ctrl,@arena3,harm] [@arena1,harm] [@mouseover,harm,nodead] [] Skull Bash
/cast [noform:1/2] Bear Form
/cast [mod:shift,@arena2,harm] [mod:ctrl,@arena3,harm] [@arena1,harm] [@mouseover,harm,nodead] [] Skull Bash
1 Like
Thank you, Elven, you’re a legend, as always!