Here is the bug - when I started it only restarts cant run d2.exe ...
ImageShack® - Online Photo and Video Hosting
Here is the bug - when I started it only restarts cant run d2.exe ...
ImageShack® - Online Photo and Video Hosting
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
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
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.
Answer to your second question: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.
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.
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.
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.
true, true.
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
Did you put public mode on ???
NTConfig_PublicMode = true;
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.
Thank you all !!! I have 2 soj for 1 night :) :) :) Thanks for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks