![]() |
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 - Bartuck - 07-29-2010 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 D2NT31 NTBot42 Tutorial - nerull - 07-29-2010 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! D2NT31 NTBot42 Tutorial - sayatin - 07-29-2010 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! D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 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!!! D2NT31 NTBot42 Tutorial - sayatin - 07-30-2010 nerull Wrote:Ok.. now I have a real question.. 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? D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 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.. D2NT31 NTBot42 Tutorial - sayatin - 07-30-2010 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 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 D2NT31 NTBot42 Tutorial - Alexsolheim - 07-30-2010 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! D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 sayatin Wrote:Its not the same comand line 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. 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? D2NT31 NTBot42 Tutorial - sayatin - 07-30-2010 nerull Wrote:I only removed the "&& [EnhancedDefense] >= 5" and changed the "&& [Quality] == superior" to ">=normal"..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? D2NT31 NTBot42 Tutorial - Alexsolheim - 07-30-2010 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 ![]() D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 sayatin Wrote:hmm mby >=normal includes magic, dunno how its coded mby try 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"] Try running Diablo 2 and changing your room-creation config to "8 players" and "no level difference".. Try to run bot afterwards.. D2NT31 NTBot42 Tutorial - sayatin - 07-30-2010 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 ? D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 sayatin Wrote:my char is a Paladin 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.. D2NT31 NTBot42 Tutorial - GalaxyBounce - 07-30-2010 GalaxyBounce Wrote:Sometimes I get this error and my bot stops for hours: This please... Any suggestions/comments/help would be greatly appreciated. Thanks. D2NT31 NTBot42 Tutorial - fearpb - 07-30-2010 fearpb Wrote:Okay, I took a screen shot for you guys this time. Bump, please any help would be amazing. D2NT31 NTBot42 Tutorial - nerull - 07-30-2010 @ 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!!! D2NT31 NTBot42 Tutorial - enigmishh - 08-01-2010 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? ![]() I also am getting this error and the bot stops when it occurs: ![]() D2NT31 NTBot42 Tutorial - tartarsauce - 08-01-2010 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... D2NT31 NTBot42 Tutorial - sayatin - 08-02-2010 how can i set that the bot buys big potions and not only small mp/hp ? |