BotControllerService
This service allows you to interact with the bot directly. It has methods to start and stop the farming and minigame bot and also allows you to load custom settings.
startFarmingBot
Starts the farming bot as if you press the Start button in the bot.
{
"service": "BotControllerService",
"method": "startFarmingBot",
"params": {}
}stopFarmingBot
Stops the farming bot as if you press the Stop button in the bot.
{
"service": "BotControllerService",
"method": "stopFarmingBot",
"params": {}
}continueFarmingBot
Continues the farming bot as if you press the Continue button in the bot.
startMinigameBot
stopMinigameBot
loadSettings
Loads a specific settings file into the bot.
attack
Attacks the specified monster using the skills that you have previously added in the bot. You can use an entity_type and entity_id with value 0 to cast self buffs and non target skills.
Last updated
