Would be nice for sure. Chronicon works just as you described, I suggest it every now and then:
This is super simpled in GDAutoacater and its basic feature.
I recommend it in my Beginner EoR guide:
- Blitz, Vire and Movement on 1 button
- Judments and War Cry on another
You could even add evade into the mix:
7 - Vire’s Might
8 - Movement skill
9 - Evade
they will be cast according to this priority
config is as follows
- basicallly spams 7,8,9 together every 200ms while you hold Space)
- if wou’d like to mash it yourself (but why though)
- it’s as if you’d be mashing these buttons with 3 fingers every 200ms
[autocast by hold]
cast1=Space:7,8,9
delay1=200
or in Combo press if you’d more interesting in single presses? but this one above should work too
Everything involving pressing buttons (but not reading game memory) that can be imagined can be done in my program but it is indeed complicated so I usually write configs for new users which do what they want. And then help them learn and understand it. I bet 99% of them would say that it’s worth to invest time into it.
What I can do for you:
- cast multiple debuffs after 1 button press, for example
CoF, 150 ms delay , Wop ← after a single button press
[combo presses]
combo2=q:1,2
delay2=150
- pressing button X alternates between 2 other buttons so that you could have
CoF, WoP, CoF, WoP … if you press X, X, X, X…
[edit] actually I’m not 100% sure if I have something like this but I could add it on request. I made it so that it’s easy expandable. I definitely have alternating in automatic toggle casts
for skills like these I have the following features
-
automatically maintains them (recasts automatically after some time) [but doesn’t reads cooldowns from memory so it could desynchronize if you for example go to Devotion window, Game Menu or sth like that])
- but that’s not a big problem because you can synchronize them again, after a loading screen, with a single button press if needed
-
the maintaining time interval can be set to be as long as possible so that you have higher chance to have it off cooldown when you need it
-
if you press i.e. BoD manually if will reset the automatic timer above
-
since I don’t read game’s memory, I cannot know which is off cooldown though but binding them two one button, either alternating or together like with WoP and CoF example before can (could) be done
I worked on automating ABB a lot too but it can only work on RMB (if you have default attack on RMB) because my program doesn’t know if you’re moving or attacking if you hold LMB so unfortunately it cannot work well on that button. But on RMB it can be done to be cast only every 8 seconds
I recommend GDAutocaster to you too if you’d like to play these classes. Automatically maintained PB and WoR. I did automatic centerally cast Seal before FoI channeling in the past. Or all debuffs combo together in one buttons press etc. etc.
What’s shown below is just after pressing and holding RMB: