Need help with glad macro.

Sequences['GWSTT'] = { 
PreMacro = [[
/cast [combat] Berserker Rage
/cast [combat] Blood Fury
/cast [combat] Bloodbath
/cast [combat] Demoralizing Shout
/castsequence reset=10 Shield Charge,heroic strike
/cast heroic strike
]],
	'/cast Shield Slam',	
	'/cast Revenge',
	'/cast Devastate',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

So this is a great macro just needed help firing off shield slam on cd more. I see on sword and board it sits for a half a sec sometimes missing 2 slams in a shield charge.

Sequences['GWSTT'] = { 
PreMacro = [[
/console Sound_EnableSFX 0
/cast [combat] Berserker Rage
/cast [combat] Blood Fury
/cast [combat] Bloodbath
/cast [combat] Demoralizing Shout
/castsequence reset=10 Shield Charge,heroic strike
/cast heroic strike
]],
	'/cast Shield Slam',	
	'/cast Revenge',
	'/cast Shield Slam',
	'/cast Shield Slam',
	'/cast Shield Slam',
	'/cast Shield Slam',
	'/cast Devastate',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
]],
}

Changing it to this seems to do the job lol! I got tired of messing with it so i put it 4 times. If anyone can tweak it for their needs or dps boost please post here

My talents are 2,1,3(use w/e)3,2,3 To use this macro to its full potential use Unyielding Strikes and don’t use Execute! It sucks for glad warriors

Seems like a dumb way to fix it not sure if it helps if anyone has anything better they tweaked pls msg me

So wanted to start off by saying ty for the macro my ilvl was 638 when I went into highmaul on brack pulled 30k burst with staying steady around 19.5-21k awesome job :slight_smile: will look for more updates

New to these type of macros, so excuse my ignorance…Is this Gnome sequencer macro?

Yes sir

Try this code with autohotkey

$1::
SetKeyDelay 55,70
#HotkeyInterval 9000
  While GetKeyState("1","P")
    Send, {1}
	Sleep  -1
Return