stevenl4 0 Posted January 17, 2017 how do I handle "MAXIMUM LOGINS EXCEEDED" error in the login screen when I run multiple bots my bots try to world hop on to a world that's occupied by another bot running from the same IP. I could set an array of worlds for each bot to occupy, but I was wondering if there was a smarter way to handle this.
Neffarion 486 Posted January 17, 2017 how do I handle "MAXIMUM LOGINS EXCEEDED" error in the login screen when I run multiple bots my bots try to world hop on to a world that's occupied by another bot running from the same IP. I could set an array of worlds for each bot to occupy, but I was wondering if there was a smarter way to handle this. did you try using Fresh Start on client settings?
Dev 0 Posted January 20, 2017 You could write your own login handler to hop worlds when this message shows up, or you could connect all your bots to a server via websockets and track every bot's current world.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.