First I would like to just use the newer version of the program from the link in the OP
because your config format is very old, from an ancient version and I made a ton of improvement since then.
It doesnāt make sense for us to work on such an old version, it would only make fixing stuff harder and confusing.
Please delete your current GDAutocaster.exe because then we are sure itās not running in the background.
Using the new version will require you to change your config format but Iāll do that for you:
(itās far more intuitive now)
So, after updating to the last version and playing for a while, my results: still had the same issue, but it seemed to happen waaay less often (like 5-10 times per hour before to maybe 10 times in a week playing now, a huge difference).
Iām honestly not sure if it was due to a difference between the versions of GDAutocaster or me getting used to not spamming so many buttons when using Inquisitorās Seal, or maybe even both things.
In any case, Iām just posting it here because I figured it could be worth mentioning. It wasnāt much of an issue, and Iām not going to play that character anymore (rest in peace DanutHC03, your efforts pushing through the Shattered Realms will be remembered).
It might also just be something odd on my end, since I had some cases of AHK commands getting stuck in a weird way in another game before.
Ok, let me know if youād like me to look into this issue in the future when you play some other character like that. Downloading the new version of GDAutocaster was just to check if it luckily fixes the issue, I wasnāt assuming it would and was prepared to make some corrections in the code / propose some different configs for you if needed.
Here are some simple configs
(can be further adjusted if needed):
Sample Config 1
Letās say youād like to cast these skills while attacking with RMB (while this button is held)
(for example Melee Primal Strike):
6, 7 are buttons for Devils and Totems respectively
assumption here is that youād like to have these skill cast as soon as possible
[autocast by hold]
cast1=RButton:6,7
delay1=200
Suspend_key can be useful to turn this thing off temporarily while doing something in stash / inventory / blacksmith:
[general]
suspend_key=Tab
[autocast by hold]
cast1=RButton:6,7
delay1=200
Another solution for this is adding initial_delay to spamming button on RMB hold
so that single RMB clicks, for example to move items to stash, donāt trigger it
(initial_delay needed depends on how user clicks his mouse, I chose 200ms):
[autocast by hold]
cast1=RButton:6,7
delay1=200
initial_delay1=200
Sample Config 2
in this example weād like to have Wind Devils ready in maximum number even before the fight
we use Autocast by Toggle feature which makes Wind Devils be cast without user interaction, for example:
[autocast by toggle]
autocast_on_launch=true
cast1=6:6
delay1=1000
(pressing 6 starts toggles on/off automatic pressing of button 6 every 1000ms)
Wendigo we leave as in the previous example:
[general]
suspend_key=Tab
[autocast by toggle]
autocast_on_launch=true
cast1=6:6
delay1=1000
[autocast by hold]
cast1=RButton:7
delay1=200
Afterword
if you prefer not to cast Wendigo as often, it can be fine tuned
for example during a single RMB press and hold only cast Wendigo Totem every 14 seconds [which is itās duration
or only attempt to cast Wendigo Totem once per RMB press + hold
If you have Wind Devils in [autocast by hold] or [combo presses] then there are 2 solutions described here
Solution 1
Suspend_key (here itās Tab for example) can be useful to turn this thing off temporarily while doing something in stash / inventory / blacksmith:
(turns off all features but not [autocasting by toggle] in progress, it only turns on/off buttons that turn this feature on/off)
[general]
suspend_key=Tab
[autocast by hold]
cast1=RButton:6,7
delay1=200
Solution 2
Another solution for this is adding initial_delay to spamming button on RMB hold
so that single RMB clicks, for example to move items to stash, donāt trigger it
(initial_delay needed depends on how user clicks his mouse, I chose 200ms):
[autocast by hold]
cast1=RButton:6,7
delay1=200
initial_delay1=200
If you have Wind Devils in [autocast by toggle]
then you need to turn it off with your predefined button
Hello! I was trying you mod some more since I got back into the game and for some reason its not autocasting everything I tell it to, since I didnāt have many buttons at the time I was just going to ignore it but now I have way too many for that to be feasible, I just want to hit RMB and have the mod hit all the buttons I need,(right now its 5 buttons I want it to hit, probably be more later) is that something I can do if so what am I doing wrong