Saprill - Shadow Priest
http://www.wowarmory.com/character-s...mmer&n=Saprill
DPS Macro 1

Source code
1
2
3
4
#showtooltip
/use Vengeance of the Illidari
/castsequence [target=party1target, nochanneling] reset=combat vampiric touch, mind blast, mind flay, mind flay, mind blast, mind flay, mind flay
/cast devouring plague

This is one of many I have tried. It won't Mind Flay, at all. Her dps is around 225.


Try small parts. Usually if you do one thing, it works and when you add more, you notice what you just did that made it not work.
/cast Mind Flay
Did it work?
/castsequence Mind Flay
DIW?
/castsequence [target=party1-target] Mind Flay
DIW?
/cast sequence [target=party1-target, nochanneling] Mind Flay
DIW?
/cast sequence [target=party1-target, nochanneling] reset=combat Mind Flay, Mind Flay
DIW?
/cast sequence [target=party1-target, nochanneling] reset=combat Vampiric Touch, Mind Flay
DIW?
/cast sequence [target=party1-target, nochanneling] reset=combat Vampiric Touch, Mind Blast, Mind Flay
DIW?
Hopefully it either works (mistyped or something silly) or it breaks in a noticeable way. One thing that sometimes helps is shift-clicking spells from your spellbook so they are formated/spelled correctly. Hope that helps.