Results 1 to 2 of 2
  1. #1

    Default Bot help, skills and item pick up.

    It seems all my bot is picking up is runes and socketable items.

    No uniques in my bag, also my character will use chain lighting alot over lighting which is dumb :/

  2. #2

    Default

    You need to set-up your pickit list. Change the values of the uniques to lower values or even the lowest variable value. At the minute the bot will only keep perfect stated items. Such as mara 30, it woul sell mara 29.

    Go through the lists and change the values.

    [Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 25 // Mara's Kaleidoscope
    That will keep any mara over 25@res.. if you wanted it to keep only @30 it would look like this:

    [Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30 // Mara's Kaleidoscope
    Or to make it really simple go to

    D2NT\scripts\NTBot\char_configs
    Choose your character i.e pala/sorc and edit the file to look like this:

    //-----------------------------------------------------------------------------------
    // SnagIt configuration
    // Select one group only (normal / advance / extreme)
    //-----------------------------------------------------------------------------------
    NTConfig_NIPFilePath.push("normal/normal.nip");
    NTConfig_NIPFilePath.push("normal/magic_rare.nip");
    NTConfig_NIPFilePath.push("normal/set.nip");
    NTConfig_NIPFilePath.push("normal/unique.nip");
    NTConfig_NIPFilePath.push("normal/craft.nip");

    //NTConfig_NIPFilePath.push("advance/normal.nip");
    //NTConfig_NIPFilePath.push("advance/magic_rare.nip");
    //NTConfig_NIPFilePath.push("advance/set.nip");
    //NTConfig_NIPFilePath.push("advance/unique.nip");
    //NTConfig_NIPFilePath.push("advance/craft.nip");

    //NTConfig_NIPFilePath.push("extreme/normal.nip");
    //NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
    //NTConfig_NIPFilePath.push("extreme/set.nip");
    //NTConfig_NIPFilePath.push("extreme/unique.nip");
    //NTConfig_NIPFilePath.push("extreme/craft.nip");
    Remove the // before normal, and add // before advanced.
    Last edited by Speedyw00t; 02-10-2011 at 02:19 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pick It Bot
    By Teur15 in forum Hacks Bots and Editors
    Replies: 5
    Last Post: 05-14-2006, 02:38 PM
  2. pick-it
    By Dzwolf in forum Hacks Bots and Editors
    Replies: 16
    Last Post: 01-18-2005, 02:00 PM
  3. i need d2 pick-it
    By LaZiAzzNd in forum Diablo II Discussion
    Replies: 12
    Last Post: 06-13-2004, 03:42 AM
  4. What's Pick It?
    By Steven Eirich in forum Diablo II Discussion
    Replies: 2
    Last Post: 06-07-2004, 12:36 AM
  5. Help me(pick it)
    By Zyclo in forum Diablo II Discussion
    Replies: 2
    Last Post: 05-21-2004, 05:01 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
  •