11-25-2004, 07:47 PM
alright ehwin sorry i haven't replied i've been very busy. OK first of all yes the bot does buy tp's, to answer other guys question. ehwin i suggest making
var createGameThreshold = 10000; // time in milliseconds to wait between making games
look like
var createGameThreshold = 20000; // time in milliseconds to wait between making games
also change from
var pleaseWaitTimeout = 30000; // time in milliseconds to wait for a please wait popup
to...
var pleaseWaitTimeout = 60000; // time in milliseconds to wait for a please wait popup
if you're having problems with increasing create times
var createGameThreshold = 10000; // time in milliseconds to wait between making games
look like
var createGameThreshold = 20000; // time in milliseconds to wait between making games
also change from
var pleaseWaitTimeout = 30000; // time in milliseconds to wait for a please wait popup
to...
var pleaseWaitTimeout = 60000; // time in milliseconds to wait for a please wait popup
if you're having problems with increasing create times