Please help with DK pet dismiss macro

Hello, Im trying to make a macro that will function like this:
Using the macro with shift will summon DK’s pet
With pet active, using the same macro with shift again will dismiss pet
Without any modifier it will use “dark transformation” spell.

The problem is I dont know how to “dismiss pet” with shift :unamused:

3 Likes

Hey, would this work?

#showtooltip
/cast [mod:shift, nopet] Raise Dead; Dark Transformation
/run if IsShiftKeyDown()then PetDismiss()end

Tested it on my DK, and it seemed to be working.

7 Likes

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