Results 1 to 3 of 3

Thread: D2NT Item Help

  1. #1

    Default D2NT Item Help

    Hey I'm new to this bot thing but it seems to going well. I just need some better understanding on how to get rune drops, money, and I would greatly appreciate some help. My char is a sorceress. Well I will be waiting for a reply, and thank you for your time. Just an early thank you in advance. I also failed to mention i also would like to know how to enable the cubing, and keep in mind this is all for the bot. Thanks again.
    Last edited by thekillerplague; 09-25-2010 at 07:31 AM.

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

    Default

    Hello and Welcome ! =)

    I'll start with "How to Enable Cubing";

    You'll want to open up your D2NT folder and navigate to "scripts\NTBot\char_configs\".
    Then open up your "NTConfig_Sorceress_Charname.ntl" file for editing using notepad++.

    Scroll down the page till you see the following CODE as shown below in Figure 1, then
    make sure "NTConfig_Cubing = false; " is set to true "NTConfig_Cubing = true;".

    Any lines that begin with "//" are disabled, so if you want the bot to cube something just enable that line by removing the "//".

    Example:
    Disabled:
    //NTConfig_CubingItem.push([NTCU_GEM, 560]); // Flawless Amethyst

    Enabled:
    NTConfig_CubingItem.push([NTCU_GEM, 560]); // Flawless Amethyst

    I have also made some edits to show if something is for Ladder/Open/Single Player only,
    as not all of them work on Non-Ladder.

    Figure 1
    Code:
        //------------------------------------------------------------------------------
        // Cubing configuration
        //------------------------------------------------------------------------------
        NTConfig_Cubing = true;        // Enable cubing
    
        NTConfig_CubingItem.push([NTCU_GEM, 560]);    // Flawless Amethyst
        NTConfig_CubingItem.push([NTCU_GEM, 565]);    // Flawless Topaz
        NTConfig_CubingItem.push([NTCU_GEM, 570]);    // Flawless Saphire
        NTConfig_CubingItem.push([NTCU_GEM, 575]);    // Flawless Emerald
        NTConfig_CubingItem.push([NTCU_GEM, 580]);    // Flawless Ruby
        NTConfig_CubingItem.push([NTCU_GEM, 585]);    // Flawless Diamond
        NTConfig_CubingItem.push([NTCU_GEM, 600]);    // Flawless Skull
    
        //NTConfig_CubingItem.push([NTCU_MAGIC, 420]);    // Magic Tiara
        //NTConfig_CubingItem.push([NTCU_MAGIC, 421]);    // Magic Diadem
    
        //NTConfig_CubingItem.push([NTCU_MAGIC_CHARM, 603]);    // Magic Small Charm
        NTConfig_CubingItem.push([NTCU_MAGIC_CHARM, 605]);    // Magic Grand Charm
    
        NTConfig_CubingItem.push([NTCU_CRAFT_HITPOWER_GLOVES, 382]);    // Craft Heavy Bracers
        //NTConfig_CubingItem.push([NTCU_CRAFT_HITPOWER_GLOVES, 452]);    // Craft Vambraces
    
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_HELM, 354]);        // Craft Casque
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_HELM, 424]);        // Craft Armet
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_BOOTS, 388]);    // Craft Battle Boots
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_BOOTS, 458]);    // Craft Mirrored Boots
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_GLOVES, 381]);    // Craft Sharkskin Gloves
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_GLOVES, 451]);    // Craft Vampirebone Gloves
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_BELT, 392]);        // Craft Mesh Belt
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_BELT, 462]);        // Craft Mithril Coil
        //NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_AMULET, 520]);    // Craft Amulet
        NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_RING, 522]);        // Craft Ring
    
        NTConfig_CubingItem.push([NTCU_CRAFT_CASTER_AMULET, 520]);    // Craft Amulet
    
        //NTConfig_CubingItem.push([NTCU_CRAFT_SAFETY_SHIELD, 447]);    // Craft Monarch
        //NTConfig_CubingItem.push([NTCU_CRAFT_SAFETY_AMULET, 520]);    // Craft Amulet
    
        NTConfig_CubingItem.push([NTCU_ESSENSE, 0]);
    
        //NTConfig_CubingItem.push([NTCU_RUNE_THUL, 562]);
        //NTConfig_CubingItem.push([NTCU_RUNE_AMN, 557]);
        //NTConfig_CubingItem.push([NTCU_RUNE_SOL, 567]);
        //NTConfig_CubingItem.push([NTCU_RUNE_SHAEL, 577]);
        //NTConfig_CubingItem.push([NTCU_RUNE_DOL, 572]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_HEL, 582]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_IO, 563]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_LUM, 558]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_KO, 568]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_FAL, 578]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_LEM, 573]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_PUL, 583]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_UM, 564]); // Ladder/Open/Single player Only.
        NTConfig_CubingItem.push([NTCU_RUNE_MAL, 559]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_IST, 569]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_GUL, 579]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_VEX, 574]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_OHM, 584]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_LO, 565]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_SUR, 560]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_BER, 570]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_JAH, 580]); // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_RUNE_CHAM, 575]); // Ladder/Open/Single player Only.
    
        //***** Include the following, Primary item must be setted in item_configs folder *****
    
        //NTConfig_CubingItem.push([NTCU_SOCKET_BODYARMOR, 442]);    // Socket Sacred Armor
    
        //NTConfig_CubingItem.push([NTCU_SOCKET_WEAPON, 255]);    // Socket Thresher
        //NTConfig_CubingItem.push([NTCU_SOCKET_WEAPON, 256]);    // Socket Cryptic Axe
        //NTConfig_CubingItem.push([NTCU_SOCKET_WEAPON, 257]);    // Socket Great Poleaxe
        //NTConfig_CubingItem.push([NTCU_SOCKET_WEAPON, 258]);    // Socket Giant Thresher
    
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_WEAPON, 295]);    // Titan's Revenge : Exceptional -> Elite  // Ladder/Open/Single player Only.
    
        //NTConfig_CubingItem.push([NTCU_UPGRADE_N_UNIQUE_ARMOR, 337]);    // Magefist : Normal -> Exceptional
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_ARMOR, 360]);    // Skin of the Vipermagi : Exceptional -> Elite  // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_ARMOR, 383]);    // Magefist or Lava Gout : Exceptional -> Elite  // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_ARMOR, 389]);    // Gore Rider : Exceptional -> Elite  // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_ARMOR, 477]);    // Arreat's Face : Exceptional -> Elite  // Ladder/Open/Single player Only.
        //NTConfig_CubingItem.push([NTCU_UPGRADE_E_UNIQUE_ARMOR, 481]);    // Herald Of Zakarum : Exceptional -> Elite  // Ladder/Open/Single player Only.
    Now let's talk a little bit about Gold or Gold Find (GF).

    Ideally you'll want to create a GF Barb they'll pull in more gold then you can stash.
    The best areas for gold runs in my opinion are cow games and doing Travincial runs.
    Because your GF Barb is a little weaker, you'll want to give some killing power to his Merc,
    and maybe avoid hell, and stick to Nightmare. Here is a great Guide for creating a GF Barb.

    By default the pickit is set to pickup drops of 5,000 gold or more.
    You can lower this to say 400 to gain gold faster when doing your usual runs with your sorc.

    To edit the amount of Gold picked up you'll want to open up your D2NT folder and navigate to "scripts\NTBot\item_configs\".

    There should be 3 folders, Normal, Advanced, and Elite. Because I'm not sure which one you are using I would suggest applying this update to all 3 folders.

    Open up each folder and edit the "normal.nip" file for editing using notepad++.

    Scroll down to the bottom of the page or untill you see the following CODE as shown below in Figure 2, then make sure "5000 " is set to 400. Or what ever minimum amount you want the bot to pickup.
    I wouldn't advise going any lower then 400 though.

    Figure 2
    Code:
    // ##### Gold ##########################
    [Type] == gold # [Gold] >= 5000
    Now for the complicated one, Rune Drops!
    You can use this Drop Calculator to find out the best places to look for specific runes.

    Happy Botting!
    DNA64

  3. #3
    Ancient Jammer74's Avatar
    Join Date
    Jun 2005
    Location
    Toronto,Ontario
    Posts
    452

    Default

    Imho the best places for rune drops are Lower Kurast, Haephaesto (hellforge boss), Countess and Izual,just running these i find um's mals,ists,vex,Lo,sur and I have found 1 zod rune.
    Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [D2NT Release]Item Logging with XML 3.0+
    By skidude in forum Hacks Bots and Editors
    Replies: 76
    Last Post: 06-25-2012, 12:57 PM
  2. D2nt item config
    By Finnski1 in forum Sorceress
    Replies: 2
    Last Post: 12-14-2011, 01:30 PM
  3. Bot: D2NT 3.1 - How do you show who dropped an item?
    By Solstice in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 08-21-2010, 07:59 PM
  4. D2NT Need help adding an item to loot
    By zan45 in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 05-05-2010, 12:38 AM
  5. D2NT Item Log ~
    By dwrhunter in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 04-17-2010, 01:32 PM

Posting Permissions

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