Multible Bots on one system Input focusing not working sometimes

Hi so sometimes when I use Input Focusing it switches to quickly to the other client which results in an endless loop for example when the bot tries to read the module details when it hovers over it, and instantly switches back to other client which results in the bot not having enough time to read the tooltip. any tips appreciated. Mining bot works when I manually time the bots but combat anomaly wont work anyhow

1 Like

Thank you for sharing your observations!
Looking at the current implementation for reading the module tooltips, I see that this reading is spread over multiple cycles: It waits for two consecutive readings of the same module before storing that tooltip in memory.
One solution for this cycle would be to pause the other bots longer, to cover multiple cycles of the bot that reads the module tooltip. At the moment, I am not quite sure how to implement this. It may require a change in the BotLab client to expand the agent API.

Thanks for the answer. thats what i do sometimes the other bot on pause for short time and then it works after continuing

1 Like