Pet Defensive macro help

Hello,
I understand that there are a few issues with pet control, and was wondering if this is one of them. I use the following macro to call / mend / or revive my pet. It also will stop my pet attack , place him in follow, and in passive mode. This macro works great.
#showtooltip
/cast [nopet] call pet 3; [@pet, nodead] mend pet; revive pet
/stopattack
/petfollow
/petpassive

My question for my hunter brothers is: Can I make a similar macro but instead, put my pet in defensive mode? I tried the following macro, but it didn’t work.
#showtooltip
/cast flare
/petdefensive

I tried to remove the variable “flare” in-case this was preventing the macro from working, but it still will not put my pet in defensive mode. My current options for putting my pet in defensive mode are:

  1. Use the keybind in the blizzard keybind interface
  2. Manually mouse click on the ability

Thanks in advance for your help :slight_smile:

The /petdefensive macro command is currently broken. I have reported it as a bug on both alpha and live. I suggest you do the same, and file a bug report wherever you are able.

I will file a bug report. Thanks for your reply!