I would like to confirm with the community if my boss's time is correct.
I want his spawn to be every 7 days. RANDOM 30MIN BETWEEN 09:10PM - 09:40PM
The time there is in 24h format 21=9PM
#------------------------------------------ Valakas -----------------------------------------
# Sleep time of Valakas in minutes
ValakasSleepTime = 15
# Interval of Respawn Valakas in hours - 264 = 11 days. Simple 11 * 24 = 264
ValakasRespawnTimeInterval = 168
# Random respawn adder Valakas in minutes (60 = 1h)
ValakasRandomSpawnAddTime = 30
# Time through which Valakas get out of the den after getting into a zone of at least one party. Time in minutes
ValakasSpawnIntervalInZone = 10
# Remove Died players from Valakas after 1 min - not recommended more than 5 min (time in minutes)
ValakasClearZoneifAllDie = 1
# The total time limit for Valakas farm
# Time to specify in minutes - for example, ValakasMaxTime = 120 it's 2h.
ValakasMaxTime = 120
############################# CRON Valakas SPAWN ###################################
# [EN]
# Fixed cron tab respawn time.
# Simple 1:
# Every Day in 16:30: ValakasRespawnTimePattern = 30 16 * * *
# Simple 2:
# Every Thursday and Saturday at 16:30: ValakasRespawnTimePattern = 30 16 * * 4,6
# if this config is not empty, ValakasRespawnTimeInterval automatically deactivate
ValakasRespawnTimePattern = ~30:10 21 +7:* * *
# Valakas Announce the entrance, waking up and falling asleep
ValakasAnnouncePreparing = True
I want his spawn to be every 7 days. RANDOM 30MIN BETWEEN 09:10PM - 09:40PM
The time there is in 24h format 21=9PM
#------------------------------------------ Valakas -----------------------------------------
# Sleep time of Valakas in minutes
ValakasSleepTime = 15
# Interval of Respawn Valakas in hours - 264 = 11 days. Simple 11 * 24 = 264
ValakasRespawnTimeInterval = 168
# Random respawn adder Valakas in minutes (60 = 1h)
ValakasRandomSpawnAddTime = 30
# Time through which Valakas get out of the den after getting into a zone of at least one party. Time in minutes
ValakasSpawnIntervalInZone = 10
# Remove Died players from Valakas after 1 min - not recommended more than 5 min (time in minutes)
ValakasClearZoneifAllDie = 1
# The total time limit for Valakas farm
# Time to specify in minutes - for example, ValakasMaxTime = 120 it's 2h.
ValakasMaxTime = 120
############################# CRON Valakas SPAWN ###################################
# [EN]
# Fixed cron tab respawn time.
# Simple 1:
# Every Day in 16:30: ValakasRespawnTimePattern = 30 16 * * *
# Simple 2:
# Every Thursday and Saturday at 16:30: ValakasRespawnTimePattern = 30 16 * * 4,6
# if this config is not empty, ValakasRespawnTimeInterval automatically deactivate
ValakasRespawnTimePattern = ~30:10 21 +7:* * *
# Valakas Announce the entrance, waking up and falling asleep
ValakasAnnouncePreparing = True