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:
- Use the keybind in the blizzard keybind interface
- Manually mouse click on the ability
Thanks in advance for your help