Unholy 6.1 gnome sequencer pve

Got bored and made these

Sequences["Unholy"] = {
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]
    ]],
	'/castsequence reset=target Plague Strike,Plague Leech',
	'/cast Scourge Strike',
	'/cast Festering Strike',
	'/cast Death Coil',
	'/cast [nopet] Raise Dead; Dark Transformation',
	'/cast [combat] Summon Gargoyle',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
    ]],
}
Sequences["UnholyExe"] = {
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]
    ]],
	'/castsequence reset=target Plague Strike,Plague Leech',
	'/cast Soul Reaper',
	'/cast Scourge Strike',
	'/cast Festering Strike',
	'/cast Death Coil',
	'/cast [nopet] Raise Dead; Dark Transformation',
	'/cast [combat] Summon Gargoyle',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
    ]],
}

Talents are 2313122

Use Exe below 45% (Improved Soul Reaper)
Might make an aoe later
Not sure how often i’ll check back

Best one i’ve used so far went from 18k to 25k an AoE one would be great

That’s because there is logic to it and the step sequence helps. Most of ones i’ve seen would just end up pressing most of whatever buttons that you could use, where as parts like “Plague Strike,Plague Leech” apply diseaes without spamming either.

Here is the AoE i threw together. If i get a chance will work over all 3 at some point

Sequences["UnholyAoE"] = {
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]
    ]],
	'/castsequence reset=target Plague Strike,Plague Leech',
	'/cast Blood Boil',
	'/cast Scourge Strike',
	'/cast Blood Boil',
	'/cast Death Coil',
	'/cast Blood Boil',
	'/cast Icy Touch',
	'/cast Blood boil',
	'/cast [nopet] Raise Dead; Dark Transformation',
	'/cast [combat] Summon Gargoyle',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
    ]],
}

Would love if i could drop icy touch and just change frost runes to death by fester striking twice but is always a chance scourge will use a death instead of an unholy throwing whole thing off so icy touch it is

yo ive tried this its great macro im avg around 20k dps with the gear i have but ur Aoe macro would work a dream with a defile dopped in there every 30secs cos when i manually dropped it in with the rotation it put me up to bout 30+k with gargoyle on

Cannot drop defile with a macro. Manual placement required

Great Macro…Awesome results for me so far. Thank You

Still works. Considering trying a necro plague build due to 6.1 buff.

This is an awesome macro. Thx for sharing it.

Necro build would be awesome. Something like Necroblight for example :slight_smile:

http://www.icy-veins.com/forums/topic/10247-demonardvarks-unholy-dk-necroblight-guide/

It seems when I use the Unholy macro and I push it to has it never seems to use Scourage strike, also iam using the necroblight, so no plague leech. Anyway to adjust this macro to work properly without plague leech in it? When I remove plague leech and outbreak my dps drops and source is still skipped and plague strike is taking prioity wasting my runes, instead of using them more on scourge strike. Also my dots drop off if festering strike isn’t placed higher in the priority

  1. plague strike is taking runes away from scourage strike
  2. I use unholy blight, not plague leech
  3. If I castsequence plague strike, outbreak’, the macro doesn’t use scourage strike

Only in your edited version of macro

Your problem, i recommended talents that i made macro for

Still your problem, macro was designed for plague leech to eat them and plague to refresh not to extend them

Your problem, there is no “plague strike, outbreak’,” in my macro. the problem with that line is there is no cool down implemented by plague leech so the macro would keep trying to cast them resulting in your problem of wasted runes. Could try changing it to ‘/castsequence reset=target Plague Strike,Null’, and it would only cast plague strike once when you switch targets. Would either have to keep it up with scourge strike or hit escape to reset target if it dropped off

Made macro for necro blight. Thoughts?

Sequences["UnholyTest"] = {
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]
    ]],
	'/castsequence reset=target Plague Strike,Null',
	'/castsequence reset=combat Festering Strike, Scourge Strike',
	'/cast Death Coil',
	'/cast [nopet] Raise Dead; Dark Transformation',
	'/cast [combat] Summon Gargoyle',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
    ]],
}

Tried using fester and scourge as separate lines but necro fell off training dummy a few times with that.

Macro Death’s Advance or no?

Could, my personal preference to leave CDs out of macro and use it to break snare or for movement boost

I have used this one, not complaining, it’s definitely good. I am looking for one that will work in an order that will work in a rotation that will maximize dps. If split into two or 3 buttons would be fine. Please message or post.

If you could write one for 6.1 PVE Unholy for top raiding damage, that would be amazing. Will pay if it tops my 36k sustained dps that I am doing now. Message me.

hey

for some reson i cant get it to work , iam only one who its dosen work for

[quote quote=23588]hey
for some reson i cant get it to work , iam only one who its dosen work for
[/quote]

I cant get Gnomesequencer to work either. I have cleared add-on folder so there is nothing in there. Followed instructions, read the common install problems. It just wont work at all.

What glyphs do people recommend with this macro?

Thanks for the Sequences! they all work very well!