When using D2NT, is there a way to set a 20 game limit and then wait in the lobby for 10 minutes or more until starting another 20 game cycle?
When using D2NT, is there a way to set a 20 game limit and then wait in the lobby for 10 minutes or more until starting another 20 game cycle?
I don't know of a way to do what you're looking to do. Are you trying to avoid getting an IP ban from the realm? If so, I've found a way to get around this problem by modifying my NTBot.ntj file.
Look for the following section:
Now you can go ahead and add a 15 second delay by doing the following:else
{
if(_ingame)
{
_ingame = false;
sendEventToOOG(D2NT_MGR_READY, "", 0);
}
locationAction(controlData.getLocation());
Delay(500);
}
This will make your game start up time a little slower and prevent bans. It's not an elegant solution, however, it's configurable and effective. Feel free to tweak it as you like.Delay(15000)
if(_ingame)
thanks for the help...that helps a little but what i am really looking to do is quickly run X number of games and then go into "sleep" mode. it doesnt seem possible but i thought i'd ask around...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks