Hey guys i’m looking for a macro that will cast an ability on my target but also, if i hold shift, will cast it on my focus target. Then my next question is… would I be able to add another spell?
For example:
/cast Kidney Shot (for target)
Then I want “shift” to be my mod for this combination:
/cast Mark for Death (for focus)
/cast Kidney Shot (for focus)
Thats the general idea of what i’m trying to do but don’t know how to word it or is it even possible? Also I know I can’t use the ability at the same time on multiple people. But based on the situation, I would have the ability modified to be used as needed.
Send Help 
#showtooltip
/cast [mod:shift,@focus,harm] [] Kidney Shot
you can add more modifiers in order to include addition spells
#showtooltip
/cast [mod:ctrl,@focus,harm] Marked for Death; [mod:shift,@focus,harm] [] Kidney Shot
1 Like
#showtooltip
/use [mod:shift,@focus,harm,nodead]Marked for Death
/use [mod:shift,@focus,harm,nodead][]Kidney Shot
This assumes Marked for Death is off the GCD. If it is on GCD, you can’t use it at the same time as Kidney Shot, use Smokewagon’s macro above.
Also read the sticky, this is covered in detail.
yea you would have to double tap the macro for it to work but ill check out it out thanks guys
If Marked for Death is on the GCD, my macro won’t ever do Kidney Shot on your Focus. It will try to Marked for Death your Focus whenever you hold shift, fail because MfD is on cooldown, and no Kidney Shot will go off.
Use Smokewagon’s macro above.
right on, will be testing these. much appreciated