Mangle macro not working

So I’m making a macro for some skills and when I include Mangle, it’s trying to use the bear form one, but I want the car form one.

How to you specify the correct Mangle skill in a macro since you can’t use spellID?

In classic?

Sorry, yes, in SOD

try shift clicking the cat form version into the macro. Will probably be Mangle (Cat Form) or something like that.

2 Likes

I just found that! If you use “Mangle (Cat)” it works.
Thanks so much! Was driving me crazy.

1 Like

For the bear mangle macro:

#showtooltip Mangle(Bear)
/cast Mangle(Bear)
/startattack

For the cat mangle macro:

#showtooltip Mangle(Cat)
/cast Mangle(Cat)
/startattack

#showtooltip
/cast [form:1] Mangle(Bear); [form:2] Mangle(Cat)
/startattack