New Combat Rogue Macro

Hi

I hawe made Some Combat Rogues macro, using (The Original) Beef Wellington Assassination Rogue macros as a guideline, and i think the works ok…

Talents are: 3, 2, 1, 3, 1, 2

I hawnt thought of what glyphs i want to use

My toon is lvl 91

Macros:

Sequences['RCST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/cancelaura Blade Flurry
/startattack
/cast [nostealth,nocombat] Stealth
]],
	'/castsequence [nochanneling]reset=combat Marked For Death,Ambush',
	'/castsequence [nochanneling] reset=combat Kidney Shot,Sinister Strike,Kidney Shot,Sinister Strike,Revealing Strike,Sinister Strike',
	'/cast [nochanneling] Killing Spree',
        '/cast [nochanneling] Garrote',
	'/cast [nochanneling] Sinister Strike',
	'/cast [nochanneling] Eviscerate',
	'/cast [nochanneling] Slice and Dice',
	'/cast [nochanneling] Recuperate',
	'/cast [nochanneling] Sinister Strike',
	'/castsequence [nochanneling] reset=60 Vanish,Cheap Shot,,Preparation', 
PostMacro = [[
/startattack
/cast Adrenaline Rush
/use [combat] 13
/use [combat] 14
]],
}

Sequences['RCAoE'] = {
	StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/cast [nomod] !Blade Flurry
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth',
    ]],
	'/castsequence [nochanneling] reset=combat Marked For Death,Cheap Shot,Ambush',
	'/cast [nochanneling] Killing Spree',
	'/cast [nochanneling] Sinister Strike',
	'/cast [nochanneling] Crimson Tempest',
	'/cast [nochanneling] Sinister Strike',
	'/cast [nochanneling] Sinister Strike',
	'/cast [nochanneling] Recuperate',
	'/cast [nochanneling] Sinister Strike',
	'/cast [nochanneling] Slice and Dice',
	'/castsequence [nochanneling] Smoke Bomb,Sinister Strike,Eviscerate',
PostMacro = [[	
/use Evasion
    ]],
}

Sequences['RCOshiT'] = {
	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 [nostealth,nocombat]Stealth',
    ]],
	'/castsequence [@target][nochanneling] reset=combat Blind,Cloak of Shadows,Vanish',
	'/cast [nochanneling] Burst of Speed',
	'/cast [nochanneling] Burst of Speed',
	'/cast [nochanneling] Recuperate',
	'/cast [nochanneling] Recuperate',
	'/cast [nochanneling] Sprint',
	'/cast [nochanneling] Shroud of Concealment',
PostMacro = [[	
    ]],
}

Again the macros are a copy of (The Original) Beef Wellington assassination macros, so i want thx (The Original) Beef Wellington for hes great work, i hawe allways thought he’s macros are some of the best…

now pls tell me if there are some things in the macros that can be improved, and hawe fun playing…

Jimmy