Simple run through focused macro

This is very basic, the macro builds combo points and you hold alt for run through. I left roll the bones in the macro for this post, but I personally take it off when I use it for more control. (since we have to constantly re-roll for something decent) Otherwise, marked for death works as a timer for it. You’ll find yourself using “fill” rolls since the timers don’t match. When it does roll, it will give full roll duration since it’s directly after MFD.

I use kick as a “timer” for ghostly strike which seems to work okay.

I also recommend “Hear Kitty” addon so you know when you hit max combo points without having to watch it.

I have gnomesequencer set for priority list (1, 12, 123, 1234)

Sequences['test'] = {
author="Claribel@Cenarius",
specID=260,
version=219,
source = "Local",
helpTxt = "Talents: 1213232",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cancelaura Blade Flurry
/cast [nocombat,nostealth] Stealth
/cast [stealth] Ambush
/cast [combat] Adrenaline Rush
/castsequence [combat] Marked for Death, Roll the Bones
]],
"/castsequence [combat] Curse of the Dreadblades",
"/castsequence [combat] Kick, Ghostly Strike",
"/castsequence [mod:alt] !Run Through",
"/castsequence [combat] Pistol Shot, Saber Slash, Saber Slash",
"/castsequence [combat] Pistol Shot, Saber Slash",
PostMacro=[[
/cast [@focus] Tricks of the Trade
]],
}