Unholy DK Pet Macro Autocast Help

Hi Everyone

Looking for some advice on my new unholy DK macro. Currently I have the following MACRO setup to auto cast claw when I cast dark transformation. I do not want claw auto casting after my dark transformation expires. Is there a way I can turn auto cast off after the dark transformation buff has expired? I thought of making it auto turn off when there is no target but there are some cases where I would have dark transformation up and my pet would still want to auto cast when waiting for the next target.

#showtooltip
/cast Dark Transformation
/petautocaston Claw

You can however add a modifier to the command and toggle it off that way.

#showtooltip
/cast Dark Transformation
/petautocaston [nomod] Claw
/petautocastoff [mod] Claw
1 Like