mrmin123 / kancolle-auto

Kantai Collection (Kancolle) bot/automation tool - DEPERECATED - see kcauto-kai:
https://github.com/mrmin123/kcauto-kai
54 stars 22 forks source link

Keeps checking quest after every sortie #342

Closed dice4321 closed 7 years ago

dice4321 commented 7 years ago

Environment details

Config: http://pastebin.com/A0P8FJfn

Issue

The program keeps checking after every sortie, switching subs, even tho its set to 5 also I put 20 into KAGA and its not changing the config file @waicool20

Sick GUI PogChamp

mdf2r1m

another instance (after 1 sortie)

waicool20 commented 7 years ago

@diceman112 Thanks, you may want to press Enter whenever manually entering a number into a spinner element, since the GUI doesn't necessarily register the number immediately without the confirmation. Or you can just give the arrow buttons a few click and it should work.

As for your other problem, might be a one time bug (restart several more times maybe?) since my quests are doing just fine.

dice4321 commented 7 years ago

oh you were right with the restart, what an odd occurrence. thank yee

dice4321 commented 7 years ago

Its still happening, if you look thought the logs, it said 5 sorties, go to 4 sorties, and resets back to 5, even tho I set check quest to 20

ctrl+F Next quest check http://pastebin.com/AEs5GL4m

Could it be, because I disabled pvp the check is always at zero?

waicool20 commented 7 years ago

Ok the reason why it's always checking quests is because it's always having to recover itself:

[log]  TYPE "#ESC."
[2017-03-18 22:04:46] Basic recovery successful! Re-initializing kancolle-auto!

When I run into this issue I usually just increase my Sleep Cycle/Modifier bit by bit till it goes away

dice4321 commented 7 years ago

shieeeet, thank you