Legion Unholy GS

talents 2221213

This is just meant to spam as fast as you can (turbo preferred)

Sequences["UHDK"] = {
specID = 252,
author = "throwyuken",
helpTxt = "Talents 2221213",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [nopet] Raise Dead
/petattack
]],
'/cast [nochanneling] Outbreak',
'/cast [nochanneling] Dark Transformation',
'/cast [nochanneling] Festering Strike',
'/cast [nochanneling] Scourge Strike',
'/cast [nochanneling] Soul Reaper',
'/cast [nochanneling] Death Strike',
'/cast [nochanneling] Summon Gargoyle',
'/cast [nochanneling] Death Coil',
}

puts out decent DPS, although i still prefer Frost.

Hi Throwryuken.
I really liked your macro. I tweak it for me, I hope you don’t mind! Great work!

Sequences['MC_UnholyST'] = {
author="Maalkomx (by throwyuken)",
specID=252,
helpTxt = 'Talents: 3131213',
icon=135775,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [nochanneling] Raise Dead",
"/castsequence reset=12 Outbreak, Epidemic, Epidemic, Epidemic",
"/cast [nochanneling] Dark Transformation",
"/cast [nochanneling] Festering Strike",
"/cast [nochanneling] Clawing Shadows",
"/cast [nochanneling] Soul Reaper",
"/cast [nochanneling] Death Strike",
"/cast [nochanneling] Summon Gargoyle",
"/cast [nochanneling] Death Coil",
PostMacro=[[
/startattack
/use [combat] 14]],
}

Im sorry maalkomx i dont think its give alot of dmg should i just spam the macro ?

Here is a rework of Throwyuken’s macro that reflects the improvements in that have been made in GS-E. I have moved “Raise Dead” to the premacro and only if the pet is dead or missing.

Sequences["UHDK"] = {
specID = 252,
author = "throwyuken",
helpTxt = "Talents 2221213",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [nopet] Raise Dead
/petattack
]],
'/cast [nochanneling] Outbreak',
'/cast [nochanneling] Dark Transformation',
'/cast [nochanneling] Festering Strike',
'/cast [nochanneling] Scourge Strike',
'/cast [nochanneling] Soul Reaper',
'/cast [nochanneling] Death Strike',
'/cast [nochanneling] Summon Gargoyle',
'/cast [nochanneling] Death Coil',
}

nice, thanks.

why dos it doing Outbreak 3456 times in a row

[quote quote=32172]why dos it doing Outbreak 3456 times in a row
[/quote]

I am have not encountered that problem, so I don’t know what could be causing it. However if you are using the one posted by Maalkomx, he didn’t use “StepFunction = GSStaticPriority,” in it. So that maybe causing it to get stuck. If that isn’t the case then, you might want to post in the wowinterface comments for the GS-E addon, and TimothyLuke may be able to troble shoot it.

Try this it seems to work pretty good. I took ‘Outbreak’ out b/c I use it as a separate macro to apply with Chains of Ice b/c it always seems to spam if i have it in. I also like to use Icebound Fortitude in Premacro and trinket so added ‘Raise Dead’ to DT and took out [nochanneling] which seems to make it skip alot. Also switched Soul Reaper around. See if it helps. Talents have been changed to what I typically use but it works with the original fine.


Sequences["UHDK"] = {
specID = 252,
author = "throwyuken",
helpTxt = "Talents 2332213",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast Icebound Fortitude 
/use 13 
/petattack
]],
"/cast [nopet]Raise Dead;Dark Transformation",
'/cast Festering Strike',
'/cast Soul Reaper',
'/cast Clawing Shadows',
'/cast Death Strike',
'/cast Summon Gargoyle',
'/cast Death Coil',
}