D2NT Bot Tutorial
==========> D2NT is Multibot able! <==========
==========> D2NT is Multibot able! <==========
1. Download D2NT here
2. Extract it where ever you want and copy the JS32.dll in your Windows folder (this is for Multibotting only!)
3. open the folder and go to scripts/libs/config/
4. write your Character Name behind one of the NTConfig files.
for example: NTConfig_Paladin_MyName.ntl
5. open the file with your notepad or wordpad
6. configure your NTConfig_Paladin.ntl file
Quote:Include("config/NTConfig.ntl");6. close the NTConfig_Paladin_.ntl file
var NTConfig_PutAura;
var NTConfig_UseRedemption;
function NT_LoadConfig()
{
//------------------------------------------------------------------------------
// Boss configuration
//------------------------------------------------------------------------------
NTConfig_PublicMode = false;
me.quitonhostile = false;
NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false; set to "true" if you want it to go straight to Nila after pindle
//NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = false; set to "true" if you want it to go straight to Pindle after Nila
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false; set to "true" if you want it to go straight to Shenk after Eldritch
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");
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 = 4; // 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]; your Inventory
NTConfig_Columns[1] = [1,1,1,1,0,0,0,0,0,0]; 0 = there is something
NTConfig_Columns[2] = [1,1,1,1,0,0,0,0,0,0]; 1 = free space
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] = "hp"; your Belt
NTConfig_BeltColType[1] = "mp"; mp = Mana
NTConfig_BeltColType[2] = "rv"; hp = health
NTConfig_BeltColType[3] = "rv"; rv = rejuv
//----------------------------------------------------------------------------
// 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; if belt row 1
NTConfig_BeltColMin[1] = 4; dont got 4 potions
NTConfig_BeltColMin[2] = 0; go shopping
NTConfig_BeltColMin[3] = 0;
...
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_PutAura = 0; // 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] = 0; // Cast your primary spell to boss.
NTConfig_AttackSkill[2] = 0; // 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.
goto the folder sdk and click the skills.txt to get the numbers of your skills!
standard skill Numbers:
112 Blessed Hammer
113 Concentration
7. go back to your main folder
8. start D2NT Manager.exe
9. click on Add
10. fill it out
11. if you didnt modified your Diablo 2 folder then you can use d2char.mpq;d2sfx.mpq as your CDKey!
12. click OK
13. click Save (if you forget it, you have to configure it again!)
14. highlight your Profile in the list and click on Run
15. type in your password and watch how awesom the bot is!
Multibot Instruction
1. Copy/Paste the NTConfig_Paladin/Sorceress_.ntl file2. reconfigure your second bot
3. create a second Profile
4. rename your Diablo II folder (from Diablo II to Diablo II2 or something like that)
5. reinstall Diablo II with another key
6. make your second D2 folder bnet ready (patching)
7. locate your second Diablo II folder in your second D2NT Profile
8. start!
D2NT Multilaunch D2 trick
1. Create a second D2NT folder
2. Copy the JS32.dll to your Windows folder
3. Delete these folders
mpqdata & sdk = Diablo 2 Windows with no hide
mpqdata & sdk & scripts = Diablo 2 Windows with auto hide
4. Create Profiles
Note: I dont know if its banable if you create CDKey files (with serbys cdkey programm) to use only 1 Diablo II folder. My method is to reinstall Diablo, so i dont modify my Diablo folder (this is maybe the safer method).
2. Copy the JS32.dll to your Windows folder
3. Delete these folders
mpqdata & sdk = Diablo 2 Windows with no hide
mpqdata & sdk & scripts = Diablo 2 Windows with auto hide
4. Create Profiles
Note: I dont know if its banable if you create CDKey files (with serbys cdkey programm) to use only 1 Diablo II folder. My method is to reinstall Diablo, so i dont modify my Diablo folder (this is maybe the safer method).