Downloads: D2NT 3.0 and NTBot 4.1
D2NT 3.0 and NTBot 4.1
|
+ Download |
D2NT for Diablo II 1.13c
=========================
D2NT.dll : Core + SpiderMonkey 1.8 RC1 + NSPR 4.8.4
D2NT Manager.exe : D2NT OOG Manager
D2NT ManagerKOR.dll : Korean MUI
D2NT ManagerLOC.dll : English MUI
[Installation]
1. Copy D2NT files to any folder (DO NOT COPY to Diablo II folder or Diablo II's sub-folder)
2. Run D2NT Manager.exe
To add essence's to your bots pickit for D2NT 3.0
Go to :
and put the fallowing pickit for essences :....\D2NT\scripts\NTBot\item_configs\...\normal.NI P
Save fileCode:/ / ########################## ##### Essences###### [Numele] == TwistedEssenceOfSuffering [Numele] == ChargedEssenceOfHatred [Numele] == BurningEssenceOfTerror [Numele] == FesteringEssenceOfDestruction
Go to :
Find this line :.....\D2NT\scripts\libs\common\NTItemAlias.NTL
Then add these lines after that :Code:_NTIPAliasClassID ["Std"] = 653; _NTIPAliasClassID ["standardofheroes"] = 653;
Save fileCode:_NTIPAliasClassID ["te1"] = 654; _NTIPAliasClassID ["twistedessenceofsuffering"] = 654; _NTIPAliasClassID ["te2"] = 655; _NTIPAliasClassID ["chargedessenceofhatred"] = 655; _NTIPAliasClassID ["te3"] = 656; _NTIPAliasClassID ["burningessenceofterror"] = 656; _NTIPAliasClassID ["te4"] = 657; _NTIPAliasClassID ["festeringessenceofdestruction"] = 657;
Done.
[D2NT Core]
3.0 - Added unit.GetOptimalAttackPos(area_id, target_x, target_y, search_range, collision_mask) function
Added unit.gid type to GetUnit(unittype, [classid,name,gid]) function
Added control.pressed
Added item.itemflag, item.itemprefix, item.itemsuffix
* In case, item type is magic or runeword
Improved item.itemdesc
Changed unit.spectype value
* 0x01 : All
* 0x02 : Super Unique
* 0x04 : Champion
* 0x08 : Boss
* 0x10 : Minion
Changed unit.gid type to double
Removed item.GetFlag() function
Removed item.runeword
2.1 - Added me.GetSkillStatus(skillid) function
* 0 : available skill, 6 : aura skill, 8 : unavailable skill (casting delay or etc)
Added unit.GetRoom() function
* get unit's current room
Added chicken/hostile log
Fixed unit.GetStat(92) (Item's level requirement)
2.0.1 - Fixed me.TakeWaypoint() function (D2 original)
Fixed me.ClickItem() function (for Store-item)
* Now you can make Shopbot script
2.0 - Rewrote me.TakeWaypoint() function
Improved GetBaseStat() function's performance
Fixed unit.GetStat(31)
* GetStat(31) : Total defense
* GetStat(31, 0) : Plus defense
1.9.1 - If unittype is object, unit.GetParent() will return parent's name
Fixed crash bug in fullscreen
1.9 - Added unit.subareaid
Added presetunit.areaid and presetunit.subareaid
Added sdk\quests.txt
Improved GetPath() and GetPresetUnits() function's stability
Now Include() function's rootpath is "scripts" folder
1.8.5 - Fixed me.ClickItem() function (for SubmitItem())
Fixed Say() function in game
1.8.4 - Added SubmitItem() function (Imbue, Orifice, Add Sockets)
* Item must be on cursor
Fixed crash bug when calling GetPath() function
Fixed Say() function in channel
Improved GetBaseStat() function's performance
Updated sdk\uiflag.txt information
1.8.3 - Supported ANSI/UTF-8/Unicode script
Show correct Tal Rasha's tomb on automap
Fixed wrong stash position in me.ClickItem() function (D2 original)
Fixed unit.itemloc in case of equipped item
1.8.2 - Fixed crazy esc key
1.8.1 - Added me.revealautomap, me.showenemyonautomap, me.showmissileonautomap variables;
Fixed crash bug when using maphack
Fixed bug that displayed invalid unit on automap
Fixed ClickMap() function
Removed RevealAutoMap() function
Removed ShowUnitOnAutomap() function
1.8 - Added RevealAutoMap() function
Added SetStatusText() function
Added ShowUnitOnAutomap() function
Added unit.IsAttackable() function
Added EVENT_GAMEMSG event
Changed Cancel() function (0 : Cancel current menu, 1 : Cancel all menu)
Rewrote ClickMap(), Say(), Transmute() functions
Rewrote me.ClickItem(), me.ClickMercItem(), me.Repair(), me.SwapWeapons() functions
Removed me.ShopItem() function. use me.ClickItem()
Removed JS32.dll. D2NT.dll included SpiderMonkey 1.8 RC1 and NSPR 4.8
1.7.2 - Added me.maxgametime (default value is 0 and 0 is infinite)
1.7.1 - Added me.charloc
Fixed multi-client when using one D2 copy
1.7 - Added unit.shrinetype (see sdk/shrines.txt)
Improved ClickMap() function
Removed SetStatusText() function
Removed me.windowtitle
Hook no longer D2's functions
1.6 - Improved GetPath() function (applied A* algorithm)
Fixed crash bug when game is terminated by user
Fixed unit.itemdesc
1.5 - Updated SpiderMonkey 1.8
Added unit.itemdesc
Fixed bug that can't access unicode folder and file
Changed unit.ilvl to unit.itemlevel
1.4 - Added GetBaseStat() function
Fixed unit.GetNext() function
Fixed me.quitonhostile
Changed parameter of me.TakeWaypoint() function
1.3 - Added unit.itemclass (0 : normal, 1 : exceptional, 2 : elite)
Fixed me.UseBelt() function completely
Fixed bug that get wrong character's key file
1.2 - Fixed unit.GetMerc() function
Fixed me.UseBelt() function
Improved IPC
1.1 - Fixed NSPR error under Windows XP
1.0 - Initial release
[D2NT Manager]
3.0 - Improved item log tooltip
* Even if imagine what, is going to see more than it
Changed [Entry Point] control
2.0 - Added item log
1.9 - Added Up/Down button for List control
1.8 - Hide D2NT.dll in D2 process
1.7 - Removed IsHungAppWindow() function when checking D2 Window
1.6 - Rebuild all source code (Changed from MFC to Win32)
Added [Entry Point] option in Profile
* You can change starter script. ex) NTBot.ntj(Bot script), NTMap.ntj(Maphack script)
* If you want to use Loader only, empty a option
1.5 - Removed 30 mins time limit (In fact it was protection for in-game bug)
Improved IPC
1.4 - Use no longer D2Loader.exe (Now use D2's Game.exe)
Added play type (single player / closed battle.net)
1.3 - Fixed bug that can't close error window sometimes
1.2 - Increased loader options buffer (64 -> 96)
1.1 - Added Chickens information
Improved IPC
1.0 - Initial release
Comments
wiccanfate
07-09-2010 at 07:23 AM
|
im using vista and have to run d2 as an admin but with the bot it wont run as admin for some reason...any ideas or fixes for guys running vita? |
brawo
07-10-2010 at 01:17 PM
|
Hi. How to make the bot to put item into my stash? Becouse i use it to go to Countess to get some runes. And when it get about 20 runes it doesnt go any more, just stands to stash and shows some error.. Please help. |
nvrfallen
07-15-2010 at 05:40 AM
|
yea i cant get my bot to put stuff in stash and is still selling almost everything |
1hades1
07-19-2010 at 06:43 PM
|
Hi all, i am getting an script error "..\D2NT\scripts\libs\common\NTItemParser" in line # 60 and i realized this happens everytime a ceremonial javelin (rare, magic, unique) drops, can someone help me with this? thx |
Valtiera
07-28-2010 at 03:15 AM
|
When i start bot it doesnt click bnet. how do i make it click bnet? |
stackattak
07-30-2010 at 05:16 PM
|
Hey I have a little problem, whenever the bot clicks "Battle.net" it says : "The exception unknown software exception (0xc0000417) occurred in the application at location 0x10090a02. Click on OK to terminate the program" If anyone could tell me my problem and is willing to helm me fix it, please send a reply. Thanks. |
Turbota
08-11-2010 at 11:59 AM
|
how do i play a nother char while i am using the bot on the same computer?? |
pandemonium777
09-06-2010 at 06:26 AM
|
Does anyone have a druid char script? |
voodoowater
09-13-2010 at 02:28 PM
|
i need help |
smokin sweets
11-07-2010 at 03:53 PM
|
Whenever i try to use this bot it opens diablo 2 up but then says diablo 2 has encountered a problem and needs to close. can anyone help me? im new to this and dont know how to fix it. |
motownhero
11-27-2010 at 11:33 AM
|
Can someone help me, i run chaos or any where really, and this error keeps popping up, not all the time, but a lot, mostly in chaos. Help someone <D2NT Error>c:\Documents and settings\Mark Atkinson\Desktop\unused\newfolder\D2nt31_NtBot42\d 2nt\scripts\libs\common\NtltemParser.nt l (64) : SyntaxError: missing ) in Parent hetical |
imanewbk
01-03-2011 at 01:38 AM
|
Hey I have a little problem, whenever the bot clicks "Battle.net" it says : "The exception unknown software exception (0xc0000417) occurred in the application at location 0x10090a02. Click on OK to terminate the program" this |
zedank
01-03-2011 at 03:39 AM
|
Anyone have time to chat about this app. I am getting the same error as imanewbk except I am getting this error when it brings my toon into game. I guess basically if someone can point me to any how-to's and FAQS I would much appreciate it. Just looking how to tweak it to search for certain things and bosses and especially how to choose which toon it will pick. thanks in advance |
zedank
01-04-2011 at 02:07 AM
|
w00t got it working but tryingto iron out him running around to diablo and kicking away like its his job lol in circles no doubt. |
abraham
03-09-2011 at 04:45 AM
|
! F:\Documents and Settings\Nathan\My Documents\Downloads\D2NT30_NTBot41.zip: CRC failed in D2NT\scripts\NTBot\bots\NTColdworm.ntj. The file is corrupt ! F:\Documents and Settings\Nathan\My Documents\Downloads\D2NT30_NTBot41.zip: CRC failed in D2NT\scripts\NTBot\bots\NTTreehead.ntj. The file is corrupt Says Winrar. Originally tried xp extractor to extract. running XP 32bit |
overdosed
03-26-2011 at 04:23 AM
|
this bots awesome, ive had it for a few weeks and im still configuring it to my specific desires, but as far as the scripting goes its great, i kinda wish the documentation was better but not a complaint. a few of the complaints on this page are legit, but most of you seem liek your just too lazy to read the "read me". also if you post in blizzsector forums you get the help you need, but read it first. |
LvlCatalyst
04-05-2011 at 03:09 PM
|
Alright. I've noticed no one really giving answers here. But I've read through multiple times to try and find my specific problem. Windows 7 64 Bit D2NT.dll is in Windows Folder Manager.exe is working just fine. Add all my info: (Do I need to add my full CdKey or just the CDKey.mpq File?) Run Diablo 2. *(All In Admin)(But Not in Service Pack 2)* Manager.exe only displays Loading... Any Specific fix to this or am I just being ****ing blind? |
nazban
04-20-2011 at 06:00 AM
|
Yea download link is broke it looks like? |
roshiro
04-21-2011 at 04:06 AM
|
woohoo running it as it should! working 100% for me! |
matthewmm87
05-05-2011 at 04:37 AM
|
please help. whenever i try to use bot it wont connect to battlenet. as soon as it clicks it it freezes and dosnt even show the connecting screen. i have no idea whats going on. please help. |
sparky123
06-15-2011 at 02:57 PM
|
when i try to autodetect my path i get the error messages saying "path does not exist" help please |
knightofdead6
07-10-2011 at 07:01 AM
|
Cant it comes with a note file called : readIt with all instruction ? |
qwoperation007
08-02-2011 at 04:08 AM
|
i cant get this to work i get to battle net and comes up windows application error a am running windows 7 |
kur0
08-03-2011 at 06:30 AM
|
how would i add a item like a ammy or ring with charges on it? I want to have it look for a high lvl fade ammy or ring |
raife
08-08-2011 at 11:30 AM
|
when ever i use D2NT 3.1 or 3.0 the bot keeps getting an error saying its unable to identify versions but when i do it manually it's fine how do i correct this? |
noswad
08-09-2011 at 12:54 AM
|
Im having trouble getting my bot to cast secondary skill during baal runs with my pally. I set the secondary skill to 101, which is holy bolt, for hte magic immune minions but it does not cast ever. Any suggestions how to make this actually work? |
HereGoes
08-11-2011 at 12:00 AM
|
it loads d2 but says batt.net cannot properly id the version...what do i do? |
jnthn205
08-13-2011 at 10:54 AM
|
I am also having trouble getting past the cannot properly ID the version. I downloaded the CD key changer, but that is a program for a 16 digit CD key. My cd key that I have is 26 char long. What do I do about this? Please someone email me at jnthn205@gmail or PM me on here. |
donnie5317
08-22-2011 at 11:41 AM
|
my bot works for 45 seconds then the connection get interrupted, any ideas why it happens? |
chaos334
11-03-2011 at 12:44 PM
|
i have a d2 acct for sale on c/l dothan,al add's under gameing thx. |