wanted to share some different talents blood macro

My talents are 2,2,1,1,1,2,2
Tab targeting and applying mark. But just a different take on the talents.


Sequences["Tox15"] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
    PreMacro = [[
/Cast [combat] Vampiric Blood
/Cast [combat] Dancing Rune Weapon
    ]],
      "/cast [nochanneling] Marrowrend",
      "/castsequence [nochanneling] reset=target Mark of Blood, Death Strike, Death Strike, Death Strike",
      '/castsequence [nochanneling] reset=target Blood Boil, Blood Boil, Heart Strike',
      "/castsequence [nochanneling] reset=target Soulgorge, Death's Caress, Heart Strike, Heart Strike, Heart Strike",
      '/cast Blood Mirror',
    PostMacro = [[
/cast Anti-Magic Shell
/use Gift of the Naaru
/TargetEnemy [noharm][dead]
/Use [combat] 
/Use [combat] 
/script UIErrorsFrame:Hide();
]],
}