6.1 No Dot Macro (GS)

Hi, This is my first attempt at making a macro after having issues getting any reasonable DPS on my SPriest.

Basically It casts

  • MB > SW:D > MS > MB > MS > MS > MB
  • then hold Alt to do DP > INS > INS
  • Let go of Alt and starts again.

Talents are 3-2-3-2-2-1-1

Uses the SW: D Glyph

I am able to get 10k DPS on Garrison dummy at 639 iLvl (dont know if that is any good, but it’s better than any other macros I’ve tried.

Sequences['NoDot'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [noform] !Shadowform
]],
-- [[/castsequence [nomod:alt,nochanneling] reset=5.3 Mind Blast]],
[[/castsequence [nomod:alt,nochanneling] reset=25 Cascade]],
[[/castsequence [nomod:alt,nochanneling] reset=180 Shadowfiend]],
[[/castsequence [nomod:alt,nochanneling] reset=120 Power Infusion]],
[[/castsequence [nomod:alt,nochanneling] reset=10 Mind Blast, Shadow Word: Death, Mind Spike, Mind Blast, Mind Spike, Mind Spike, Mind Blast]],
[[/castsequence [mod:alt,nochanneling] reset=5 Devouring Plague, Mind Flay]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}