Thread Rating:
  • 7 Vote(s) - 3.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT31 NTBot42 Tutorial
slemm Wrote:3 min/game = 20 games per hour, more than that will get you locked out for alot longer than 50 seconds
Ah okey , well thats 480 games each day Smile I've been doing countess andy and mephisto in like 5 hours in europe. ladder, I've got around 10 ist together Smile
Tho in 180 games I've made I got 67 games of chickens ..
Reply
hey i have a prob with the bot program.... i think everthing is set up right but when i turn it on it just gose to the login page on d2 and just sits there ne thing u guys can tell me will help alot....
Reply
xxkiaxx Wrote:hey i have a prob with the bot program.... i think everthing is set up right but when i turn it on it just gose to the login page on d2 and just sits there ne thing u guys can tell me will help alot....

Do you run as an administrator? Try that.
Reply
slemm Wrote:Is there a way to make the bot use enchant on merc Smile?
Yes there is a way but I'm not 100% sure about the code's

open \D2NT\scripts\libs\common then click precast and scroll down till u see sorc precast and add this line under another precast.
NTC_CastSkill(52, NTC_HAND_RIGHT); // Enchant

If it does not work its cause we need the GetState code too, Please let me know if it works or don't work
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
Using Bot Is so frikking amazing I've gained so many nice high runes and alot of great stuffs ! Thank you skiidude for the support of helping me setting the bot up, And thank you for doing this tutorial showing how to do ! And also to the one who made this BOT ! Highly Appriciated 1
Reply
I did not make the tutorial and np for the help
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
skidude Wrote:I did not make the tutorial and np for the help

I know but i men't thanks for the one that did it.
Reply
i dont do much "foruming" and not sure if this is gonna be in the right sopt lolz, but i need a lil help...
just dled the bot works great! love it. but need help with what he grabs and wat not i dont know how to configure any of that i copied ur pickit list thing (skid) but! i have no idea where the bots list is...

also so far he's picked up a few unique's and sold them... and not put em in the stash... /sad
Reply
Cyote Wrote:i dont do much "foruming" and not sure if this is gonna be in the right sopt lolz, but i need a lil help...
just dled the bot works great! love it. but need help with what he grabs and wat not i dont know how to configure any of that i copied ur pickit list thing (skid) but! i have no idea where the bots list is...

also so far he's picked up a few unique's and sold them... and not put em in the stash... /sad
I hope u copied my pickit into magic_rare nip file (by default the bot uses advanced folder pickit nips files)

You can make the bot keep your uniq's unid or u can just lower the stats the bot looks for on the item

Just remove everything that comes after unique/set/rare/magic to make the bot keep that item unid

Like here the bot will keep uniq corona unid (coa)
[Name] == Corona && [Quality] == unique
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
Big Grin ty ty all is working like i want it to now.
i wanted to ask lol are you and skiddrow related in any way?
just curious Tongue
thnx again for the all the advice on the site and with the bot woulda been lost w/o ya
Reply
ok 1 more question,
// ##### Armor #########################
[Name] == SerpentskinArmor && [Quality] == unique && [Flag] != ethereal # [FireResist] >= 25 // Skin of the Vipermagi
[Name] == Wyrmhide && [Quality] == unique && [Flag] != ethereal # [Defense] >= 800 && [FireResist] >= 25 // Skin of the Vipermagi
[Name] == MeshArmor && [Quality] == unique # [EnhancedDefense] >= 180 // Shaftstop
[Name] == RussetArmor && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 160 // Skullder's Ire
[Name] == TemplarCoat && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 180 // Guardian Angel
[Name] == DuskShroud && [Quality] == unique && [Flag] != ethereal # ([PassiveFireMastery] >= 10 || [PassiveLtngMastery] >= 10 || [PassiveColdMastery] >= 10) // Ormus' Robes
[Name] == BalrogSkin && [Quality] == unique # [ItemAllSkills] >= 2 && [EnhancedDefense] >= 150 // Arkaine's Valor
[Name] == WireFleece && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 160 // The Gladiator's Bane
[Name] == KrakenShell && [Quality] == unique # [DamageResist] >= 15 && [Strength] >= 40 // Leviathan
[Name] == SacredArmor && [Quality] == unique # [Strength] >= 20 // Tyrael's Might

that is part of the original uniq file, with that being said my bot will pick up all those types of helms if they drop right? or does that // thing have to be removed?

edit: the first "//" ##### Armor #########################
and how do i make the bot invite if at all possible
Reply
// ##### Armor #########################
Is just a note to tell u that armors go under that, Your bot will pick up them armors as long as it meets the req's set in the pickit

no me and skiddrow are not related
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
hey thanks for running all this skidude, really makes our lives a lot easier

my question is how do i get my sorc to NOT engage creeps around meph after hes dead, i have this line already set
NTConfig_ClearPosition = false; // Set to true if you want to clear area after killing boss.

but he still engages the blood lord, which are cold immune, and im a blizz sorc lol so it just keeps blizz'ing tilll it chickens out
Reply
Mclovin86 Wrote:hey thanks for running all this skidude, really makes our lives a lot easier

my question is how do i get my sorc to NOT engage creeps around meph after hes dead, i have this line already set
NTConfig_ClearPosition = false; // Set to true if you want to clear area after killing boss.

but he still engages the blood lord, which are cold immune, and im a blizz sorc lol so it just keeps blizz'ing tilll it chickens out
Try making your bot not open chests should make it stay away from them guys
NTConfig_OpenChest = false; can be found in your char config under General configuration
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
skidude Wrote:Try making your bot not open chests should make it stay away from them guys
NTConfig_OpenChest = false; can be found in your char config under General configuration

Ah thanks skidude i'ma try that ! I also needed help with that on mephisto Smile

And what does it mean by open chest?


skidude , I am doing Meph , Andy and Countess. Is there anyway I can do countess and andariel before doing mephisto? Since i usually get chicken on meph.
Reply
is there any way to make this bot inv to party or accept invs?

Drazharm Wrote:skidude , I am doing Meph , Andy and Countess. Is there anyway I can do countess and andariel before doing mephisto? Since i usually get chicken on meph.

im not skid obviously but i've been messing with some of the script...

NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTMephisto.ntj");

cut and paste them into the order you want your bot to do them 1st, it'd look like that then all the other bosses you arn't killing will be "//" after the 3 u want. theres prolly an easier way to do it, so if u dont want to risk messin ur config up wait for skid but this has been woiking for me.

eld, thresh, mephy, count, lil B and big D is my order
Reply
Idk what happens but i've lost like 8 Um runes today? Someone know why, and my bot is taking out all the stuffs i got in my cube? Can someone tell me why?
Reply
Cyote Wrote:is there any way to make this bot inv to party or accept invs?

I don't have the bot downloaded anymore, but I remember with the previous version, in your char file, right at the top of the bosses, there was a list of things it did. And one was to do a public game and another right by it was to quit on hostile.

If you set it to do public games, whether or not they have passwords, it should invite and party them.
[Image: nyyzok.gif]
Reply
Blue Wrote:I don't have the bot downloaded anymore, but I remember with the previous version, in your char file, right at the top of the bosses, there was a list of things it did. And one was to do a public game and another right by it was to quit on hostile.

If you set it to do public games, whether or not they have passwords, it should invite and party them.

i got it ^,^ ty tho, it wasn't at the top like others have posted so thats what thru me off its almost at the bottom, like hidden so i was scrolling to fast, general part olny hasits 4 lines or so. easy to miss Big Grin i just didn't slow down
Reply
Drazharm Wrote:Ah thanks skidude i'ma try that ! I also needed help with that on mephisto Smile
And what does it mean by open chest?

skidude , I am doing Meph , Andy and Countess. Is there anyway I can do countess and andariel before doing mephisto? Since i usually get chicken on meph.

If u set the NTConfig_OpenChest to true it will open big chests like meph's/pits and there is alot of other places with them.
Yes u can change the order of the bosses, Just cut and paste or copy and paste then delete the double, Just set count and andy 1st and 2nd on the boss list (make sure u don't overwrite the boss that's first now lol).

Cyote Wrote:is there any way to make this bot inv to party or accept invs?
Open your char config file and scroll down till u see General configuration. Set NTConfig_PublicMode = false; change that to true and bot will invite

Drazharm Wrote:Idk what happens but i've lost like 8 Um runes today? Someone know why, and my bot is taking out all the stuffs i got in my cube? Can someone tell me why?
You can't keep stuff in the cube when u have Cubing set to true, If u have to turn off cubing open up your char config file and scroll down till u see Cubing configuration then set NTConfig_Cubing = true; to false
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
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: 5 Guest(s)