Is there a macro that can do this?

Hey all,

this is what i have so far

/cast [@targettarget,harm,nodead][] Shadow Word: Death

I would like the macro to do these things:

  1. Cast on the enemy target
  2. Cast on the targeted friendly players target

This is all working except I do not want it to cast on the enemy players target, just the one enemy that I have targeted… is this possible?

Thanks ^^

Add [harm] to the start of the options:

#showtooltip
/cast [harm] [@targettarget,harm,nodead] [] Shadow Word: Death

More advanced version:

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