Change Bot

This feature is still in BETA.

You need to specify your backup bot credentials inside your bot config. Backup Bots

World Change

The bot will try to change account every perWorld amount of world done.

Level Up

The bot will try to change account every perLevel level.

Example

changeBot = {
    worldChange = {
        enabled = true,
        perWorld = 1
    },
    
    levelUp = {
        enabled = false,
        perLevel = 1
    }
}

Last updated