Results 1 to 3 of 3
  1. #1

    Default D2NT: Is there a way to set a 20 game limit and then wait in lobby for 10 min?

    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?

  2. #2

    Default

    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:

    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:

    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.

  3. #3

    Default

    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...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help....D2NT bot in game
    By drewtx84 in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 06-16-2010, 01:00 AM
  2. Bot: D2NT Lobby time bug :S
    By CaOne in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 02-19-2010, 02:12 PM
  3. Bot: Lobby Time.
    By CaOne in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 02-12-2010, 05:54 PM
  4. Bot: D2NT can you delay more lobby time?
    By babyruffs in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 10-17-2009, 07:41 AM
  5. D2JPS wait in Lobby 90 sec!
    By Flareious.sc in forum Hacks Bots and Editors
    Replies: 7
    Last Post: 10-19-2004, 04:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •