Pet Managment Macro Assistance (Retail)

I had a new pet management macro that I was able to get working and then I deleted in by accident and can’t dulicate the commands.

Pet Management Marco as is works fine.

#showtooltip
/cast [mod:ctrl] Dismiss Pet; [mod:alt] [@target, exists, dead] Fetch; Revive Pet

When I try to add Misdirect using the shift modifier it breaks and will only MD and Dismiss Pet.

[@focus,help] [@mouseover,help] [help] [@pet,exists] [] Misdirection

Is it the []? How can I correct this to work with the shift modifier?

This works but please feel free if you see a way to improve it.

#showtooltip
/cast [mod:ctrl] Dismiss Pet; [mod:shift.[@focus,help]] [mod:shift,@mouseover,help] [mod:shift,help]] [mod:shift,@pet,exists] Misdirection; [mod:alt] [@target, exists, dead] Fetch; Revive Pet

[mod:shift.[@focus,help]] should be [mod:shift,@focus,help]

[@target, exists, dead] should be shortenable to [dead]

1 Like