Dear Jon Metz

Hi.

Wondering if you can assist with this ?

From reading it you can see the blend of GS and GSSE,
I designed this off your macro.

I’m having a bitch of a time with the synergy of this…
I do not want to manually deathstrike all the time anymore,
can you make this rearranged for better synergy and see if something is wrong? at present it is clunky… and if not careful I can easily die if I am not watching deathstrike, its not bad for single, or double mobs, but, when it gets 6 plus it starts squeaking… need oil.

talents are : 2 1 1 22 33

Sequences['DKBLOODz'] = {
author="John Metz",
specID=250,
version=9,
source = "Local",
helpTxt = "Talents: 2112233",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [combat] Vampiric Blood
/cast [combat] Dancing Rune Weapon
]],
"/cast [@player] Death and Decay",
'/cast [nochanneling] !Asphyxiate',
"/cast Anti-Magic Shell",
"/cast Death\'s Caress",
"/castsequence [nochanneling] reset=combat Heart Strike, Consumption, !Blood Boil, !Blood Boil, Deathstrike",
"/castsequence Marrowrend, Blood Boil, Heart Strike",
PostMacro=[[
/use [combat]13
/use [combat]14
/targetenemy [noharm][dead]
]],
}
Sequences['DKBLOODz'] = {
author="John Metz",
specID=250,
version=9,
source = "Local",
helpTxt = "Talents: 2112233",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [nochanneling] [combat] Vampiric Blood
/cast [nochanneling] [combat] Dancing Rune Weapon
/cast [nochanneling] Deathgrip
]],
"/cast [@mouseover, nohelp, nodead][@target] Death Grip",
"/cast [@player] Death and Decay",
"/cast [@mouseover][@target] Death Strike",
"/castsequence Blood Boil, Blood Boil, Heartstrike, Deathstrike, Deathstrike",
"/cast [nochanneling] Bloodboil; Deathstrike",
"/cast [nochanneling] !Asphyxiate",
"/cast [nochanneling] Anti-Magic Shell",
"/castsequence [nochanneling] reset=combat Consumption, !Blood Boil, !Blood Boil, Deathstrike",
"/castsequence [nochanneling] Marrowrend; Heart Strike",
"/cast [nochanneling] Consumption",
PostMacro=[[
/cast [nochanneling] Death\'s Caress
/use [combat]13
/use [combat]14
/targetenemy [noharm][dead]
]],
}

Ok normally I would just recommend my macro but I’ll roll up my sleeves and see what I can come up with…
your macro had a number or errors or redundant info like [nochanneling] or the ! which is a toggle for on /off
once I fixed those and tested on a 112 tank dummy I died after 45 seconds.
a made some small changes below.
re-tested on the tank dummy and after 5 min I got bored and walked away on full health so the difference is night and day, My runic power stayed at 50%, 90% of the time. Note I do have the legendary Tank Braces
so my Death Strikes are more efficient. If you lack the braces and you become RP starved too often let me know I can look at it again.

I scrapped Deaths Caress completely the only time its needed in a macro is if you run soulgorge (nobody does)
Talents I would get rid of Purgatory for Blood Morror as Prugatory has been pants since the end of WoD.


Sequences['DKBLOODz'] = {
author="John Metz",
specID=250,
version=7,
source = "Local",
helpTxt = "Talents: 2112132",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [combat] Vampiric Blood
/cast [combat] Dancing Rune Weapon
]],
"/cast [@player] Death and Decay",
"/cast Asphyxiate",
"/cast Anti-Magic Shell",
"/cast Death Strike",
"/castsequence  reset=combat  Heart Strike, Consumption, Blood Boil, Blood Boil, Death Strike",
"/castsequence Marrowrend, Blood Boil, Heart Strike",
PostMacro=[[
/use [combat]13
/use [combat]14
/targetenemy [noharm][dead]
]],
}

ann you snuck a second one in lol well its past midnight now ill have to look at that tomorrow

bump

what’s the second macro for?if i have a better understanding on what your are trying to achieve with it i couls work something out

simply put,…

to be as lazy as possible.
tv watching tank.
something I can mash away on even in big fights and have minimal sweat about cds
to actually have blood boil cast as soon as it is ready and make it reliably fire off.
to have heartstrike, death strike fire reliably, SAME AS ABOVE,

I have bonestorm on a separate key,
here is what I came up with and it works somewhat.
I have to make sure my cursor is in place over mobs.

Sequences['DKBLOODz'] = {
author="John Metz",
specID=250,
version=7,
source = "Local",
helpTxt = "Talents: 2112132",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [combat] Vampiric Blood
/cast [combat] Dancing Rune Weapon
]],
"/cast [@player] Death and Decay",
"/cast Asphyxiate",
"/cast Anti-Magic Shell",
"/cast [@mouseover] Blood Boil, Death Strike",
"/castsequence  reset=combat  Heart Strike, Consumption, Blood Boil, Blood Boil, Death Strike",
"/castsequence Marrowrend, Blood Boil, Heart Strike",
PostMacro=[[
/use [combat]13
/use [combat]14
/targetenemy [noharm][dead]
]],
}

tried out john’s macro tonight, no legendary bracers, sat at about 30% RP the entire 10minute cycle. parsed roughly 153kdps and 120khps 21/24/32 crit haste mastery 865ilvl talents were same as johns 2112132 g15 set at 25ms repeating.