@Heartfist If you reconsider using a program (II missed that you actually don’t want to use a program) here’s a post I wrote
@Heartfist Yeah, in GDAutocaster it can be as simple as
[autocast by toggle]
cast1=4:4
delay1=1000
(after pressing 4, the 4 button is then pressed automaticaly every second.
Can be make to start automatically with the game:
[autocast by toggle]
autocast_on_launch=true
cast1=4:4
delay1=1000
You can add more skills (4,5,6) and turn autocasting on/off with Tab:
[autocast by toggle]
autocast_on_launch=true
cast1=Tab:4,5,6
delay1=1000
Now Overguard might have cooldown longer than duration in which case you might want to have more control over it so that it’s not cast before the fight but only after you start the fight in which case you might want to spam it with your main attack button, for example Right Mouse Button. In this case you need to use a differrent feature of the program - Autocast by Hold:
[autocast by hold]
cast1=RButton:4
delay1=500