Mange not working in cat form

As title said,

I have mangle (bear form) but not cat form.

1 Like

No one serious gives their cat mange.

2 Likes

Go in your feral abilities or rune page. It’s there, I had the same issue you had. If all else fails make sure your equipment actually has the rune applied to it.

It’s kind of annoying, because the rune swap macro doesn’t seem to work properly, so rather than being able to use a macro like this:

#showtooltip
/cast Hands Rune Ability
/startattack

which would be nice, I’ve been using this:

#showtooltip 
/cast [form:3] Mangle(Cat); [form:1] Mangle(Bear); 
#/cast [noform] Sunfire; Moonfire(Rank 1)
/startattack

And then I’ll just swap the comment # between whichever line I’m using for Mangle or Sunfire if I change out runes…

:woman_shrugging:

It replaces claw.

yep need claw 1 learned at least

Here is a great solution but requires different macros for each form.

In cat form; this will swap between Skull Bash and Mangle. (Very handy for a certain fight in MC).

#showtooltip
/cast [known:Skull Bash] Skull Bash; [known:Claw] Claw
/startattack

You could then use the above mentioned macro in bear form for Skull Bash, Mangle(Bear) and Bear Sunfire.

#showtooltip
/cast Hands Rune Ability
/startattack

Doesn’t fix the exact issue but its the compromise I went with for raiding.