Help with dh macro

this macro doesnt seem to work for my dh…

stopcasting
/cast [mod:shift]
/cast [target=focus]

Hard to tell what you even want the macro to do with what you included

like imprison and all my cc.

thanks

Which one under which conditions. Do you want to target focus normally and target with mod:shift? Specifics matter

i want shift to be main target, and normal button off target:)

thanks

Going to assume main target means your actual target and off target means focus.

#showtooltip imprison
/cast [@focus,harm,nodead][mod:shift] Imprison

If you want it reversed, ie shift cast on focus:

#showtooltip
/cast [@focus,mod:shift,harm,nodead][] Imprison
1 Like

You’ve got the order of these backwards.

Should be

#showtooltip
/cast [mod:shift] [@focus,harm,nodead] Imprison
1 Like

:dracthyr_uwahh_animated:
Oops

thank you sir