ich hab' gestern abend noch versucht mir den nt bot einzurichten, müsste auch alles richtig gemacht haben. danach wollte ich ihn dann in den einsatz schicken.. weit kam er aber nicht. das einloggen und game erstellen hat er problemlos gemacht aber dann kam folgende meldung:
< D2NT Error > C:\Dokumente und Einstellungen\Administrator\Desktop\***\D2NT\scrip ts\default.ntj (14):
Reference Error: NT_LoadConfig is not defined
Can't find NTConfig_Paladin_freaky_friday.ntl
hab auch nichts mit der suchfunktion gefunden :/
hoffe ihr könnt mir dabei helfen, danke im vorraus
code (14)
du musst mal deine config durchsuchen.
es müsste wa falsch kommentiert sein.
die schrägstriche //
überprüfen ob alles richtig ist.
2 striche ist ausgeschaltet.
wenn keiner da ist, ist eingeschaltet.
wenn du nicht weiter kommst, poste hier mal deine ini, dann schaun wir alle mal.
me.maxgametime = 600; // time in seconds, maximum game length (0 is infinite)
NTConfig_StartDelay = 0; // Delay time in milliseconds to start;
NTConfig_AreaDelay = 500; // Delay time in milliseconds to change area;
NTConfig_SnagDelay = 500; // Delay time in milliseconds to wait before starting picking items
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_SkipHealCurses = false;// If you want to skip curses, set to true
NTConfig_UseMerc = true; // Set to true if you use a mercenary, will revive merc at a reviver npc.
NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc
NTConfig_LifeThresh = 60; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 40; // 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 = 10; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // 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_MercLifeThresh = 60; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 40; // This is the threshold to use a rejuv potion on your merc in percent.
NTConfig_MercChicken = 20; // This is your mercs chicken life percent. If he goes below this, exit game.
NTConfig_FreeSpace = 16; // Number of free columns. If less full columns are free stashing is set.
// The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it.
NTConfig_Columns[0] = [1,1,1,1,0,0,0,0,0,0];
NTConfig_Columns[1] = [1,1,1,1,0,0,0,0,0,0];
NTConfig_Columns[2] = [1,1,1,1,0,0,0,0,0,0];
NTConfig_Columns[3] = [1,1,1,1,0,0,0,0,0,0];
NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash
//----------------------------------------------------------------------------------------------
// Type of potion used in each belt column
// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
// To use rejuvenations only, put "rv" in all columns.
//----------------------------------------------------------------------------------------------
NTConfig_BeltColType[0] = "rv";
NTConfig_BeltColType[1] = "hp";
NTConfig_BeltColType[2] = "hp";
NTConfig_BeltColType[3] = "mp";
//----------------------------------------------------------------------------
// Minimum amount of potions in each column before needing refilling
// If there's less potions then this number in the column we go and shop.
// Set to 4 to go shopping as soon as there's a potion missing.
// Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
//----------------------------------------------------------------------------
NTConfig_BeltColMin[0] = 4;
NTConfig_BeltColMin[1] = 4;
NTConfig_BeltColMin[2] = 0;
NTConfig_BeltColMin[3] = 0;
//-----------------------------------------------------------------------------------
// SnagIt configuration
// Here is a list of preset nip files assuming you use nip package.
// If you want to add your own .nip files, just copy any line and enter the
// To disable a .nip file, just add "//" at the start of the line or delete the line.
//-----------------------------------------------------------------------------------
NTConfig_NIPFilePath.push("uniques.nip");
NTConfig_NIPFilePath.push("sets.nip");
NTConfig_NIPFilePath.push("whites.nip");
NTConfig_NIPFilePath.push("runes.nip");
NTConfig_NIPFilePath.push("rares.nip");
NTConfig_NIPFilePath.push("magics.nip");
NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("charmsjewels.nip");
NTConfig_NIPFilePath.push("ringsamulets.nip");
NTConfig_NIPFilePath.push("potions.nip");
//NTConfig_NIPFilePath.push("moneymaker.nip");
NTConfig_NIPFilePath.push("keys.nip");
NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here
//------------------------------------------------------------------------------
// Cubing configuration
// Supported gems and runes recipe only
//------------------------------------------------------------------------------
NTConfig_Cubing = false; // Enable cubing
//------------------------------------------------------------------------------
// Gamble configuration
// To specify what items to gamble, adjust the array with the desired item codes
//------------------------------------------------------------------------------
NTConfig_Gamble = true; // Enable gambling
NTConfig_GambleStopGold = 300000; // Gold amount to stop the gambling
NTConfig_PutAura = 113; // Concentration
NTConfig_AttackSkill[0] = 0; // Cast your first spell once. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Blessed Hammer
NTConfig_AttackSkill[2] = 112; // Blessed Hammer
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.
}
NTConfig_FreeSpace = 4; // Number of free columns. If less full columns are free stashing is set.
du hast da 16 drinn..mach mal lieber wieder 4 rein..ka obs hilft.
der nt thread -> siehe meine signatur bilder giude.
es gab da noch ne lösung für dein prob. nur die weis ich nimmer, lol
fehler kann ich da jez keinen finden.. ausser du hast deinen charnamen falsch eingetragen..nochmal checken.
Nächstes Mal das ganze bitte in den passenden Thread posten :s
Und lange Texte wie deine Config kannst du als Code posten:
*Eckige Klammer auf* code *eckige Klammer zu* Dein langer Text *Eckige Klammer auf* /code *Eckige Klammer zu*
Und "-" oder "_" im Char-Name würde ich vermeiden, da das bei dem Bot schon öfter zu Problemen geführt hat, sodass er quasi nicht wusste wo der Charname anfängt/endet.
und zwar vermisse ich die funktion das der merc den letzten schlag machen soll macht der das immer wenn der dabei ist bei bossen? kenne die funktion nur von früher und konnte sie leider nicht wieder finden.
und zwar vermisse ich die funktion das der merc den letzten schlag machen soll macht der das immer wenn der dabei ist bei bossen? kenne die funktion nur von früher und konnte sie leider nicht wieder finden.
D2NT 3.1 PRoblem 05/14/2010 - Diablo 2 - 2 Replies Hey hab ne frage... anscheinend hatte das problem hier noch niemand...
alsooooooooo
mein problem ist folgendes: nachdem ich dia installiert hab starte ich es und dann wenn ich auf battle net geh kommt die fehlermeldung: Battle net kann die Version ihrer Anwendung nicht verifizieren ( oder so) und wenn ich dann kompatibilitätsmodus auf XP sp 3 stelle geht bnet dann so und wenn ich d2nt bot starte mit kompatibilitätsmodus, dann startet er dia net sondern steht immer nur Restart ( 5 , 4 , 3 , 2,...
D2NT problem 04/06/2010 - Diablo 2 - 9 Replies Hi,
Hab mir gerade mal D2NT runtergeladen und wollte ihn gleich testen.
Hat eigendlich alles super funktioniert,
Er Startet D2.
Logt sich ein
Nimmt meinen Char.
Joint in ein Game
Problem mit d2nt 11/12/2009 - Diablo 2 - 5 Replies Ich habe im Moment 4 Accounts laufen,die gleichzeitig botten.
Als ich mir heute morgen die erbueteten Gegenstände ansehen wollte, sah ich dass alle 4 Bots ggn halb 2 heute nacht einen timeban bekommen haben....
Jedoch macht keiner von ihnen mehr als 20 games pro Stunde, insofern kann ich mir nicht erklaeren woher dieser kommt...
Kann mir da jemand weiterhelfen?
Greetz Nicnov
D2NT bot problem! 11/01/2009 - Diablo 2 - 5 Replies Hey, hab vorhin mal d2nt eingerichtet, läuft eigentlich auch ganz gut, jedoch:
Wenn er n item findet, das gut ist und er es stashen will, klatscht der meine ganzen skiller + torch + anni erstmal in die truhe...
ich will das jedoch nicht^^
Was ist verkehrt?
Hier meine config!
D2NT Bot Problem!!! 06/03/2009 - Diablo 2 - 3 Replies Hallo....
Also ich hab folgendes problem bei dem d2NT bot:
Hab die datei runtergeladen -sie entpackt, in einen ordner gegeben -dann die js32 oder wie die heißt in windows/system32 verschoben. Dannach hab ich meinen namen hinten geschrieben : NTConfig_Paladin_Bob-Paladin . Und in der datei den kleinkram verändert wie in eurer anleitung von dem d2nt bot ...
Dann hab ich den D2NT manager angeworfen und run geklickt: D2 startet, loggt sich ein, der bot erstellt ein game, und dann im game...