Posts: 10
Threads: 5
Joined: Nov 2009
Reputation:
0
Hi.
I got a serious problem with my D2NT bot. (Red> Problem|Green>Accepted)
--> How the bot is running!
1# Start
2# Enter Password
3# Select Character
4# Joining the channel
5# Channel time before creat game
6# Loading the Config, and everything
7# Going to Pit Level 1-2 In Darkwood. Why are it going to that, instead of just going right to the boss or what the bot is setup for?
8# after cleaning Pit level 1-2 it's going to the right boss.
If somebody out there, got any answers on this, put your own config, or something else into a post and explain how i can get this failed bot Running, to do what the setup is made for.
Regards CaOne.
Posts: 10
Threads: 5
Joined: Nov 2009
Reputation:
0
No one got any answers on this?
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
its just how the bot is sequenced to do things.
you can change the order very simply by moving the lines around in your character.ntj file
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
for example, in my script the order is as follows...
the // in front of the lines means that the bot wont do that particular part.
all you need to do is just move the lines around, and add or remove // where needed
//NTConfig_Script.push("NTCountess.ntj");
//NTConfig_Script.push("NTMausoleum.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTSummoner.ntj");
//NTConfig_Script.push("NTDuriel.ntj");
NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTMephisto.ntj");
//NTConfig_Script.push("NTDiablo.ntj");
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
//NTConfig_Script.push("NTThreshSocket.ntj");
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;
//NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 2; //0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTAncientTunnels.ntj");
//NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = true;
//NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = true;
//NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = true;
//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
ok good.
be careful though. you may make too many games in one hour, and you will get temp banned for it.
happens to me all the time if i run just for keys
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
oh and i already responded to your "tp is safe" question
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]