Results 1 to 11 of 11

Hybrid View

  1. #1

    Default I can'r run D2NT

    Here is the bug - when I started it only restarts cant run d2.exe ...

    ImageShack® - Online Photo and Video Hosting

  2. #2
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    We're going to need some more examples of the behaivor and what you have already done to try to trouble shoot the problem. I'm assuming you can run Diablo 2 on your computer just fine, no? So just make sure you have set up your profile correctly- i.e. setup your char config file as well as point d2nt to the location of your game.exe file, as well as put in your account information/character location/realm info.

    Check out the tutorial below and if your still having problems, reply with a more detailed desctiption of the problem you are having and I'll do what I can to help.

    D2NT Setup Tutorial

  3. #3

    Default

    Well , I find the problem - Run as administrator is the true :)
    Now there is another question :
    1.When the bot create a game (act 3 run) my sorc go to the boss and bot quits (Game is terminated by chicken) ?
    How can I fix it to finish the run ?
    2.Before creating game the bot is waiting for 2 minutes - it's too long I want to make it 5-10 seconds ?! What to do ?

    Thanks

  4. #4
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    Answer to your first question:
    Well, there a few different chicken settings depending on what version of D2NT you are running. Below you will see code that is in your character config file. The lines that have Chicken in them are what is triggering you to "chicken" and leave the game. They are there to keep you from dying, so you may not want to change them too much from their default settings. Rather, you may consider botting at an easier boss until you are strong enough to handle mephisto in what ever difficulty you are in. Or you could try tweaking some other things about the way your bot behaves (like maybe have an extra row of health pots, or an extra row of rejuv pots in your belt). It's hard to say why you're chickening, and what can be done to fix it without seeing your bot run.

    Code:
    	//------------------------------------------------------------------------------
    	//Chicken settings
    	//------------------------------------------------------------------------------
    	NTConfig_SkipHealLife = 90;		// If you have more than this percent of life, you won't go to a healer
    	NTConfig_SkipHealMana = 70;		// If you have more than this percent of mana, you won't go to a healer
    
    	NTConfig_LifeThresh = 85;		// Drink a normal potion if under this percent of life.
    	NTConfig_LifeRejuvThresh = 45;	// Drink a rejuvenation potion if under this percent of life.
    	NTConfig_ManaThresh = 30;		// Drink a normal potion if under this percent of mana.
    	NTConfig_ManaRejuvThresh = 0;	// Drink a rejuvenation potion if under this percent of mana.
    	NTConfig_LifeChicken = 20;		// This is your chicken life percent. If you go below this life total, exit game.
    	NTConfig_ManaChicken = 0;		// This is your chicken mana percent. If you go below this mana total, exit game.
    
    	NTConfig_TPChicken = 60;		// life percent for tp chicken set to zero if you don't want to use
    
    	NTConfig_MercLifeThresh = 50;	// This is the threshold to use a life potion on your merc in percent.
    	NTConfig_MercRejuvThresh = 30;	// This is the threshold to use a rejuv potion on your merc in percent.
    	NTConfig_MercChicken = 0;		// This is your mercs chicken life percent. If he goes below this, exit game.
    Answer to your second question:
    There is a delay in your NTBot.ntj file that handles the minimum length of a game. If your game doesn't last that long (default is 3 min i believe), then the bot will sit idle in the lobby until that time is reached. My recommendation is to leave that timer where it is and instead, make your game time longer by killing more bosses in each game. Instead of just running mephisto, run andarial and duriel as well.


    Hope that helps, good luck.

  5. #5

    Default

    actually oram, you have it backwords.

    The timer is how long the bot will stay in the game for killing bosses.

    The lobby timer i think is automatic. I tried looking for it but i didn't have enough time.

  6. #6
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    I'm pretty sure there is a minimum game creation time, and it is set at 3 minutes by default. In any case, he shouldn't mess with it because it could lead to a temp ban.

  7. #7

  8. #8

    Default

    Okay , when I make an open baal run , my sorc didn't open a tp for the other players and dind'd say : TP CLEAR , LET'S KILL BAAL ? Where canI change it

  9. #9

    Default

    Did you put public mode on ???

    NTConfig_PublicMode = true;

  10. #10
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    Yeah, make sure you have public mode on, and if you want to change what the bot says, you will need to go into the NTBaal.ntl file and just do a search for "say". That will find all the things the bot says throughout the run and you can change it however you like. Just be aware of the situation for each thing the bot says.

  11. #11

    Default

    Thank you all !!! I have 2 soj for 1 night :) :) :) Thanks for your help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with d2nt.
    By Revenance in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 02-05-2011, 01:33 AM
  2. D2NT 3.0 for 1.13
    By Finnski1 in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 07-22-2010, 05:45 PM
  3. Bot: D2NT 3.1 Help please?
    By Polydectes in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 06-20-2010, 06:38 PM
  4. Bot: D2NT NO ES help
    By sorlix in forum Hacks Bots and Editors
    Replies: 3
    Last Post: 10-30-2009, 08:39 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
  •