Macro DK Unholy pet macro

Hi,

I’m looking for a macro that will cast my DK’s pet leap and gnaw at current target with no shift modifier, but cast at focus with a shift modifier.

Thanks,

#showtooltip
/cast [mod:shift,@focus,harm,nodead] [] Leap
/cast [mod:shift,@focus,harm,nodead] [] Gnaw

This will only work if both pet abilities are off the GCD. Otherwise you’ll need a different setup.

Make sure to replace Leap and Gnaw with the actual spells.

Thank you very much for this!