Combine cat form and rake in a macro?

Hi folks. I love my druid, but he suffers a lot from button bloat (and he has done for years). I like the new fluid form, but it means yet another button to press. I was hoping to combine it in a macro with catform. If I have a target in combat, I want it to do rake. If not, I want it to do catform. Can someone help me with this?

Here you go:

#showtooltip
/cast [form:2]Rake;Cat Form

This translates into english as “If in Cat Form use Rake, otherwise use Cat Form.”

1 Like

Ok, thanks. It doesnt really make use of fluid form, which was kind of the whole point of me asking for a macro, though. When I am in human form, it will just do cat form, and when i am in catform, it will do rake. I need it to go straight to rake from human form when I have a hostile target. If not, I need it to go to cat form.

Thanks for trying to help out, though. I appreciate it :slight_smile:

#showtooltip Rake
/cast [noform:2] !Cat Form
/cast Rake

You run into all sorts of race condition issues with shapeshift forms though (waiting for the game to agree you in cat form etc) so it might not end up being fluid regardless.

For instance, there’s a chance that spamming this too fast will pop you into then back out of cat form.

I misunderstood you. Maybe you could try this:

#showtooltip
/cast [harm,combat][form:2]Rake;Cat Form

This should use Rake any time target any attackable npc when you are in combat or you are in a Cat Form.

1 Like

Thanks. This works more along the lines I was needing :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.