Deutsche NT-Bot Anleitung !

02/23/2010 21:43 pokerheld#3691
hat immer noch keiner eine ahnung wie man den pfad von windows manuell in den bot einfügen kann ? irgendwo muss der doch festgelegt sein, meiner ist nämlich bei C/Winxp statt C/Windows
02/24/2010 13:02 Wardokh#3692
Okay hier mal so wie ich es bei mir Stehen habe:

//NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
NTConfig_Script.push("NTThreshSocket.ntj");
//NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
//NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
//NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
//NTConfig_Script.push("NTDiablo.ntj");
NTConfig_Script.push("NTMephisto.ntj");
//NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTSummoner.ntj");
NTConfig_Script.push("NTDuriel.ntj");
//NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTMausoleum.ntj");


mittlerweile kriegt er es hin das er Nithalak, Eldrich uws macht, aber Baal und Dia macht er nicht !!

dazu schmeisst er noch Gute sachen weg, oder nimmt erst keine Uniiqes auf, aber ist bestimmt wieder so ne Lücke am bot ^^

N Help :(
02/24/2010 14:11 pokerheld#3693
Quote:
Originally Posted by Vadoq View Post
Okay hier mal so wie ich es bei mir Stehen habe:

//NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
NTConfig_Script.push("NTThreshSocket.ntj");
//NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
//NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
//NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
//NTConfig_Script.push("NTDiablo.ntj");
NTConfig_Script.push("NTMephisto.ntj");
//NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTSummoner.ntj");
NTConfig_Script.push("NTDuriel.ntj");
//NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTMausoleum.ntj");


mittlerweile kriegt er es hin das er Nithalak, Eldrich uws macht, aber Baal und Dia macht er nicht !!

dazu schmeisst er noch Gute sachen weg, oder nimmt erst keine Uniiqes auf, aber ist bestimmt wieder so ne Lücke am bot ^^

N Help :(

Du musst vor

//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
//NTConfig_Script.push("NTDiablo.ntj");

das // wegmachen, dann sieht es so aus :

NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
NTConfig_Script.push("NTDiablo.ntj");

sonst werden die zeilen nicht gelesen, denn // bedeutet dass die Zeile als Kommentar dient und nicht als quellcode
02/24/2010 14:23 Snow_Junky#3694
kann man iwie einstellen das ntbot channel joint?
02/24/2010 16:40 DjChrisE#3695
Quote:
Originally Posted by baalbot34 View Post
kann man iwie einstellen das ntbot channel joint?
mit dem modded d2nt geht es auf jedenfall... bei dem normalen ist es mir nicht bekannt.
02/24/2010 16:42 Wardokh#3696
vorhin ging es aber ejtzt geht GARNICHTS mehr der kan bosse nicht killen .. =((

NTConfig_Paladin_DC_Vadoq.ntl

//------------------------------------------------------------------------------
// Boss configuration
//------------------------------------------------------------------------------
NTConfig_PublicMode = false;
me.quitonhostile = false;

NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
NTConfig_Script.push("NTThreshSocket.ntj");
NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = false;
NTConfig_Script.push("NTDiablo.ntj");
NTConfig_Script.push("NTMephisto.ntj");
//NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTSummoner.ntj");
NTConfig_Script.push("NTDuriel.ntj");
NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTMausoleum.ntj");
02/24/2010 16:51 DjChrisE#3697
Quote:
Originally Posted by Vadoq View Post
vorhin ging es aber ejtzt geht GARNICHTS mehr der kan bosse nicht killen .. =((

NTConfig_Paladin_DC_Vadoq.ntl

//------------------------------------------------------------------------------
// Boss configuration
//------------------------------------------------------------------------------
NTConfig_PublicMode = false;
me.quitonhostile = false;

NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
NTConfig_Script.push("NTThreshSocket.ntj");
NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = false;
NTConfig_Script.push("NTDiablo.ntj");
NTConfig_Script.push("NTMephisto.ntj");
//NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTSummoner.ntj");
NTConfig_Script.push("NTDuriel.ntj");
NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTMausoleum.ntj");
diese ganzen bosse willst du killen? und gerade travi nicht? Oo ich finde bei travi immer meine sojs und fcr ringe
02/24/2010 22:21 Wardokh#3698
ja neinaber als ich die einstelungen vorhin so gemacht habe lief der bot wenigstens, ich wolte ja auch nicht ale kilen aber seit dem läuft der bot auch nichtmehr .. =//
der telt zu den ganzen hin abre wen der kilen sol steht da BT_blalbalba KilBos failed

okay werde ich travi auch noch anmachen xD
02/24/2010 22:44 DjChrisE#3699
dann kann es eventuell daran liegen das du bei manchen sachen die wp's nicht hast. oder die extensions falsch eingestellt hast. die pindle extension z.b.... aber meiner hat ab und zu uach mal so seine macken.. wenn ich morgens im manager gucke was er so gemacht hat steht die fehlermeldung da auch öfters mal...
02/25/2010 02:14 finger_ab#3700
guten morgen
ist es möglich den clean typ im CS. zu ändern?
02/25/2010 02:49 DjChrisE#3701
ja steht doch in der cfg .. 1 2 und 3 kannst du einstellen...
02/25/2010 07:25 Wardokh#3702
@ DjChrisE

ich habe alle wps, dumm ist halt aber das ich das Portal bei anya nicht habe aber das macht er trotzdem nach Nithalak.

über nacht oder so kan ihc den garnicht erst laufen lassen weil der Keine Bose killt und dan noch wegem dem internet
02/25/2010 07:29 Wardokh#3703
ey der Nervt ^^
der telt dahiin und haut sofort wieder ab
der will mich provozieren -.-
02/25/2010 08:24 HnsDmpf#3704
Quote:
Originally Posted by finger_ab View Post
guten morgen
ist es möglich den clean typ im CS. zu ändern?
Wie meinen ?

Quote:
Originally Posted by Vadoq View Post
ey der Nervt ^^
der telt dahiin und haut sofort wieder ab
der will mich provozieren -.-
Kann es sein das du keine attacks definiert hast ?
copy&paste mal deine komplette cfg.


Quote:
Originally Posted by Vadoq View Post
dazu schmeisst er noch Gute sachen weg, oder nimmt erst keine Uniiqes auf, aber ist bestimmt wieder so ne Lücke am bot ^^
Das ist nen Problem mit deiner pickit. Hast du z.B. ne elite pickit aktiv ist klar das er Shakos und son Ramsch garnet erst aufhebt.

mfg
02/25/2010 09:07 Wardokh#3705
Quote:
Kann es sein das du keine attacks definiert hast ?
copy&paste mal deine komplette cfg.

ja habe es vorhin gemerkt ^^ ..
so blöd ^^'

NTConfig_PutAura = 113; // Concentration // What aura do you want to use on attack. Set to 0 if you won't
NTConfig_AttackSkill[0] = 0; // Cast your first spell once. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Blessed Hammer // Cast your primary spell to boss.
NTConfig_AttackSkill[2] = 112; // Blessed Hammer // Cast your primary spell to others.
NTConfig_AttackSkill[4] = 0; // Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
NTConfig_CheckSafe = true; // Set to true to check for curses, merc and potion (go to town if needed)

NTConfig_UseRedemption = true; // Set to true to use Redemption after killing monster.



Trotzdem danke .. =))

Ich habe die Attacken drinn wie es Auf Seite 1 steht, ist ja auch Hammerdin also dürfte das kein Problem sein oder?


und das mit der Pickit .. ich weiss nicht welche ich habe.
Der hat vorhin z.B. Occu aufgehoben identifiziert und schmeist es weg.

Könntest du mir vielleicht Hilfestellung geben, was den Pickit angeht?