Survival - GS

Have this set on a .05 delay in Razer Synapse. Works great, maybe too well, as I find myself focus starved at times. Mad props to Ka Dauchi, found the StepFunction in another post for ret paladins and decided to test it out with this.

Sequences['Surv1'] = {
--StepFunction created by Ka Dauchi--
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
'/cast !Black Arrow',
'/cast !Explosive Shot',
'/cast Glaive Toss',
'/cast Arcane Shot',
'/cast Cobra Shot',
PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[quote quote=19545]Have this set on a .05 delay in Razer Synapse. Works great, maybe too well, as I find myself focus starved at times. Mad props to Ka Dauchi, found the StepFunction in another post for ret paladins and decided to test it out with this.

Sequences['Surv1'] = {
--StepFunction created by Ka Dauchi--
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
'/cast !Black Arrow',
'/cast !Explosive Shot',
'/cast Glaive Toss',
'/cast Arcane Shot',
'/cast Cobra Shot',
PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[/quote]

Can you tell me how to make my Blackwidow repeat one key over and over?

Adrian, watch below video.