Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT: Is there a way to set a 20 game limit and then wait in lobby for 10 min?
#1
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?
Reply
#2
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:

Quote:else
{
if(_ingame)
{
_ingame = false;
sendEventToOOG(D2NT_MGR_READY, "", 0);
}
locationAction(controlData.getLocation());
Delay(500);
}
Now you can go ahead and add a 15 second delay by doing the following:

Quote:Delay(15000)
if(_ingame)
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.
Reply
#3
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...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  D2 MultiRes crashes when loading game KLan 15 1,148 09-06-2012, 09:06 AM
Last Post: Virgil Popa
  [D2NT Release] Druid Script skidude 20 17,271 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,064 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 171 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 272 07-16-2012, 02:46 PM
Last Post: Mythosis
  Can the bot create game without "-xx" ? Adamz 2 174 07-06-2012, 09:38 PM
Last Post: Adamz
  is there a way to pause the bot in game? htid 10 352 07-04-2012, 04:14 AM
Last Post: comper
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 356 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson

Forum Jump:


Users browsing this thread: 1 Guest(s)