Wow! an update to my blood macro, well not really. below is the same old tried and tested blood macro.
what is added is the second tab, this is a slight variation for those that want to use Blooddrinker talent
instead of heart seeker.
let me know how it goes as I don’t use it personally but received many requests for it,
Sequences['DKBLOOD'] = {
Author="John Metz",
SpecID=250,
Talents = "2112132",
Default=2,
MacroVersions = {
[1] = {
Trinket2=true,
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Vampiric Blood",
"/cast [combat] Dancing Rune Weapon",
},
PreMacro={
},
"/cast Death Strike",
"/cast Marrowrend",
"/cast Blood Boil",
"/cast Heart Strike",
"/cast Consumption",
"/cast [@player] Death and Decay",
"/cast [@player] Death and Decay",
"/castsequence Marrowrend, Marrowrend, Death Strike",
"/castsequence Blood Boil, Heart Strike, Heart Strike",
"/castsequence Marrowrend, Heart Strike, Blood Boil, Heart Strike",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
},
},
[2] = {
Trinket2=true,
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Vampiric Blood",
"/cast [combat][no channeling: blooddrinker] Dancing Rune Weapon",
},
PreMacro={
},
"/cast [no channeling: blooddrinker] Death Strike",
"/cast [no channeling: blooddrinker] Marrowrend",
"/cast [no channeling: blooddrinker] Blood Boil",
"/cast [no channeling: blooddrinker] Heart Strike",
"/cast [no channeling: blooddrinker] Consumption",
"/cast [no channeling] Blooddrinker",
"/cast [no channeling: blooddrinker][@player] Death and Decay",
"/cast [no channeling: blooddrinker][@player] Death and Decay",
"/castsequence [no channeling: blooddrinker] Marrowrend, Marrowrend, Death Strike",
"/castsequence [no channeling: blooddrinker] Blood Boil, Heart Strike, Heart Strike",
"/castsequence [no channeling: blooddrinker] Marrowrend, Heart Strike, Blood Boil, Heart Strike",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
},
},
},
}