Thread Rating:
  • 7 Vote(s) - 3.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT31 NTBot42 Tutorial
no, only when fighting bosses. then the bot will up and tp away and a red error code will pop up.

- - - Updated - - -

no, only when fighting bosses. then the bot will up and tp away and a red error code will pop up.
Reply
ZeRoLoSs Wrote:no, only when fighting bosses. then the bot will up and tp away and a red error code will pop up.

- - - Updated - - -

no, only when fighting bosses. then the bot will up and tp away and a red error code will pop up.

how many Skeletons can you have
how many Mages
how many Revives
what Curse do you use
do you use Corpse Explosion or Poison Explosion
which Golem do you use
what other skill do you have that you can use to help kill like Bone Spear - something like that
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
14 mages 14 skellys 35 revives i use terror and bone armor and i use iron golem thats all i have with skills
Reply
ZeRoLoSs Wrote:14 mages 14 skellys 35 revives i use terror and bone armor and i use iron golem thats all i have with skills


here - var NTConfig_SkeletonArmy; var NTConfig_MageArmy; var NTConfig_ReviveArmy; va - Pastebin.com
you can copy all that and paste it over the to of your char config file or make a new file with your chars name
let me know if that works
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
im getting a error sayingmmy config is not defined now the bot is just standing in town
Reply
ZeRoLoSs Wrote:im getting a error sayingmmy config is not defined now the bot is just standing in town

go down to the skills and you will see I have just a 0 for 1 and 2 - put a 0 in 3 and 4 save and retry
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
still messed up..
Reply
ZeRoLoSs Wrote:still messed up..

do you have teamviewer where I can log on and help?
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
no i don't have that, here's what i did maybe this would help. so what i did was i copied the file you sent me and went to my config and deleted all my file config in it and pasted in what you fixed and it boots up go's into game and say's config defined. what i'm thinking is maybe its the Ntbot file in the scripts folder is not right, cause i went on youtube and a guy said to config that file to make the bot work. and i had to mess with a few things in there.
Reply
Can someone help me with a script for it picking up items like magic javalins Smile
Also is it possible to tell your bot if u find a CoA for example to keep it unid?

and lastly :p
is it normal to be realmed after a couple of hours of botting? it happens to me everytime i leave it on. my runes take about 10-15 minutes each if i dont chicken.
Reply
can some 1 plz help i get the message unhandled exp access _ violation c0000005 any ideals
Reply
thybeaster Wrote:Can someone help me with a script for it picking up items like magic javalins Smile
Also is it possible to tell your bot if u find a CoA for example to keep it unid?

and lastly :p
is it normal to be realmed after a couple of hours of botting? it happens to me everytime i leave it on. my runes take about 10-15 minutes each if i dont chicken.

A script for picking up "magic javalins" is already included in the bot pickit. If you want a specific javalin or for it to pick up "more" javalins than you need to add those specific javalins and use the normal pickit list instead of the advanced or extreme one. /xxx/normal/normal.ntl or /xxx/normal/magic_rare.ntl
It is possible to find a Crown of Ages and keep it unidentified. Just remove the parts that identify the item. For example it normally is something like this: [Name] == Corona && [Quality] == unique # [EnhancedDefense] => 200 // Crown of Ages
Change it by removing the part after 'unique'
And lastly no, it is not normal to be realmed after a couple of hours. I can run my bot for 24 hours and probably longer without getting realmed. You need to fix the timings of how long you stay in a game and also the time before creating a new game. I find that a minimum of 10 minutes in a game and about 1-2 minutes between making games is the best scenario for me. You can edit these timings in the NTBot.ntll


ADDED BY comper
thanks for helping out masivb
Reply
masivb Wrote:A script for picking up "magic javalins" is already included in the bot pickit. If you want a specific javalin or for it to pick up "more" javalins than you need to add those specific javalins and use the normal pickit list instead of the advanced or extreme one. /xxx/normal/normal.ntl or /xxx/normal/magic_rare.ntl
It is possible to find a Crown of Ages and keep it unidentified. Just remove the parts that identify the item. For example it normally is something like this: [Name] == Corona && [Quality] == unique # [EnhancedDefense] => 200 // Crown of Ages
Change it by removing the part after 'unique'
And lastly no, it is not normal to be realmed after a couple of hours. I can run my bot for 24 hours and probably longer without getting realmed. You need to fix the timings of how long you stay in a game and also the time before creating a new game. I find that a minimum of 10 minutes in a game and about 1-2 minutes between making games is the best scenario for me. You can edit these timings in the NTBot.ntll

the scripts are for rare javalins Q.q. I want it to pick up and keep magic javalins that have + to skills. It doesn't come with those. And i cant find the time between games script.
Reply
the javelins part u'll want this code under the magic-rare.nip under javelins:

[Name] == javelin && [Quality] == magic # [JavelinandSpearSkillTab] >= 1


or watevr number ur lookin for. if the javelins r amazon only then find their names and it should b like this:

[Name] == MatriarchalJavelin && [Quality] == magic # [JavelinandSpearSkillTab] >= 1

for the time between games go in the scripts folder and u'll c NTBot.ntj. open this file with notepad or watevr u use to edit code and go down the list until u c createGameThreshold. this is ur time between game creation in MILLISECONDS so it's 1000 milliseconds for 1 second and so on. put in however many milliseconds u want to have ur bot wait b4 makin a game. hope this helped Big Grin
Reply
Tacos Wrote:the javelins part u'll want this code under the magic-rare.nip under javelins [Name] javelin && [Quality] == magic # [JavelinandSpearSkillTab] >= 1 or watevr number ur lookin for. if the javelins r amazon only then find their names and it should b like this:

[Name] MatriarchalJavelin && [Quality] == magic # [JavelinandSpearSkillTab] >= 1

for the time between games go in the scripts folder and u'll c NTBot.ntj. open this file with notepad or watevr u use to edit code and go down the list until u c createGameThreshold. this is ur time between game creation in MILLISECONDS so it's 1000 milliseconds for 1 second and so on. put in however many milliseconds u want to have ur bot wait b4 makin a game. hope this helped Big Grin

thanks for helping out Tacos
but need to edit a few things on your pickit lines you are leaving out the == between - [Name] javelin should be [Name] == javelin and the same with - [Name] MatriarchalJavelin should be [Name] == MatriarchalJavelin
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
When my bot starts Diablo, I get this weird popup, which says: "Unhandled Exception: Acces Violation (c0000005) What an I do? I got manager 3.1, and my cdkey bar is blank..
Reply
BabyFromHell Wrote:When my bot starts Diablo, I get this weird popup, which says: "Unhandled Exception: Acces Violation (c0000005) What an I do? I got manager 3.1, and my cdkey bar is blank..

1: I got it to work now, but when the bot has Killed the first boss, i got a red error saying: "NTMephisto.ntj : NTTM_CheckAct() failed (Frigrid Highlands)
It does that with every boss, and then stops.

2: How do I set it to do public baal runs?
Reply
BabyFromHell Wrote:1: I got it to work now, but when the bot has Killed the first boss, i got a red error saying: "NTMephisto.ntj : NTTM_CheckAct() failed (Frigrid Highlands)
It does that with every boss, and then stops.

2: How do I set it to do public baal runs?

1. do you have all the way points and also check and see if your main weapon is in the slot 1 on your char in d2
can I get you to c/p your char config file in pastebin.com and send me the new link so I can look over your file

2. down in the - General configuration - there is this line - NTConfig_PublicMode = false; <-- change to true
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
Can I use this bot with a barb?
Reply
comper Wrote:1. do you have all the way points and also check and see if your main weapon is in the slot 1 on your char in d2
can I get you to c/p your char config file in pastebin.com and send me the new link so I can look over your file

2. down in the - General configuration - there is this line - NTConfig_PublicMode = false; <-- change to true
thanks

I have all the right WP's, but he dosn't TP back to town.. He just stays at the boss..

here's my char config: Char config - Pastebin.com
Reply


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

Forum Jump:


Users browsing this thread: 35 Guest(s)