D2NT Etal- Failed to join ! HELP !

12/08/2011 02:15 nicman123#1
here we go, when I launch my D2NT Etal bot , I run from 4-6 games and BAM ! failed to join, then I need to wait 250 seconds, after that BAM !
ANOTHER FAILED TO JOIN !?!? , another, another, another...
I hate that, I tried D2NT 3.3, ... cant make game.., thats not my comp ! cause I run another bot and theres no problem !

Someone have a script or something to solve that shits. ?
I got rev 1009, the newest version so...
Someone have a script or something to solve that shits. ?
Someone have a script or something to solve that shits. ?
Someone have a script or something to solve that shits. ?
12/08/2011 10:29 cx23#2
you host that game as a leader? post configs in code box and entrypoint also
12/09/2011 04:03 nicman123#3
I use NTBot.ntj
I used NTBotOrig.ntj but I always need to click on the ETAL Manager window to create game...

There is my script : (NTBot.ntj)

Include('NTOog.ntj');
// Simplest class based oog example.
oog = new NTOogManager();
gm = oog.gm;

function NTMain() {
Delay(5000);
var _location;
while (1) {
Delay(1000);
_location = controlData.getLocation();
if (_location) gm.SetStatus(_location.name);
oog.HandleMyLocation();
}
}

... Lol:confused: