![]() |
Help Me prevent Realm down... - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Diablo II Discussion (https://www.blizzsector.co/forum-15.html) +--- Thread: Help Me prevent Realm down... (/thread-10696.html) |
Help Me prevent Realm down... - MikeJK - 10-14-2004 im using cracked d2jsp running meph bots... this is 3rd time i got realm down, first time it was short, second timne, like an hour, but its been 4+hours this time and ive yet to reconnect, and im wondering if next time itll be more, so i need some help and suggestions how to prevent realm downs, yet still not have to wait an entire minute between games... my settings for autostart are var unableToConnectRetry = 5; // time in minutes to retry connecting on connection fail (real value is +/- 1 min) var realmDownRetry = 10; // time in minutes to retry connecting on a realm down var disconnectedRetry = 5; // time in minutes to retry on a disconnection (usually ip ban related) var cdkeyInUseRetry = 5; // 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 = 2000; // time in milliseconds to randomly add +/- to the game create time var waitInLineTimeout = 15000; // time in milliseconds to wait in lines for a create game (15 second default) var characterSelectDelay = 1000; // time in milliseconds to wait before selecting a character on the char screen var loginDelay = 1000; // time in milliseconds to wait before submitting login information 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 minimumGameNameChars = 6; // minimum number of characters in a random game name var minimumGamePassChars = 4; // minimum number of characters in a random game password var gameLengthThreshold = 60000 // amount of time each game + wait should take minimum, 2 minutes default var beepOnRealmDown = true; // beep on realm down? var logGameLength = true; // log each games length var logRealmDown = true; // log realm downs var gamesToPauseMin = 10; var gamesToPauseMax = 20; var timeToPauseMin = 5*60*1000; var timeToPauseMax = 10*60*1000; how can i fix it so my realm doesnt go down as much, either tell me what i should edit on my autostart, or give me other suggestions (dont say not to bot, i must, or ill die ![]() Help Me prevent Realm down... - Silver Ice - 10-14-2004 var realmDownRetry = 10; // time in minutes to retry connecting on a realm down this is way too short. r/d's usually last +15 minutes, and every time u try to go onto bnet with a realm down, it doubles. also i think if u can try using random delays u wont get realm downs Help Me prevent Realm down... - MikeJK - 10-14-2004 silver_ice1212 Wrote:var realmDownRetry = 10; // time in minutes to retry connecting on a realm down wow, it seriously DOUBLES it???? Help Me prevent Realm down... - Dynafrom - 10-14-2004 http://www.d2sector.net/forums/showthread.php?t=10432 Help Me prevent Realm down... - MikeJK - 10-14-2004 thanks for link burning Help Me prevent Realm down... - A|fzZz - 10-14-2004 i didnt bothered to look at the r/d thread untlil now...lol its this thread btw http://www.d2sector.net/forums/showthread.php?t=4358 Help Me prevent Realm down... - MikeJK - 10-15-2004 A|fzZz Wrote:i didnt bothered to look at the r/d thread untlil now...lol ??? thats the link for trade rules lol Help Me prevent Realm down... - mexi_can - 10-29-2004 WOW it doubles lol everytime i get r/d i keep trying to sign on lol |