Results 1 to 16 of 16

Hybrid View

  1. #1
    Newcomer
    Join Date
    Sep 2009
    Location
    united states
    Posts
    6

    Default help with d2nt 3.0 bot plz?

    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
    Last edited by jedimaster86; 05-24-2010 at 03:59 AM.

  2. #2
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    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

  3. #3
    Newcomer
    Join Date
    Sep 2009
    Location
    united states
    Posts
    6

    Default

    it doesnt say anything my bot just sits there



  4. #4
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    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?

  5. #5
    Newcomer
    Join Date
    Sep 2009
    Location
    united states
    Posts
    6

    Default

    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?
    Last edited by jedimaster86; 05-24-2010 at 03:58 AM.

  6. #6
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    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)

  7. #7
    Newcomer
    Join Date
    Sep 2009
    Location
    united states
    Posts
    6

    Default

    //------------------------------------------------------------------------------
    // 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

  8. #8
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    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
    }
    Last edited by skidude; 05-24-2010 at 07:24 AM.

  9. #9
    Newcomer
    Join Date
    Sep 2009
    Location
    united states
    Posts
    6

    Default

    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
    Last edited by shyguy123; 05-24-2010 at 07:37 AM.

  10. #10
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    Cheers glad to hear u got your bot working right now. If u need any more help just let me know.

  11. #11

    Default

    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.

  12. #12
    Forum Member
    Join Date
    Aug 2010
    Location
    Chaos Sanctuary
    Posts
    49

    Default

    Quote Originally Posted by wu-tang View Post
    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

    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

  13. #13

    Default

    hi i get this massage
    /d2nt/scripts/libs/commom/ntitemparser.ntl (177) : TypeError:_ntipaliasclass is undefined

    what do it mean ?

  14. #14
    Forum Member
    Join Date
    Aug 2010
    Location
    Chaos Sanctuary
    Posts
    49

    Default

    Quote Originally Posted by HorrorzockerxD View Post
    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

  15. #15

    Default

    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 ))
    Last edited by HorrorzockerxD; 09-27-2010 at 02:55 AM.

  16. #16
    Forum Member
    Join Date
    Aug 2010
    Location
    Chaos Sanctuary
    Posts
    49

    Default

    Vielleicht kann ich Sie verstehen besser, wenn Sie Deutsch sprechen

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

    leid, wenn mein Deutsch ist nicht gut
    Last edited by DNA64; 09-27-2010 at 09:52 PM.

Thread Information

Users Browsing this Thread

There are currently 4 users browsing this thread. (0 members and 4 guests)

Similar Threads

  1. D2NT 3.0 for 1.13
    By Finnski1 in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 07-22-2010, 05:45 PM
  2. help me with d2nt bot
    By snowyghost in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 12-14-2009, 07:17 AM
  3. d2nt
    By toyota in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 10-06-2009, 03:49 PM
  4. d2nt help
    By hccore in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 09-03-2009, 12:10 AM
  5. d2nt bot help. :[
    By sparks in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 07-23-2009, 01:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •