Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with d2nt 3.0 bot plz?
#1
i made a hdin i got everything working but when i join a game he just sits there what do i do?

EDIT: so i thought i got it to work because when i joined a game i didnt have a red error like it did but now the errors gone he just wont move?

can someone help
Reply
#2
What does it say on the top of the screen? should say [D2NT 3.0] running then what ever boss u have it sent to start with.

so if u have it set to run pindle first it should say this at the top of screen after it makes a game.
[D2NT 3.0] Running NTPindleskin.ntj
Reply
#3
it doesnt say anything my bot just sits there


[Image: 2dhsc1y.jpg]
Reply
#4
Did u happen to try to make the bot pick up essences? I have heard of people haven this issue when doing so.

There is a line of code messed up somewhere. Did u mess with any of the scripts beside char config?
Reply
#5
yea the items ill re download it and not do anything but the char config and the essances

thanks for your help i got it running

so i just got done watching him do a run and he doesnt use conc aura can i get help?
Reply
#6
Please use the edit post next time. Open your pally config file and scroll down till u see attack config.
set primary skill to boss to 112 (hammeR) and primary aura to boss to 113(conc)
Reply
#7
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_PutAura = 113; // What aura do you want to use on attack. Set to 0 if you won't
NTConfig_AttackSkill[0] = 112; // Cast your first spell once. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Cast your primary spell to boss.
NTConfig_AttackSkill[2] = 112; // Cast your primary spell to others.
NTConfig_AttackSkill[4] = 112; // Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
NTConfig_CheckSafe = true; // Set to true to check for curses, merc and potion (go to town if needed)
NTConfig_UseRedemption = true; // Set to true to use Redemption after killing monster.

// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;

NTConfig_UseRedemptionHP = 80; // Use Redemption if under this percent of life. Set to 0 if you won't
NTConfig_UseRedemptionMP = 60; // Use Redemption if under this percent of mana. Set to 0 if you won't
}


i have it on but it still doesnt do anything
Reply
#8
Your pally config file is diff from mine, Is that a older config file? i know u were running 3.0 from the screen shot but the script does not match up with mine

//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Primary skill to boss.
NTConfig_AttackSkill[2] = 113; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 112; // Primary skill to others.
NTConfig_AttackSkill[4] = 113; // 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 = false; // Set to true if you want to clear area after killing boss.

// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;

NTConfig_UseRedemptionHP = 80; // Use Redemption if under this percent of life. Set to 0 if you won't
NTConfig_UseRedemptionMP = 60; // Use Redemption if under this percent of mana. Set to 0 if you won't
}
Reply
#9
yea i used the stuff it gave in the guide tho ill try ur confige and see if it works


aight man thanks got it working
Reply
#10
Cheers glad to hear u got your bot working right now. If u need any more help just let me know.
Reply
#11
Skidude you seem to know what your doing and i have a promblem with my bot hes joining games fine he just wont move after i join the game it says refference error:NT_loadconfig is not defined if you can help i would really appreciate it.
Reply
#12
wu-tang Wrote:Skidude you seem to know what your doing and i have a promblem with my bot hes joining games fine he just wont move after i join the game it says refference error:NT_loadconfig is not defined if you can help i would really appreciate it.

Did you try the search function or Google?
Because both have the answers Wink

At any rate, a little more information could be useful..

Do you get this error?
NTBotGame.ntj (17) ReferenceError: NT_LoadConfig is not defined
Loaded default config


Or do you get this error?
NTBotGame.ntj (1) ReferenceError: NT_LoadConfig is not defined

If you get the first error with "Loaded default config" then you have not correctly setup your character config files name which is why it is loading the default config.

Open up your D2NT folder and go to "D2NT\scripts\NTBot\char_configs\"

If you are a Paladin then you would edit "NTConfig_Paladin_charname.ntl" to "NTConfig_Paladin_YOUREXACTCHARACTERSNAMEHERE.ntl".

Example if my characters name (Not account name) was NinjaSlayer, then my file would be named;
"NTConfig_Paladin_NinjaSlayer.ntl".

If you are getting the second error, chances are somehow you character config file has become corrupt.
This can happen if you use notepad instead of notepad++.

Just grab the file below and then name it as I mentioned above and make sure to "carefully" configure the file properly. Such as what bosses you want to kill, your picket settings, stash settings and skills.

File Name : NTConfig_Paladin.zip
File Size : 3968 byte
File Type : Zip archive data, at least v2.0 to extract
MD5 : 94f3b1c17bf8aba357fac2abbd2e6f8b
SHA1 : 082e389eae4c7365fdbfb777ebe67d2097106976
Virus Scan Report
Pastebin Link

Happy Botting!
DNA64 devilish:
Reply
#13
hi i get this massage
/d2nt/scripts/libs/commom/ntitemparser.ntl (177) : TypeError:_ntipaliasclass is undefined

what do it mean ?
Reply
#14
HorrorzockerxD Wrote:hi i get this massage
/d2nt/scripts/libs/commom/ntitemparser.ntl (177) : TypeError:_ntipaliasclass is undefined

what do it mean ?

Why are you still using 3.0?
I advise you visit the downloads section and download the latest version.

But to answer your question, the number in the brackets (177) is the line in the file ntitemparser.ntl where the error is occurring. Open up the file using notepad++ and make sure line 177 looks like the following. It may be a line or two up or down, depending on if you've made any changes.

Code:
{
            switch(_section[i][0])
            {
            case 't':
               _result[0] += _NTIPAliasType[_keyword];
               break;
            case 'n':
               _result[0] += _NTIPAliasClassID[_keyword];
               break;
            case 'c':
               _result[0] += _NTIPAliasClass[_keyword];
               break;
            case 'q':
               _result[0] += _NTIPAliasQuality[_keyword];
               break;
            case 'f':
               _result[0] += _NTIPAliasFlag[_keyword] + ")";
               break;
            }
This error is basically stating that in your pickit file you're using "[class] ==", but [class] isn't defined in ntitemparser.ntl so it doesn't know what do to. Maybe just a typo...

Happy Botting!
DNA64 devilish:
Reply
#15
i loaded bot version 4.1 and all work right connect ect. but in the game bot search red TP to nittathak and tp dont open and then bot kills ettrich in ice highland and then
loaded default config
NTpindleskin.ntj: NTTM_Checkact() failed (ice highland)


srry i am german if grammathik sucks Wink))
Reply
#16
Vielleicht kann ich Sie verstehen besser, wenn Sie Deutsch sprechen

Zeig mir deine NTConfig_??_??.ntl Datei

leid, wenn mein Deutsch ist nicht gut
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,271 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,064 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 171 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 272 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 356 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,584 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 233 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: 1 Guest(s)