-
-
Notifications
You must be signed in to change notification settings - Fork 23
Config: ScheduledStop section
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.
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
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
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)
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
Whether the Expedition-based Scheduled Stop should stop just the Expedition module or the entire kcauto script.
Valid values:
module
orscript
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
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)
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
Whether the Combat-based Scheduled Stop should stop just the Combat module or the entire kcauto script.
Valid values:
module
orscript
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
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)
kcauto Wiki
Developer's Corner