GS-E Ver 1.3 Uholy PVE Soul Reaper

These Macro’s are built for GS-E Ver 1.3

Infomation on Ver1.3

https://www.youtube.com/watch?v=6ZxXCb0CBXk

These are the current macro’s I’m running on my Unholy DK - Talents listed in macro’s

Change to suit your own style and talent builds.

Sequences['DK_UHST'] = {
author="Aaralak@Nagrand",
specID=252,
helpTxt = "Talents: 2221113",
PreMacro=[[
/cast [nopet] Raise Dead
]],
'/cast [combat] Summon Gargoyle',
'/cast [combat] Dark Transformation',
"/castsequence  reset=combat Outbreak, Festering Strike, Scourge Strike, Scourge Strike, Scourge Strike, Festering Strike, Scourge Strike, Scourge Strike, Festering Strike, Scourge Strike, Scourge Strike",
'/cast Soul Reaper',
'/cast [combat] Death Coil',
PostMacro=[[
]],
}

Sequences['DK_UHAOE'] = {
author="Aaralak@Nagrand",
specID=252,
helpTxt = "Talents: 2121113",
Premacro = [[
/cast [nopet] Raise Dead   
]],
'/cast [combat] Summon Gargoyle',
'/cast [combat] Dark Transformation',
"/castsequence reset=combat Outbreak, Scourge Strike, Scourge Strike, Scourge Strike, Scourge Strike, Scourge Strike, Scourge Strike",
'/cast [combat] Epidemic',
'/cast [combat] Death Coil',
PostMacro = [[
/startattack
]],
}

I’m new to this so forgive me if I’m wrong but I thin there is a missing } at the end of the ST macro. Sorry if I’m incorrect and many thanks for this and your other macros which I am trying out.

[quote quote=32429]I’m new to this so forgive me if I’m wrong but I thin there is a missing } at the end of the ST macro. Sorry if I’m incorrect and many thanks for this and your other macros which I am trying out.
[/quote]

You Sir are correct,

It was a copy pasta Fubar on my part. As I build macros in my own addon folder it was working correctly for me. I should copy paste my own macro’s back in to ensure this doesn’t happen.

Cheers for the heads up

Just curious, but is there a particular advantage to having different talent strings for the pair of macros?