Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Config: ScheduledStop section

Minyoung Choi edited this page Jun 22, 2018 · 2 revisions

The [ScheduledStop] section of the config file configures the ScheduledStop module of kcauto. This module allows the user to specify an automatic stop of kcauto, the combat module, and/or the expedition module based on time or number of iterations. Please note that the different module or script-based stop criteria can be specified in conjunction with each other.

ScriptStopEnabled

Whether or not the ScheduledStop of the kcauto script should be enabled. This will make the entirety of kcauto to stop when the criteria of either ScriptStopCount or ScriptStopTime are met.

Valid values: True to enable global ScheduledStop, False to disable

ScriptStopCount

After how many hours the kcauto should script stop. Leave this field blank to not stop the script based on number of hours run.

Valid values: any integer, in hours

ScriptStopTime

When the kcauto script should stop, specified in HHMM 24-hour format. Leave this value blank to not stop the script based on time.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)

ExpeditionStopEnabled

Whether or not ScheduledStop should be enabled based on the Expedition module. This option can make either the kcauto script or the Expedition module stop when the criteria of either ExpeditionStopCount or ExpeditionStopTime are met.

Valid values: True to enable Expedition-based ScheduledStop, False to disable

ExpeditionStopMode

Whether the Expedition-based Scheduled Stop should stop just the Expedition module or the entire kcauto script.

Valid values: module or script

ExpeditionStopCount

After how many sent expeditions the Expedition-based Scheduled Stop should go into effect. Leave blank to not use number of sent expeditions as a criteria for the Expedition-based Scheduled Stop.

Valid values: any integer

ExpeditionStopTime

At what time the Expedition-based Scheduled Stop should go into effect. Leave blank to not use time as a criteria to execute Expedition-based Scheduled Stop.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)

CombatStopEnabled

Whether or not Scheduled Stop should be enabled based on the Combat module. This option can make either the kcauto script or the Combat module stop when the requirement of either CombatStopCount or CombatStopTime are met.

Valid values: True to enable Combat-based Scheduled Stop, False to disable

CombatStopMode

Whether the Combat-based Scheduled Stop should stop just the Combat module or the entire kcauto script.

Valid values: module or script

CombatStopCount

After how many sent successful combat sorties the Combat-based Scheduled Stop should go into effect. Leave blank to not use number of successful combat sorties as a criteria for the Combat-based Scheduled Stop.

Valid values: any integer

CombatStopTime

At what time the Combat-based Scheduled Stop should go into effect. Leave blank to not use time as a criteria to execute Combat-based Scheduled Stop.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)