Cat Weave Macros

Hey fellow druids!

I’ve been practicing Cat Weaving (only ever mained bear / cat, never resto) and never could quite make my bars work right with it… so I made some very useful macros! The point of them is to be able to heal if hovering or targeting a friendly and damage if not.

I’ll post the template and an example for you:

Template

#showtooltip HEALING_SPELL
/cast [@mouseover, help, nodead] HEALING_SPELL; [@mouseover, harm, nodead] [@target, harm, nodead] DAMAGE_SPELL; [@target, help, nodead][@player] HEALING_SPELL

Lifebloom/Rake

#showtooltip Lifebloom
/cast [@mouseover, help, nodead] Lifebloom; [@mouseover, harm, nodead] [@target,
harm, nodead] Rake; [@target, help, nodead][@player] Lifebloom

This has helped me immensly with my bars so that my bars can now match when I’m in cat form so I can easily switch out to heal at the same time. I currently use macros the following combos:

  • Rake/Lifebloom
  • Shred/Rejuv
  • Swiftmend/Ferocious Bite
  • Regrowth/Rip
  • Swipe/Nature’s Cure

Also, if you spec into Skull Bash, here is a useful macro that will switch to cat form and skull bash all in ONE click! (and if you’re in cat form, it will just skull bash)

#showtooltip Skull Bash
/cast [noform:2] Cat Form
/cast Skull Bash

This is all preference for sure, so try to find something that works for you. Thought I’d just share what works for me :slight_smile:

4 Likes

Awesome I needed that last one :smiley:

Glad it helped!