1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 19:47:22 +08:00

Add: Game stuck handler

- Add ensure game running when running alas functions
This commit is contained in:
LmeSzinc
2020-08-01 17:53:00 +08:00
parent 63e8f80c37
commit 14c3966874
7 changed files with 104 additions and 33 deletions

View File

@@ -117,8 +117,10 @@ class AzurLaneConfig:
CAMPAIGN_NAME = 'default'
CAMPAIGN_MODE = 'normal'
ENABLE_STOP_CONDITION = True
ENABLE_EXCEPTION = True
ENABLE_GAME_STUCK_HANDLER = True
ENABLE_STOP_CONDITION = True
ENABLE_FAST_FORWARD = True
STOP_IF_OIL_LOWER_THAN = 5000
STOP_IF_COUNT_GREATER_THAN = 0