Dubzie's 6.0.3 Blood (GnomeSequencer)

I’ve found quite of the few GS macro’s get caught up waiting for Death Strike, while there is a Blood Boil or Death Coil available to be cast.

I like to manually cast Icy Touch and Plague Strike first as i find the Outbreak cooldown too long.
GS Macro will then cast available buffs, using a step sequence to Cast Blood Boil, then Death Coil, then Death Strike.

If your not fimiliar with how a step Sequence works
Press 1: Will attempt to Cast Blood Boil
Press 2: Will attempt to Cast Blood Boil
Press 3: Will attempt to Cast Death Coil
Press 4: Will attempt to Cast Blood Boil
Press 5: Will attempt to Cast Death Coil
Press 6: Will attempt to Cast Death Strike

Then it will go back to be begining again.

I spam my macro using RazerSynapse on a 0.1 second delay. As soon as the runes are available for casting and off global cool down they are used. No waiting.

My action macro is this:

/castsequence reset=target Icy touch,Plague Strike,null
/click BST

GS Code:


Sequences['BST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Bone Shield
/cast Death's Advance
/cast [nostance:1] Blood Presence
]],
	'/cast [combat] Blood Boil',
	'/cast [combat] Death Coil',
	'/cast [combat] Death Strike',
PostMacro = [[
/cast Blood Tap
/cast Anti-Magic Shell
/cast Vampiric Blood
/cast Dancing Rune Weapon
/cast Empower Rune Weapon
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}'

Hmm. I really like the idea behind this macro, but it just isnt working for me. made me the GS, booted up the game and made the macro. Its only fireing off IT and PS, and then it goes into autoattack spasms. Tried rebooting the game several times and recheck the macro and GS, checked my keypress to 0.1, but still no luck with getting it to work :frowning:

Dubzie what Talents & Glyphs do you use ?

Miki, I had the same problem, Just remove the ’ from the very last line. That worked for me :slight_smile:

Ohh sorry about that lads.

i’ve switch it around some more.
Moved the Icey Touch and Plague Strike to the pre Macro. And changed the reset to be when out of combat as i found it was waiting for a rune refresh when you had more then one target on you.
Death strike isnt firing off as much as i’d like because of blood boil using all the Death runes and keeping it on cool down.

Playing around with a few things, will be back when i have an update.

Sequences['BST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Bone Shield
/cast Death's Advance
/cast [nostance:1] Blood Presence
/castsequence reset=nocombat Icy touch, Plague Strike, null
]],
	'/cast [combat] Blood Boil',
	'/cast [combat] Death Coil',
	'/cast [combat] Death Strike',
PostMacro = [[
/cast Blood Tap
/cast Anti-Magic Shell
/cast Vampiric Blood
/cast Dancing Rune Weapon
/cast Empower Rune Weapon
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

For me this is not a good one since blood boil “steals” all the death runes so there is only one deathstrike and the rest is just BB and DC spam

Sequences['BST'] = {
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 Bone Shield
/cast [nostance:1] Blood Presence
]],
        '/castsequence reset=target/25 Plague Leech,Outbreak',
        '/castsequence reset=1 Death Strike, Blood Boil',
        '/cast Death Coil',
        '/cast Remorseless Winter',
        '/cast Desecrated Ground',
PostMacro = [[
/cast Vampiric Blood
/cast Dancing Rune Weapon
/cast Empower Rune Weapon
/startattack
/use [combat]13
/use [combat]14
]],
}

This is what i am using untill someone can make a better one its not mine from the beginning but i changed stuff around abit and it seems ok sofar.

I took out AMS and blood tap.
The only thing i have to do is hit blood boil when it proccs otherwise i have to many bloodrunes up
I dont have the blood tap talent.

You need to put up the plagues manually the first time so this is my pulling macro

/castsequence reset=target Icy Touch,Plague Strike,Blood Boil