Each bot is its own client and interacts independently with the server. Most bot cores have the functionality to run multiple bots at a time in separate threads, each with their own connection to the server.
dhall - Thu Jan 05, 2006 8:58 pm
Post subject:
so is there a difference between a 'bot' and a 'bot core' - other then the fact that a bot core is capable of running several bots, each in their own thread?
Also, from what I've seen, most bots run as a sysop users. I thought I had read, or heard, somewhere that there was a cap on the number of sysop users a given zome could support, although looking at it now, that doesn't seem to be the case. Is there a limit on the number of sysop users a zone can support (thus limiting the number of bots a zone could support)? Are there any other limitations on the number of bots a zone can handle?
Solid_Fire - Thu Jan 05, 2006 10:17 pm
Post subject:
You can have as many sysops in a zone as you want, and there is a specific amount of bots allowed per arena/zone.
D1st0rt - Fri Jan 06, 2006 3:54 pm
Post subject:
The specific amount of bots allowed per arena/zone is the same as the amount of players allowed minus the number of players in the arena/zone. For a zone, this would be how many player id's the server can assign, which I believe is like 32,767 (they are signed right? because you can get id of -1 in a packet?) For an arena, if the bot isn't on a staff account it has to obey the max arena population. Otherwise, any bot that is in the zone can be in that arena.
Feel free to correct anything I've overlooked.