|
I saw this on the forums and I thought it would help with sparks/positioning.
This macro will:
- Assign a raid target to the spark for ease of seeing (Skull, to be precise) - Focus the closest Power Spark - Not do anything unless a Spark is in range, and is therefor spammable - Relieve a little bit of the stress when you are the only DK in a 25 man raid. - Chains of Ice the spark immediately after deathgripping it - Switch target to Power Spark immediately after you DG it.
This macro will not:
- Deathgrip Malygos, EVER - Assign the raid target if you are not raid assist or leader (obviously)
/cleartarget /targetexact Power Spark /focus /targetlasttarget /stopmacro [target=focus,noexists] /target focus /script SetRaidTargetIcon("target", 8); /targetlasttarget /cast [target=focus] Death Grip /targetexact Power Spark /cast Chains of Ice
|