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

Anyone updated for new client yet? #78

Closed ReversalGM closed 5 years ago

ReversalGM commented 5 years ago

Anyone fixed the script and want to release it?

edit: nvm looks like echocontrol fixed it. had to change up the expedition only mode slightly though.

CearDeedum commented 5 years ago

Did you run into a problem with running 0-2, I can't seem to get the scroll function working again after the patch.

EchoControl commented 5 years ago

@CearDeedum What nox version are you on? I have somewhat same issue when it wouldn't scroll for full screen or would ignore input. Also, be sure to run it while EN layout is on.

EchoControl commented 5 years ago

@EliteProofer Hasn't checked the expedition only mode. Can you share it?

CearDeedum commented 5 years ago

I am currently running the 6.1.0.0 client, but even with the 6.0.8.0 client I still had the same problem, I think with the 6.1.0.0 client, I have been facing more client crashes/google play stop working errors

EchoControl commented 5 years ago

For me it's started crashing after Nvidia drivers update, but changing nox version helped then. Google play stops happen occasionally. I can only suggest updating gpu drivers and to fiddle with different nox versions and settings

ReversalGM commented 5 years ago

@EchoControl its a crude solution. the script seems to detect what pops up depending on pixel color? anyways i just replaced

Else {
GuiControl,, NB, Initial Event notice Found ClickS(Dailypopx,Dailypopy) loopcount++ }

with

Else {
GuiControl,, NB, Initial Event notice Found RFindClick("ExpeditionArrive", "rNoxPlayer mc o50 w30000,50") RFindClick("ExpeditionConfirm", "rNoxPlayer mc o50 w30000,50") loopcount++ }

doesn't catch daily logins. will have to look into that another time, hopefully replacing all the pixel codes.

EchoControl commented 5 years ago

@EliteProofer Hm, it also needs autobattle then. I'll add it today Thanks!

EchoControl commented 5 years ago

@EliteProofer I've added your solution, just in case.