PDA

View Full Version : Problems with Managing Bots.



rifler011
4-10-2012, 10:46
Hello. I need help concerning managing the bots in Quarkclan's server.

Everytime a Bot is put to spec another immediately comes and replace the bot that was moved.
Any idea how to fix it, any Settings in server which needs to be altered?

Help me please.
thanks in advance

JoNny
4-10-2012, 15:53
i guess it sounds like jaymod you are using, but i think you need to change in the bot cfg file the bot balance teams to 0, so that they allow uneven teams (4:5 eg. if u got 10bots and 1 putted to spec)

daredevil
4-10-2012, 21:08
Try to put countspectators to 0 in omni bot config. That should resolve the issue.

Jemstar
8-10-2012, 10:07
We had that issue on our server, what helped us was to add this cmd:


[command]
command = kickbots
exec = bot minbots -1; bot maxbots -1; bot kickall
desc = Cleans server from bots.
levels = 4 5 6 7 8 9 10 11

This clears the minbot and maxbot count you have in your .cfg. Then you can use !addbot command:

[command]
command = addbot
exec = bot addbot [1] [2] [3]
desc = Adds bot to game. Syntax: !addbot <team> <class> <name>. Don't use whitespaces in <name>.
levels = 4 5 6 7 8 9 10 11

If you dont like a bot you can !put it to spec and as the min and maxbot is set to neutral another will not join in its place until you !addbot 2 3 (allies engy).

Its more about understanding how the bots think!!

Hope this helps,
Jem.