I’m trying to make a mouseover macro for Skull Bash (cat form) but whenever I type /cast Skull Bash it defaults to the bear form version of the spell. Since the cat form version uses the same spell name, does anyone know how to make a macro for this?
I think it has to be:
/cast skullbash(cat form)
Or (catform) no space.
CATA definitely changed some syntax.
Happened to my Feral Charge macros.
Something seems wonky with the Feral macros for sure.
Something like this used to work:
#showtooltip
/cast [form:1] Feral Charge(Bear); [form:2] Feral Charge(Cat); Cat Form
And now it should be able to work with just Feral Charge
, so like:
#showtooltip
/cast [form:1/2] Feral Charge; Cat Form
But I feel like it’s borked, which is pretty lame…
/cast skullbash(cat form) does not work = /
Submitted it as a bug.
This works for me,
/cast [stance:1] Skull Bash(Bear Form);[stance:3] Skull Bash(Cat Form)
Yea I figured out the “stance” part is what I was missing in the macro–got the spell to work now, still need to figure out how to get it to work with a mouseover macro though. I will tinker around with it after work or on break
#showtooltip
/cast [stance:1,@mouseover] Skull Bash(Bear Form)
/cast [stance:3,@mouseover] Skull Bash(Cat Form)
Worked like a charm! Had to change a bit to get it to work the way I want but ty
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.