Long over due post. This is to wipe clean confusion. This is probably the ver I will use till next Xpac.
4/10/16 - 4:24 AM EST
Talents: 2313112 ; I use Runic Corruption
Major: Outbreak*, Regenerative Magic, Raise Ally*
Minor: Resilient Grip, Path of Frost
Sequences['BloodDK'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/Cast Bone Shield
/Cast [combat] Anti-Magic Shell
/Cast [combat] Vampiric Blood
/Cast [combat] Dancing Rune Weapon
]],
"/cast Death Strike",
"/castsequence reset=combat reset=combat Plague Leech, Outbreak, Rune Tap",
"/castsequence reset=combat Outbreak, Death Coil, Death Coil, Death Coil, Outbreak",
'/castsequence reset=combat Blood Boil, Blood Boil, Soul Reaper, Death Strike',
'/castsequence reset=combat reset=combat Blood Boil, Blood Boil, Blood Boil, Blood Boil, Soul Reaper, Death Strike',
'/cast [talent:4/1] nullBlood Tab',
PostMacro = [[
/cast [talent:4/1] nullBlood Tap
/TargetEnemy [noharm][dead]
/Use [combat] 13
/Use [combat] 14
/script UIErrorsFrame:Hide();
]],
}
I only changed the macro slightly to get diseases out a little faster.
I added in Blood Tap to Body and PostMacro. Just remove ‘null’ to the one you want.
Body - Added to cycle, no seizure
Post - Attempts after every press, You will get the “seizure” effect.
Read in Pt.1 Page6 about tooltip. GS will only show the tip to lines with 1 spell in them.
Read many post about not having enough room (trying to use GS macros with in game system).
I have it posted elsewhere, but Here is a Guide I made for GS install.