6.0.3 Unholy (GnomeSequencer)

My Blood macro that I changed a few things around in to have an Unholy macro.

Talents: 2,3,2,3,1,2,2

Sequences['Unholy'] = { PreMacro = [[ /targetenemy [noharm][dead] ]], '/cast !Death Coil', '/cast [combat]13', '/cast [combat]14', '/cast Outbreak', '/cast Plague Strike', '/cast [combat]Blood Boil', '/cast [combat]Remorseless Winter', '/cast Festering Strike', '/cast Dark Transformation', '/cast Plague Leech', '/cast Festering Strike', '/cast Death Coil', '/cast Soul Reaper', '/cast [combat] Summon Gargoyle', '/cast [combat] Anti-Magic Shell', '/cast Festering Strike', '/cast !Death Coil', }

I put in Trinket Uses (13/14), Plague Leech, Outbreak, Remorseless Winter, Gargoyle, and Anti-Magic Shell.

Hey Suiseiseki
it there any chance you can do so i can copy it so i can try it becuse the way it stand now i can’t get it to work

Antol


Sequences['Unholy'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
    '/cast !Death Coil',
	'/cast [combat]13',
	'/cast [combat]14',
    '/cast Outbreak',
    '/cast Plague Strike',
    '/cast [combat]Blood Boil',
    '/cast [combat]Remorseless Winter',
    '/cast Festering Strike',
	'/cast Dark Transformation',
	'/cast Plague Leech',
	'/cast Festering Strike',
	'/cast Death Coil',
	'/cast [combat]Blood Tap',
    '/cast Soul Reaper',
    '/cast [combat] Summon Gargoyle',
	'/cast [combat] Anti-Magic Shell',
	'/cast Festering Strike',
	'/cast !Death Coil',
}

thanks

working awesomely!

Got my hands on a Use Trinket and found GS will not use the Cast command on Trinkets. Changed to use. Also removed the Blood Tap line left in from my Blood Macro.


Sequences['Unholy'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
    '/cast !Death Coil',
	'/use [combat]13',
	'/use [combat]14',
    '/cast Outbreak',
    '/cast Plague Strike',
    '/cast [combat]Blood Boil',
    '/cast [combat]Remorseless Winter',
    '/cast Festering Strike',
	'/cast Dark Transformation',
	'/cast Plague Leech',
	'/cast Festering Strike',
	'/cast Death Coil',
    '/cast Soul Reaper',
    '/cast [combat] Summon Gargoyle',
	'/cast [combat] Anti-Magic Shell',
	'/cast Festering Strike',
	'/cast !Death Coil',
}

[quote quote=19294]Got my hands on a Use Trinket and found GS will not use the Cast command on Trinkets. Changed to use. Also removed the Blood Tap line left in from my Blood Macro.


Sequences['Unholy'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
    '/cast !Death Coil',
	'/use [combat]13',
	'/use [combat]14',
    '/cast Outbreak',
    '/cast Plague Strike',
    '/cast [combat]Blood Boil',
    '/cast [combat]Remorseless Winter',
    '/cast Festering Strike',
	'/cast Dark Transformation',
	'/cast Plague Leech',
	'/cast Festering Strike',
	'/cast Death Coil',
    '/cast Soul Reaper',
    '/cast [combat] Summon Gargoyle',
	'/cast [combat] Anti-Magic Shell',
	'/cast Festering Strike',
	'/cast !Death Coil',
}

[/quote]

Great macro!

Question:

Why you don’t use Scourge Strike in your macro?

Also Blood Tap can be used by Unholy, do you think it is not necessary?

Thank you!

what does the indentation mean on this macro?

mainly, like the /use trinkets, indented below the death coil?

why are they indented? what does the indentation do?

I am just curious. =)

Hi Susie, just a heads up.

But if it’s not on Global Cooldown (Example: /use [combat] 13) you really should put it in the PreMacro section so it fires of immediately and doesn’t require another button press.

This is your macro, just ever so slightly modified.

-- Unholy DK
Sequences['UST'] = {
    PreMacro = [[
/cast [combat] Anti-Magic Shell
/use [combat] 13
/use [combat] 14
/targetenemy [noharm][dead]
/startattck
    ]],
    '/cast [nopet] Raise Dead; Dark Transformation',
    "/cast Death Coil",
    '/cast Plague Leech',
    '/cast Plague Strike',
    '/cast Festering Strike',
    '/cast Soul Reaper',
    '/cast [combat] Blood Boil',
    '/cast [combat] Remorseless Winter',
    '/cast [combat] Summon Gargoyle',
}

Hope this helps :slight_smile:

This one works great too. I just added a line for Scourge Strike.

[quote quote=19316]Hi Susie, just a heads up.

But if it’s not on Global Cooldown (Example: /use [combat] 13) you really should put it in the PreMacro section so it fires of immediately and doesn’t require another button press.

This is your macro, just ever so slightly modified.

-- Unholy DK
Sequences['UST'] = {
    PreMacro = [[
/cast [combat] Anti-Magic Shell
/use [combat] 13
/use [combat] 14
/targetenemy [noharm][dead]
/startattck
    ]],
    '/cast [nopet] Raise Dead; Dark Transformation',
    "/cast Death Coil",
    '/cast Plague Leech',
    '/cast Plague Strike',
    '/cast Festering Strike',
    '/cast Soul Reaper',
    '/cast [combat] Blood Boil',
    '/cast [combat] Remorseless Winter',
    '/cast [combat] Summon Gargoyle',
}

Hope this helps :)
[/quote]

What dps are you guys pulling out with this macros ? im only getting 13-15k dps on a dummy.
shouldent there be a scourge Strike in the macro?

“gnomesequencer” ?? i cant get any macro to work, am i doing something wrong, if i use it as posted it /tells the macro instead of using it…please help

what glyphs do you have?

You have to have gnomesequencer downloaded as an addon and learn how to use it. It’s very easy. There are a few posts on this forum that cover just that topic. You can’t just copy/paste these gnomesequencer (GS) macros into the ordinary macro UI.

[quote quote=19340]This one works great too. I just added a line for Scourge Strike.

<div class="d4p-bbt-quote-title">Grags wrote:</div> Hi Susie, just a heads up.

But if it’s not on Global Cooldown (Example: /use [combat] 13) you really should put it in the PreMacro section so it fires of immediately and doesn’t require another button press.

This is your macro, just ever so slightly modified.

-- Unholy DK
Sequences['UST'] = {




    PreMacro = [[
/cast [combat] Anti-Magic Shell
/use [combat] 13
/use [combat] 14
/targetenemy [noharm][dead]
/startattck
    ]],
    '/cast [nopet] Raise Dead; Dark Transformation',
    "/cast Death Coil",
    '/cast Plague Leech',
    '/cast Plague Strike',
    '/cast Festering Strike',
    '/cast Soul Reaper',
    '/cast [combat] Blood Boil',
    '/cast [combat] Remorseless Winter',
    '/cast [combat] Summon Gargoyle',
}

Hope this helps

[/quote]

so where is the scourge strike that you said you added?

Just add it anywhere in the middle part. After Plague Leech seems to work decent.

}Sequences[‘Unholy’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/use [combat]13’,
‘/use [combat]14’,
‘/cast Outbreak’,
‘/cast Plague Strike’,
‘/cast [combat]Blood Boil’,
‘/cast [combat]Remorseless Winter’,
‘/cast Festering Strike’,
‘/cast Dark Transformation’,
‘/cast Plague Leech’,
‘/cast Scourge Strike’,
‘/cast Festering Strike’,
‘/cast Soul Reaper’,
‘/cast [combat] Summon Gargoyle’,
‘/cast [combat] Anti-Magic Shell’,
‘/cast Festering Strike’,
}

I found i had to take the death coils out of the macro… i would pull mobs if my target died and then it went to the next target in back of the mobs we were killin…
MANY MANY tanks very pissed

UNLESS anyone has an idea to make me not over shoot

hey guys,
I just made a gnome macro for my blood dk. It took about 1-2 days Because it didnt work but I don’t know how I fixed it.

And now I just tried to add a new macro for my frost dk but it wont work. What can be wrong? (I tried to copy and paste from frost dk section on the forum)

Lastly, who can help me in game:)? I’ll write my bnet id when I go back home(working atm)

WHAT glyphs are you using?

doesnt work
Dark Transformation and Summon Gargoyle dont work…