Resto druid cat form help/harm macro

Hello.

So, for some time now I’ve been struggling with having enough keybinds to not having to manually leave cat form to then start casting heals. I feel like I have tried everything under the sun in terms of macros and conditionals but nothing seems to work.

#showtooltip
/cast [nomod] Shred
/cast [mod:alt,@mouseover] Regrowth

Is what I imagine a fairly simple macro like that would look like, but this only ends up casting the regrowth on myself no matter if I add help, harm, exists, nodead or any other conditiona.

So what i would like the macros to do is simply

  • cast a harmful spell on my target when no modifier is pressed
  • cast a helpful spell at my mouseover when a modifier is pressed

Thanks in advance for any help!

You can do it without the modified press.

The basic version you’re after:

#showtooltip
/cast [mod:alt,@mouseover,help,nodead] Regrowth; Shred

Sounds like you’re running into the Self Cast Key bug. If your Self Cast setting isn’t currently Auto change it to that, if it’s already auto change it to something else then change it back; should fix things.

More info about the bug:

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