Code: Select all
autoBreakTime all {
startTime 09:00
stopTime 01:00
}
Moderator: Moderators
Code: Select all
autoBreakTime all {
startTime 09:00
stopTime 01:00
}
No you have it backwards, sartTime is when to disconnect, see http://openkore.com/index.php/BreakTimekay wrote:If I want the bot to start at 9am and turn off at 1 am the next day is this the right way or it won't work?Code: Select all
autoBreakTime all { startTime 09:00 stopTime 01:00 }