Thread Rating:
  • 7 Vote(s) - 3.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT31 NTBot42 Tutorial
Hi you great gamers!

I used d2nt before but now I have a problem and realy don't know what to do. Here it is:
When I run my bot, it can open the window but not log in and actually 'bot'. At the login there comes a message: Battle.net is unable to properly identify your application version.

Help anyone?

Many thanks and kind regards

Bartuck
Reply
Well.. thanks to Juke, my bot is running swiftly!

However, I got a questions.. [they do not interfere with my botting, is just that I am curious]..

I used to use D2NT in 1.12 [I guess].. I think [if I remember correctly] it had a "pause" button, did it not? Instead of stopping the whole bot, I could only pause, control the char and unpause so the bot resumes.. was it not?

I dont remember seeing that "pause" button in this D2NT3.1.. am I going nuts or I really did not see it? [sometimes pause is more useful than stop]...


Thanks!
Reply
Hey there,
i have a question:
How can I configure the bot so that he will kill all/most monsters in a certain area?
my exaxt problem is that,
If i run the Mausuleum Bot with bloodraven enabeld it just ignores Bloodraven and went down the stairs then it runs some circels and quit without atacing anything

Thanks!
Reply
Ok.. now I have a real question..

How can I make the bot stop picking unid magic/rare monarch?

My item config for magic/rare says NOT to pick any shield..
My item config for normal says to pick any 0/3/4 open sockets Monarch [non-ethereal]..

Yet, it picked alreade two or three of those magic/rare monarch and kept it unid at my stash/inventory..

I know nothing of programming but is it possible to add the line "[flag] != magic && != rare" for my monarch config in "normal items" file??
Will it fix my prob???


Thanks!!!
Reply
nerull Wrote:Ok.. now I have a real question..

How can I make the bot stop picking unid magic/rare monarch?

My item config for magic/rare says NOT to pick any shield..
My item config for normal says to pick any 0/3/4 open sockets Monarch [non-ethereal]..

Yet, it picked alreade two or three of those magic/rare monarch and kept it unid at my stash/inventory..

I know nothing of programming but is it possible to add the line "[flag] != magic && != rare" for my monarch config in "normal items" file??
Will it fix my prob???


Thanks!!!

Have u set

// ##### Shields #######################
[Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15

to

// ##### Shields #######################
//[Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15

in magic_rare item config?
Reply
I dont remember the whole line [im at work right now] but yeah, Ive put "//" at it coz I dont want to pick rares nor magical monarchs

However I do have a theory that it is still picking them coz any unid magic/rare monarch equals to the normal in any ways [since in my "normal items file" there is nothing that differs non-magical to magical/rare]

I could be wrong, but what I am sure is that 2 days ago I double slashed the magic/rare monarch line..
Reply
nerull Wrote:I dont remember the whole line [im at work right now] but yeah, Ive put "//" at it coz I dont want to pick rares nor magical monarchs

However I do have a theory that it is still picking them coz any unid magic/rare monarch equals to the normal in any ways [since in my "normal items file" there is nothing that differs non-magical to magical/rare]

I could be wrong, but what I am sure is that 2 days ago I double slashed the magic/rare monarch line..

Its not the same comand line
in the normal file line is
[Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit

so mby u have edited the file for the wrong difficult (normal/nightmare/hell) ?
if u // the [Name] == Monarch && [Quality] == magic...
it shouldent pick up any magic monarch
Reply
Great tutorial mate, but I've got one question.

I'm currently running public games, diaruns etc. When the bot creates game, it appear to set maxplayer to 4. How can i make the bot to change it to 8 players?

Rsvp

Best regards!
Reply
sayatin Wrote:Its not the same comand line
in the normal file line is
[Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit

so mby u have edited the file for the wrong difficult (normal/nightmare/hell) ?
if u // the [Name] == Monarch && [Quality] == magic...
it shouldent pick up any magic monarch

I only removed the "&& [EnhancedDefense] >= 5" and changed the "&& [Quality] == superior" to ">=normal"..

So my line is like this:
"[Name] == Monarch && [Quality] >= normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"

With that, I should be able to pick any normal and superior Monarch, right? Or should I change the "[Quality] >= normal" to "([Quality] == normal || [Quality] == superior)"?

But anyway, my magic/rare is double slashed and the file that I editted is the one being used [checked at the char bot file]..


It is running smoothly, the only setback is that.. it still picks magic/rare monarch.. =/


Thanks![COLOR="Silver"]

---------- Post added at 02:15 PM ---------- Previous post was at 02:13 PM ----------

[/COLOR]
Alexsolheim Wrote:Great tutorial mate, but I've got one question.

I'm currently running public games, diaruns etc. When the bot creates game, it appear to set maxplayer to 4. How can i make the bot to change it to 8 players?

Rsvp

Best regards!

Isnt your Diablo 2 set to 4 players?
Do a test.. run your Diablo 2 and create a game.. check if its 4 or 8 players.. if its 4, you might wanna check the level difference too.. change to 8 players and uncheck the level difference box..

Try to run bot again..


Any change?
Reply
nerull Wrote:I only removed the "&& [EnhancedDefense] >= 5" and changed the "&& [Quality] == superior" to ">=normal"..

So my line is like this:
"[Name] == Monarch && [Quality] >= normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"

With that, I should be able to pick any normal and superior Monarch, right? Or should I change the "[Quality] >= normal" to "([Quality] == normal || [Quality] == superior)"?

But anyway, my magic/rare is double slashed and the file that I editted is the one being used [checked at the char bot file]..


It is running smoothly, the only setback is that.. it still picks magic/rare monarch.. =/
hmm mby >=normal includes magic, dunno how its coded mby try
"[Name] == Monarch && [Quality] >= normal && [Quality] != magic && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"
but dunno if this works or if it will crash the bot cause of 2x [Quality] argument

btw my bot still wont atc any monsters....
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
0 is for normal meelee atc or is this wrong?
Reply
It's set to 4 players. But i want it to be set on 8 players. Do i have to change anything in the configs to make the bot automatic set the max players to 8 ? The level difference is fine. I just need maxplayers to be 8 and not 4.[COLOR="Silver"]

---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------

[/COLOR]Found solution. Thanks for your time sir Wink
Reply
sayatin Wrote:hmm mby >=normal includes magic, dunno how its coded mby try
"[Name] == Monarch && [Quality] >= normal && [Quality] != magic && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"
but dunno if this works or if it will crash the bot cause of 2x [Quality] argument

btw my bot still wont atc any monsters....
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
0 is for normal meelee atc or is this wrong?

0 means no skill configured.. so you are not gonna attack, no matter how many times you put the bot to run..

What char are you? light sorc? other sorc? hdin? etc.[COLOR="Silver"]

---------- Post added at 03:06 PM ---------- Previous post was at 03:05 PM ----------

[/COLOR]
Alexsolheim Wrote:It's set to 4 players. But i want it to be set on 8 players. Do i have to change anything in the configs to make the bot automatic set the max players to 8 ? The level difference is fine. I just need maxplayers to be 8 and not 4.[COLOR="Silver"]

---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------

[/COLOR]Found solution. Thanks for your time sir Wink

Try running Diablo 2 and changing your room-creation config to "8 players" and "no level difference"..
Try to run bot afterwards..
Reply
my char is a Paladin
primary atc should be Vangence with Conviction Aura
but atm im trying to get just Left hand Swing atc to work ... if im right it should be 5, or?

NTConfig_AttackSkill[0] = 5; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 5; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 5; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

hes moving into the dungon and looting the chest but he wont atc ...
is there a problem with melee atc without ae ? cause with my Tornado Druid all is fine he ports in cast hurricane and tornados etc...
but with the Avenger Pala nothing works ...

did the thing with ur shield work out ?
Reply
sayatin Wrote:my char is a Paladin
primary atc should be Vangence with Conviction Aura
but atm im trying to get just Left hand Swing atc to work ... if im right it should be 5, or?

NTConfig_AttackSkill[0] = 5; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 5; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 5; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

hes moving into the dungon and looting the chest but he wont atc ...
is there a problem with melee atc without ae ? cause with my Tornado Druid all is fine he ports in cast hurricane and tornados etc...
but with the Avenger Pala nothing works ...

did the thing with ur shield work out ?

Havent tried.. still at work and will only be home in about 7 or 8 hours..

I dont know how to make melee bot.. only spellcasters.. sorry.. I am way newbie in this.. =/

But I dont really think the line "NTConfig_AttackSkill[0] = 5; // First skill. Set to 0 if you won't" should be 5.. mine is 0, but my char is a sorc, so I dont know..
Try leaving it 0 and run the bot.. see if it works..
Reply
GalaxyBounce Wrote:Sometimes I get this error and my bot stops for hours:
[Image: error.jpg]
[Image: ?action=view&current=error.jpg]
I can't figure out where the syntax error is. Here is my "NTItemParser.ntj" file.
Please help.

This please...
Any suggestions/comments/help would be greatly appreciated.
Thanks.
Reply
fearpb Wrote:Okay, I took a screen shot for you guys this time.

Here is the error I have been getting, even if I disable baal and select another bot it gives me the same error but with said bots name.

[Image: testfy.jpg]

I would love to finally get this working. Any input would greatly be appreciated.

Bump, please any help would be amazing.
Reply
@ Sayatin

YES.. it worked!!

I changed my monarch line to "[Name] == Monarch && ([Quality] == normal || [Quality] == superior)" and I got my first non magic/rare monarch..

My guess is that the the itens follow this order:

crude > low quality > normal > superior > magic > rare > set > unique

So when I put "[Quality] >= normal" and left blank afterwards, it would have found anything normal, superior, magical [unid], rare [unid] and unique [unid].. since I dont suppose/remember there is any monarch set..


Nonetheless it worked!! =D

Hope your prob [and everybody else's] get fixed quickly so to enjoy the potencial of this bot!!!
Reply
How can I remove so the bot won't go to a healer when he has a curse on him? Greatly appriciated if anyone could hlep me out. Thanks.

EDIT: Oh and what do I do if I want to make that the bot puts the new found item into the stash instead of waiting till it's inventory is full? and isn't it easier if he identified with cain? Tongue if it's possible how?

I also am getting this error and the bot stops when it occurs:

[Image: 351a3b7.png]
Reply
hi, i keep getting the message

NTPindleskin.ntj : NTM_UsePortal() failed (Harrogath)


then

NTTheshSocket.ntj : NTTM_CheckAct() failed (Frigid Highlands)


then its just keeps on failing every command....idk wtf to do can someone give me some help and insight please...
Reply
how can i set that the bot buys big potions and not only small mp/hp ?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  D2NT Etal bot V5. Tutorial. bugme143 3 3,064 10-04-2011, 12:23 PM
Last Post: bugme143
  Question about d2nt 3.1 ntbot42 Zla7in 2 334 09-30-2011, 12:23 PM
Last Post: bugme143
  D2NT31 NTBot42 creating games to fast problem Trancebeats 0 138 06-08-2011, 01:11 PM
Last Post: Trancebeats
  D2NT31 NTBot42 Trancebeats 2 294 06-08-2011, 01:03 PM
Last Post: Trancebeats
  After the reset - D2NT31 NTBot42 ludoss 2 493 03-23-2011, 10:41 PM
Last Post: ludoss
  D2NT31 NTBot42 Tutorial groveruler 2 428 12-18-2010, 07:36 PM
Last Post: groveruler
  Need D2NT31 Assassin script! DajlNsrf 1 744 09-09-2010, 05:57 PM
Last Post: GarrickDR
  D2NT31 + NTBot42: Clicking+Zoning issues emjay2d 0 504 09-05-2010, 12:56 PM
Last Post: emjay2d
  in need of summoner necro script for d2nt31 boston 0 1,209 09-02-2010, 09:39 AM
Last Post: boston
  D2NT Bot Tutorial wall59 8 10,896 07-24-2010, 08:34 AM
Last Post: finalkill

Forum Jump:


Users browsing this thread: 2 Guest(s)