11-04-2004, 08:24 PM
go to starter look for... var CreateGameTimeout = 30000; // wait 30 seconds before attempting to create a new game
var GameCreateDelay = 15000; // wait 10 seconds between game creates
var LoginWaitTimeout = 10000; // wait 10 seconds for login to finish (connect->password dialog)
make sure you are adjusting the line var gamecreatedelay... and not the creategametimeout or login that should be your first step
edit--- as you can see i changed my wait time to 15 secs instead of the defualt 10(i can bot for days straight without getting r/d)
var GameCreateDelay = 15000; // wait 10 seconds between game creates
var LoginWaitTimeout = 10000; // wait 10 seconds for login to finish (connect->password dialog)
make sure you are adjusting the line var gamecreatedelay... and not the creategametimeout or login that should be your first step
edit--- as you can see i changed my wait time to 15 secs instead of the defualt 10(i can bot for days straight without getting r/d)