where can i add the join delay for leech bots? cuz i get always jb/full bug after 2 chars trying to join a game at the same time :(
i red it twice but cnt find it Oo
Code:
// D2BotChannel starter can join friend-list announcements as well as channel bot announcements
var gameMaxLength = 900; // seconds
var gameMinLength = 50000; // time in milliseconds, minimum game length, 180 seconds default (1 game/3 minutes)
var unableToConnectRetry = 5; // time in minutes to retry connecting on connection fail (real value is +/- 1 min)
var realmDownRetry = 3; // time in minutes to retry connecting on a realm down (default is 300 minutes)
var disconnectedRetry = 5; // time in minutes to retry on a disconnection (usually ip ban related)
var cdkeyInUseRetry = 2; // time in minutes to retry on a cdkey in use error message (set to 0 to stop)
var connectingToBnetTimeout = 20000; // time in milliseconds to wait for a login to time out and click cancel and retry
var characterScreenTimeout = 10000; // time in milliseconds to wait for character screen to appear
var pleaseWaitTimeout = 10000; // time in milliseconds to wait for a please wait popup
var createGameThreshold = 5000; // time in milliseconds to wait between making games
var createGameThresholdRandom = 0; // time in milliseconds to randomly add +/- to the game create time
var createGameTimeout = 5000; // time in milliseconds to register a failed to create game
var waitInLineTimeout = 60000; // time in milliseconds to wait in lines for a create game (60 second default)
var clickdelay = 500; // wait X milliseconds before next action after a click event
var textdelay = 500; // wait X milliseconds before next action after inserting text into a textbox
var clickdelayRandom = 500; // random amount of time to add to a click
var textdelayRandom = 500; // random amount of time to add to a text set
var gameDoesNotExistdelayMin = 3000; // how long to wait when a Game Does Not Exist occurs - minimum - default 10 minutes
var gameDoesNotExistdelayMax = 3000; // how long to wait when a Game Does Not Exist occurs - maximum - default 15 minutes
var gameDoesNotExistTimeout = 0; // how long to wait for the dialog to disappear (default 30 seconds, don't change this)
var waitInChatBeforeActionsMin = 1000; // min how long to wait before joining channel
var waitInChatBeforeActionsMax = 2000; // max how long to wait before joining channel
var switchKeys = false;
var switchKeyDelay = 0; // time in seconds to delay before switching keys
var joinChannel = "op dave";
var games = ["baalss-"];
var passwords = ["x"];
var joinDelay = 5000;
var friendListQuery = 500; // time in seconds between each "/f l" query. 0 = don't use "/f l"
// DONT EDIT ANYTHING BELOW THIS
e/ kolton if you upgrade the bot could you post it here? like " updated" and also a .txt where is write what updated would be awesome :)