Legion GS for Unholy Dk....

Where messing around with Frost off/on today. I thought? Eh…Its why I am on the PTR. Get a hands on experience with the new rotations/spells. So I thought why not try Unholy now. (Really couldnt do very well with it on live.)

Anyways, I came up with this and its working quite well:
Talents are: 2/3/1/1/3/2/1 (I think later on “Soul Reaper” will probably be the most likely goto talent on that tier. I picked Dark Arbiter for the macro.)

Just make sure you have Death Coil on button 2? So when it procs you can mash it!

Make sure you download the new Gnome Sequencer. It has been took over by a new person. (The old author did not want to do it anymore I am guessing.)

You can grab that here:
Gnome Sequencer Enhanced

Sequences["UnholyDK"] = {
  specID = 251,
author = "draik",
helpTxt = "Single Target",
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],   PreMacro = [[
/targetenemy [noharm][dead]
/petattack
/startattack
    ]],
'/cast !Dark Transformation',
'/cast Scourge Strike',
'/cast Outbreak',
'/cast Festering Strike',
'/cast Raise Dead',
'/cast Death Coil',
'/cast [combat] Dark Arbiter',
'/cast [combat] Blighted Rune Weapon',
}