GS Legion Blood DK Final

I really see no reason to making a Blood macro any more complicated
than what I have here…?? Bone Shield stays up, DPS is insane, Self Healing
is provoking the healer to put you on follow… This is what I will be using
for the rest of the Legion Expansion.
Drop your Death and Decay and Spam the macro. You win.

---Blood Talents: 2112133

Sequences["Blood1"] = {
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]
/cast [combat] Dancing Rune Weapon
/cast [combat] Blood Fury
/cancelaura Wraith Walk
    ]],
	'/cast Death Strike',
	'/cast Blood Boil',
	'/cast Marrowrend',
	'/cast Heart Strike',
    PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/targetenemy [noharm][dead]
    ]],
}

I use PunchKey to help with the Keypressing.

i need help with this insane macro please. how do i set it up, i have the addon installed and what not but there is only 255 characters and your macro has more where do i start to copy macro from please and thanks

Hello ste,

You have to use Gnome Sequencer Extended, more info here: https://wowlazymacros.com/addon/

Hi Fireone,

Like your macro, I have added a little different to mine including the artifact “consumpton”

Sequences['Blood'] = {
specID = 250,
author = "TM",
helpTxt = "Talents 2112133",
StepFunction = GSStaticPriority,
PreMacro = [[
/cast [combat] Vampiric Blood
/Cast [combat] Dancing Rune Weapon
/Cancelaura Wraith Walk
/use Draenic Strength Potion
]],
"/cast Consumption",
"/cast Blood Boil",
"/cast Marrowrend",
"/cast Death Strike",
"/cast Heart Strike",
"/castsequence Marrowrend, Marrowrend, Death Strike",
"/castsequence Blood Boil, Heart Strike, Heart Strike",
PostMacro = [[
/TargetEnemy [noharm][dead]
]],
}

Is this for GS:E? Because when i use the macro it just spams in say /cast Death Strike etc…

The Macro I originally posted is for Regular Gnomesequencer,
TM converted the Macro GS-E.

what i need is a noob guide on how to add this via gs editor or is there a an other method to make this macro

You copy the raw code than input that code with paste into the /gsse main black-blank box and hit import. then, /reload to allow gs-e to auto fix the macro for you.