anyone know where to increase the wait time for the profile that is waiting for auto mule game
because the wait line is so long my chars never make it into mule game, they always start making ng’s before the mule game is ever created
to clarify, i have set the wait line wait time in d2botmule to wait long enough in line to create the game. the char that needs to unload items will not wait long enough for the game to be created.
EDIT:
i think it may be one of these in the automule.js starting at line 229
// Untested change 11.Feb.14.
for (i = 0; i < 8; i += 1) {
delay(1000);
if (me.ingame && me.gameReady) {
break MainLoop;
}
}
break;
default:
failCount += 1;
break;
}
if (failCount >= 260) {
D2Bot.printToConsole("No response from mule profile.", 9);
break;