my unholy gs maco

opener…

Sequences["Unholy"] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/use Death’s advance
/cast Anti-magic shell
/targetenemy [noharm][dead]
/cast Empower Rune weapon
]],
'/cast unholy blight',
'/cast festering strike',
'/cast scourge strike',
'/cast Death coil',
'/cast [nopet] Raise Dead; Dark Transformation',
'/cast Summon Gargoyle',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
]],
}

then…( after gargoyle )

Sequences["FStep"] = {
StepFunction = [[
stepa = "112222333"

limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
-- Macro 1
[[
/cast Festering strike
]],

-- Macro 2
[[
/cast Scourge strike
]],

-- Macro 3
[[
/cast Death coil
]],

talents… 3,3,1,3,2,1,1

Major Glyphs = icy touch, blood boil, regenerative magic

Minor Glyphs = tranquil grip, foul menagerie, path of frost

Im getting upper 20k DPS in Blackrock LFR as a 665 ilvl. If anyone can improve on this let me know.

enjoy

I should add that these are two separate macros on two separate buttons

Thank you sir. Macro works great! Step macro seams to jump targets alot but numbers are up for me from 17k to low to around 22k dps.

Stupid question - how are you putting your deseases up with that?
I may just be blind - but i can not see them

AWESOME MACRO’S…my ilevel is 675 and I was doing 23.5k - 24.5k sustained DPS. Thank You Very Much

@Mike …By using the necro-blight spec ,your diseases get spread in the form of necrotic plague which replaces blood plague and frost fever… To do that all you need to use is unholy blight and outbreak. I have outbreak on a separate button to control when to use it but hopefully you only should have to use it once or twice in the macro’s rotation. The idea of this macro is to apply necrotic plague(this is where I would use outbreak). Then it uses unholy blight to get to 15 stacks as fast as possible.It will then use festering strike to get necrotic plague to last as long as the cool-down for unholy blight, and scourge strike until necrotic plague wears off. By then unholy blight should be off cooldown and the process should then repeat itself. That being said you can always insert outbreak into a pre or post macro but I just don’t see a need for it.