Blizzard Sector
D2NT31 NTBot42 Tutorial - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: D2NT31 NTBot42 Tutorial (/thread-46470.html)



D2NT31 NTBot42 Tutorial - bugme143 - 01-02-2012

comper Wrote:I would have to look at your files but sound like you don't have your char config file named and
it is loading the default char file
if you have teamviewer I could look at your bot and the files for you
thanks

this would work. If you don't trust him you can pm me your details.


D2NT31 NTBot42 Tutorial - Akao - 01-03-2012

Anyone know how to make the Diablo run better? i mean clear the whole sanctarum? instead of only the 3 wings and dia?


D2NT31 NTBot42 Tutorial - archfiend - 01-03-2012

unhandled exception message when d2 opens


D2NT31 NTBot42 Tutorial - comper - 01-03-2012

try running your bot in win xp mode and you might have to do the admin one to


D2NT31 NTBot42 Tutorial - DominusMark - 01-07-2012

Is there any way to get D2NT to turn off the mini map? I like to watch it run, but the map is just clutter while it's running.


D2NT31 NTBot42 Tutorial - comper - 01-08-2012

yes there is, you will need to open your NTBotGame.ntj file it is here
D2NT\scripts\NTBot\NTBotGame.ntj and you will need to find the line
SetUIState(0x0A, true); it shouldn't be to far down the page and
change the true to false and it will be off and you can just click the
tap button to turn it back on in that game and if you want the bot
to turn it back on then just change the false back to true
if you need any other help you can let me know
thanks


D2NT31 NTBot42 Tutorial - DominusMark - 01-08-2012

It worked great.

Next question is about friendless leech next game filters.

I have one that seems so easy, but it doesn't work.

The bot just says "next game is Jo Baal-22", so in my friendless leech, I changed these, but it's still not joining new games.

var gamenames = ["Jo Baal-"];
var extrafilters = ["next game is "]; [COLOR="Silver"]

---------- Post added at 03:45 PM ---------- Previous post was at 03:36 PM ----------

[/COLOR]Do the bots add spaces or new lines to keep friendless leechers from easily following their baal runs?


D2NT31 NTBot42 Tutorial - comper - 01-08-2012

are you using the frindsless with a leader that is not on your friends list?
and the game names has to be exact
and you have your char joining the right b.net channel to get the leaders game name
if you still have problems be nice if you have teamviewer then I can have a look at all
your setting and try to get you to running


D2NT31 NTBot42 Tutorial - DominusMark - 01-08-2012

Correct, friendless leecher and the other person is not on my friend's list. Game name looks like it's exact, channel is correct. I'm watching it and it sits there as the next game name is announced.


D2NT31 NTBot42 Tutorial - comper - 01-08-2012

like you was saying about the space you might try just doing baal- and see if that will work if not
I have to do some check with mine


D2NT31 NTBot42 Tutorial - wikdw0nka - 01-12-2012

ok. totally noobalicious. but i have been starring at these forums for hours and i cant find the answer! my bot will not go passed the home screen. i have followed every insturction that i could find through these threads and i am not getting anywhere.. someone please help me!


D2NT31 NTBot42 Tutorial - comper - 01-12-2012

which bot do you have and did you just download it


D2NT31 NTBot42 Tutorial - wikdw0nka - 01-13-2012

i have d2nt 3.1 v4.2 and i just downloaded it from this site.. i have tried everything.. and i played around wit some more settings last night. all in all like 6 hours yesterday and i have no answers. i cant figrue this out.. Everytime i find someone with this problem on the forum, i never seem to find the answer.. they seem to get brushed aside. and unless i just overlooked i went through all 48 pages of this thread and found nothing that helped. i have retried the download a few times. different settings in the manager, i have tried like 30 different script setting layouts. i just dont know. i have downloaded older versions of the bot. nothing is working. idk what else to do.


D2NT31 NTBot42 Tutorial - Fatty Fatty 2x4 - 01-13-2012

wikdw0nka Wrote:i have d2nt 3.1 v4.2 and i just downloaded it from this site.. i have tried everything.. and i played around wit some more settings last night. all in all like 6 hours yesterday and i have no answers. i cant figrue this out.. Everytime i find someone with this problem on the forum, i never seem to find the answer.. they seem to get brushed aside. and unless i just overlooked i went through all 48 pages of this thread and found nothing that helped. i have retried the download a few times. different settings in the manager, i have tried like 30 different script setting layouts. i just dont know. i have downloaded older versions of the bot. nothing is working. idk what else to do.

did you dl the 1.13d patch from this site? i had the same problem and then fooled around with it and then i got the handle exception error thing and then spent 2 day trying to find out what was wrong. nothing worked till i dled the patch. now it works. however the script needs some fixing.... which will take hours and hours cus i ran it and saw it sell a +1 skill gc.... wtf really? i need help writing the script. i dont understand the &&, || and () stuff in the item config. to my understanding it wont even pick up a eth vortex with 4soc or not, so i need to add or change it to look for eth... help?


D2NT31 NTBot42 Tutorial - comper - 01-13-2012

I can help you with your pickit files


D2NT31 NTBot42 Tutorial - Fatty Fatty 2x4 - 01-13-2012

comper Wrote:I can help you with your pickit files

alright what do i need to do?


D2NT31 NTBot42 Tutorial - comper - 01-13-2012

[Name] == VortexShield && [Quality] <= Superior && [Flag] != Ethereal # [FireResist] >= 45 && [EnhancedDefense] >= 0 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4)
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [FireResist] >= 35 && [Sockets] == 0
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [EnhancedDamage] >= 60 && [Sockets] == 0

here are 3 lines for a vortex the 1st is non-eth with 0, 3, 4 sockets plus 45 all resist
the last 2 lines are for eth ones 2nd one is set for 35+ all resist and no sockets for you to cube socket it
the 3rd line is set for eth 60+ ed damage and no sockets
so depends what you are wanting the bot to keep to edit them or to add a new line
plus in your bot your lines for paly shield looks like this - [Type] == auricshields which will pick up any paly shield and check the stats on it


D2NT31 NTBot42 Tutorial - Fatty Fatty 2x4 - 01-13-2012

comper Wrote:[Name] == VortexShield && [Quality] <= Superior && [Flag] != Ethereal # [FireResist] >= 45 && [EnhancedDefense] >= 0 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4)
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [FireResist] >= 35 && [Sockets] == 0
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [EnhancedDamage] >= 60 && [Sockets] == 0

here are 3 lines for a vortex the 1st is non-eth with 0, 3, 4 sockets plus 45 all resist
the last 2 lines are for eth ones 2nd one is set for 35+ all resist and no sockets for you to cube socket it
the 3rd line is set for eth 60+ ed damage and no sockets
so depends what you are wanting the bot to keep to edit them or to add a new line
plus in your bot your lines for paly shield looks like this - [Type] == auricshields which will pick up any paly shield and check the stats on it

ok so if i read it right != is (not) && is (and has) || is (or)?
what does this mean? tohit?
[Name] == GrandCharm && [Quality] == magic # (([MaxDamage] >= 9 && [ToHit] >= 60) || [ItemAddSkillTab] >= 1) && ([MaxHP] >= 20 || [Strength] >= 5 || [Dexterity] >= 5 || [FHR] >= 12)
ok so this is the only one the bot had when it sold the gc. is it cuz it was just a skill and not the added at the end? if so that stuff is way rare to have added to a skill gc

i think i have the rest down... its just over whelming sense it's the first time i've seen/looked at such writing before[COLOR="Silver"]

---------- Post added at 01:55 PM ---------- Previous post was at 01:46 PM ----------

[/COLOR]would this work?

[Name] == GrandCharm && [Quality] == magic # [ItemAddSkillTab] >= 1

or will it drop anything with +1skill and something added cuz it doesnt have a second part?


D2NT31 NTBot42 Tutorial - comper - 01-13-2012

== (is equal to)
!= (is not equal)
> (is greater than)
< (is less than)
>= (is greater than or equal to)
<= (is less than or equal to)
&& (and)
|| (or)
! (not)

there are the operators
that line is saying keep a GC that has( max damage 9+ and tohit 60+ or +1 skills) and maxhp 20+ or str 5+ or dex 5+ or fhr 12+
so if it was a +1 skiller then it didn't have 1 of the other 3 stats that it needed
if you want it to pick any +1 skillers GC you can add this line
[Name] == GrandCharm && [Quality] == magic # [ItemAddSkillTab] >= 1
but if you are just wanting certain char ones then you will have to add the PaliCombatSkillTab] == 1 and not the [ItemAddSkillTab] >= 1


D2NT31 NTBot42 Tutorial - Fatty Fatty 2x4 - 01-13-2012

sweet, ok one one question. if it doesnt have eth in the line will it only pickup non eth? cuz if so i need to rewrite the armor part