Thread Rating:
  • 4 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NEW] D2NT for Patch 1.13!
#61
Hey i got ntmap to work fine and everything but the problem for me lays with in starting games with the ntbot... it gets to the main screen then when it makes a game it always ends up failing to join game. then goes back to the main screen then tries again in like 3 mins or so.. how do i fix this or is it an issue with my internet or????..

SOS! Big Grin
Reply
#62
Hi,
I have a problem with the D2NT 3.0 Bot. It works but sometime it bugs.
He says to me: C:\Users\Onizuka\Desktop\D2NT30_NTBot41\scripts\li bs\common\NTSnaglt.ntl (111): TypeError:_item.name is undefined Sad
Can someone help me please?

Thank you Smile
Reply
#63
Nvm I got it
Reply
#64
Got it working in xp and windows 7.
Reply
#65
Ch3mic4l Wrote:Hey i got ntmap to work fine and everything but the problem for me lays with in starting games with the ntbot... it gets to the main screen then when it makes a game it always ends up failing to join game. then goes back to the main screen then tries again in like 3 mins or so.. how do i fix this or is it an issue with my internet or????..

SOS! Big Grin

There's been a LOT of "failed to join game" issues with Blizzard just lately. That might be the trouble. Try a few more times & if it still fails every time then it's, um, idk!
Reply
#66
Ch3mic4l Wrote:Hey i got ntmap to work fine and everything but the problem for me lays with in starting games with the ntbot... it gets to the main screen then when it makes a game it always ends up failing to join game. then goes back to the main screen then tries again in like 3 mins or so.. how do i fix this or is it an issue with my internet or????..

SOS! Big Grin

Your bot is spamming commands to battle.net to quickly. If you hit create game right after entering the gn/pw your almost guaranteed a ftjg - to many failed attempts and you'll likely be rewarded with a 12+ hour realm ban.

Open your D2NT folder >> Scripts >> open NTBot.ntj

Find these variables-
var clickDelay = 1000; // wait X milliseconds before next action after a click event
var textDelay = 1500; // wait X milliseconds before next action after inserting text into a textbox
var clickDelayRandom = 500; // random amount of time to add to a click
var textDelayRandom = 500; // random amount of time to add to a text set

You'll probably have to increase your textdelay (idk what the original delay is set to)

You'll probably have to change this too (same file - 4 lines above)
var createGameThreshold = 8000; // time in milliseconds to wait between making games
var createGameThresholdRandom = 2000; // time in milliseconds to randomly add +/- to the game create time

Make sure you aren't creating a game less than 5 seconds after leaving the previous to prevent ftgj.


EDIT:
Onizuka Wrote:Hi,
I have a problem with the D2NT 3.0 Bot. It works but sometime it bugs.
He says to me: C:\Users\Onizuka\Desktop\D2NT30_NTBot41\scripts\li bs\common\NTSnaglt.ntl (111): TypeError:_item.name is undefined Sad
Can someone help me please?

Thank you Smile

The problem is inside one of your pickitz, I believe.

Open whichever pickit you are using (d2nt's Normal & magic_rare for normal/andvanced/etreme have errors).

Scroll down till you find a line with '(' before it:
WRONG
([Name] == CrusaderBow || [Name] == HydraBow) && [Quality] == superior # [Sockets] == 0 && [EnhancedDamage] >= 15 // Breath of the Dying
CORRECT
[Name] == CrusaderBow || [Name] == HydraBow) && [Quality] == superior # [Sockets] == 0 && [EnhancedDamage] >= 15 // Breath of the Dying

Just add // before it to ignore that line.



Hope that help / makes sense.
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.
Reply
#67
my bot doesnt pick items up
Reply
#68
I'm having troubles also,

it enters game, but when finally in this error comes up : .............(Where it's @ in my pc) \D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined.


I rly got no clue what to do.

I also tried to add : NT_LoadConfig("NTBOT/ntmap"); where it 1st was : NT_LoadConfig();

That also didn't help :S

Edit : stupid me ^^ I removed the sorceress from the name ^^

now i got another question :

i would like 2 edit the item scripts..

but there are 3 of 'em ... normal / advanced / extreme

wth -.-

i don't understand it, what's the use of it and wich 1 should i edit ?
Reply
#69
ownage Wrote:my bot doesnt pick items up

At all? Are your pickits defined in you config.ini file?

DJ-Phenom Wrote:now i got another question :

i would like 2 edit the item scripts..

but there are 3 of 'em ... normal / advanced / extreme

wth -.-

i don't understand it, what's the use of it and wich 1 should i edit ?


That is to allow you how strict you want the pickit to be. There are actually 5 pickit files in each of those folders craft/magicrare/normal/set/unique.

After editing those files you can turn them on in your NTconfig fire under snagit configuration.
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.
Reply
#70
DJ-Phenom Wrote:now i got another question :

i would like 2 edit the item scripts..

but there are 3 of 'em ... normal / advanced / extreme

wth -.-

i don't understand it, what's the use of it and wich 1 should i edit ?

Just as the person above me said, they determine how picky the bot is. I personally go with normal and it still picks up all the good stuff along wih some semi-decent items. For example, the extreme pack picks up and keeps only the 20 dex/240+ ar raven frosts. The normal picks up pretty much any raven frost. It just depends on what length you are going to to get highly valuable items. All-in-all, the normal will pick up just the same as extreme but with greater variations. In my opinion, stick with normal and edit it to your liking.
Reply
#71
Quote:Your bot is spamming commands to battle.net to quickly. If you hit create game right after entering the gn/pw your almost guaranteed a ftjg - to many failed attempts and you'll likely be rewarded with a 12+ hour realm ban.

Open your D2NT folder >> Scripts >> open NTBot.ntj

Find these variables-
var clickDelay = 1000; // wait X milliseconds before next action after a click event
var textDelay = 1500; // wait X milliseconds before next action after inserting text into a textbox
var clickDelayRandom = 500; // random amount of time to add to a click
var textDelayRandom = 500; // random amount of time to add to a text set

You'll probably have to increase your textdelay (idk what the original delay is set to)

You'll probably have to change this too (same file - 4 lines above)
var createGameThreshold = 8000; // time in milliseconds to wait between making games
var createGameThresholdRandom = 2000; // time in milliseconds to randomly add +/- to the game create time

Make sure you aren't creating a game less than 5 seconds after leaving the previous to prevent ftgj.
Thanks man it helped!

oh btw.. i use this bot normally for nl hdin cuz he has nigma and hes fully geared to the nuts, but for my ladder hdin how do i rig it so that he runs instead of teles?? he just sits there running in circles haha

help plzz Big Grin
Reply
#72
hey, i was just wondering why the bot wont use a rejuvenation potion on my merc when it drops below the threshold. occasionally.. occasionally it will, but most of the time my merc is sitting at like 20% health for 15 seconds then it just takes another hit and chickens. its so annoying because i would easily be able to do duriel and mephesto like this but instead i just chicken. lil help? Also the only thing i could think of is that the bot uses a regular health potion and thinks the merc is going to be alright, but the damage it's taking is slightly more than the healing most of the time, on bosses. and is there anyway to get the bot to static shock on certain bosses and not others?
Reply
#73
NTConfig_AttackSkill[2] = 42; // Primary untimed skill to boss. Set to 0 if you won't

Use this to cast static on any monster that isn't normal. I been testing other methods but this is the only one that works with switching to my frozen orb to finish off bosses. Enjoy.


Edit: This will not keep u from using ur main skill on say, an enemy like a normal carver. Any monster that is unique in any way, will get static in their face then finished off with ur main skill.
Reply
#74
DJ-Phenom Wrote:I'm having troubles also,

it enters game, but when finally in this error comes up : .............(Where it's @ in my pc) \D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined.


I rly got no clue what to do.

I also tried to add : NT_LoadConfig("NTBOT/ntmap"); where it 1st was : NT_LoadConfig();

That also didn't help :S

Edit : stupid me ^^ I removed the sorceress from the name ^^

now i got another question :

i would like 2 edit the item scripts..

but there are 3 of 'em ... normal / advanced / extreme

wth -.-

i don't understand it, what's the use of it and wich 1 should i edit ?

could you please explain what you did to fix the error

"\D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined."

i dont understand what you mean by " I removed the sorceress from the name"
Reply
#75
thor14 Wrote:could you please explain what you did to fix the error

"\D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined."

i dont understand what you mean by " I removed the sorceress from the name"

What he meant is that when he re-named the sorc script, he deleted sorceress from the script instead of leaving it part of it.
Reply
#76
thor14 Wrote:could you please explain what you did to fix the error

"\D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined."

i dont understand what you mean by " I removed the sorceress from the name"


You need to replace the 'sorceress' with w/e your character name is. Pretty sure its case sensitive too but don't quote me on that.
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.
Reply
#77
Ragnarhox Wrote:You need to replace the 'sorceress' with w/e your character name is. Pretty sure its case sensitive too but don't quote me on that.

can you be specific as to which files you have to rename, or direct me to where it says in a setup instructions or w/e im a tad bit confused.
so far i've renamed
\D2NT30_NTBot41\D2NT\scripts\NTMap\char_configs....NTConfig_Sorceress.ntl...and changed the sorceress part to my char's name
and i've also renamed
\D2NT30_NTBot41\D2NT\scripts\NTBot\char_configs....NTConfig_Sorceress.ntl...and changed the sorceress part to my char's name

and i still get the error
Reply
#78
thor14 Wrote:can you be specific as to which files you have to rename, or direct me to where it says in a setup instructions or w/e im a tad bit confused.
so far i've renamed
\D2NT30_NTBot41\D2NT\scripts\NTMap\char_configs....NTConfig_Sorceress.ntl...and changed the sorceress part to my char's name
and i've also renamed
\D2NT30_NTBot41\D2NT\scripts\NTBot\char_configs....NTConfig_Sorceress.ntl...and changed the sorceress part to my char's name

and i still get the error

D2NT\scripts\NTBot\char_configs....Your char config is here.

NTConfig_Sorceress_MonkeyBrains....Your char script has to be like that. Leave sorceress exactly like that then an _ followed by ur chars exact name.

Also, if ur file shows .ntl, make ur script like this: NTConfig_Sorceress_VoodooMfer.ntl

My friend had to do so to make his work. Mine never showed the .ntl and works without it. Kinda strange tho.
Reply
#79
VoodooHamma Wrote:D2NT\scripts\NTBot\char_configs....Your char config is here.

NTConfig_Sorceress_MonkeyBrains....Your char script has to be like that. Leave sorceress exactly like that then an _ followed by ur chars exact name.

Also, if ur file shows .ntl, make ur script like this: NTConfig_Sorceress_VoodooMfer.ntl

My friend had to do so to make his work. Mine never showed the .ntl and works without it. Kinda strange tho.

i still have the same error...
\D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined.
Sad
Reply
#80
thor14 Wrote:i still have the same error...
\D2NT 3.0\scripts\NTBot\NTBotGame.ntj(17) ; ReferenceError: NT_LoadConfig is not defined.
Sad

Are your attacks set up?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,264 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,049 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 169 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 271 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 354 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,549 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 232 06-23-2012, 04:18 AM
Last Post: comper
  someone please help my d2nt bot wont kill any bosses mcmullenp4 2 178 06-19-2012, 10:18 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 2 Guest(s)