dice4321 / Gunkolle

This script was originally meant to execute kancolle expeditions but was repurpose for girls frontline (by Ryuuhou https://github.com/Ryuuhou/AHKanColle)
Other
16 stars 14 forks source link

Random wait values not doing anything #51

Closed enjokousai closed 5 years ago

enjokousai commented 5 years ago

untitled

Occasionally, the script would hang at this point because it would click on the heliport too quickly after starting the map making it unable to find HeliPortResuply2. I have tried changing the min and max random wait values to compensate but as far as I can tell, the clicks are always the same speed regardless of what it is set to.

dice4321 commented 5 years ago

I cant really seem to recreate the problem with clicking the HeliPortResupply2 even with zero sleep in-between the two. I even tried sopmod and it still clicked through, but I did manage to fix the min and max sleep, give that a try.

enjokousai commented 5 years ago

With the random wait speeds working everything is working fine again.