Results 1 to 3 of 3

Thread: Need a change!

  1. #1

    Default Need a change!

    Im picking up normal and magical weapons armor ect. I do not want to pick up any of these. I also am passing up uniques like war travs etc. What do I have to change to keep this from happening again? I am knew to the bot and dont like seeing my bot pass up decent items.

  2. #2
    A Noob in your Darkness Pamela's Avatar
    Join Date
    Jun 2003
    Location
    Texas
    Battle Tag
    None
    Posts
    7,068

    Default

    I am not really going to be helpful in answering you,because I don't play Diablos2.However I am sure many members and other Staff can offer you some advice
    and assistance in this matter.
    Just hang tight until Blue,or Jedi see this thread and do 2 things.
    1. Make fun of me(everyone does) for not playing....
    2. Give you an answer to this dilema.(crosses her fingers) :P

    Pams a big newb!!!!!!!!!!
    Last edited by Blue; 01-17-2011 at 08:27 AM.


    A Light in your Darkness...always there...and burning...

  3. #3
    Too Noob To Be True Blue's Avatar
    Join Date
    Aug 2005
    Location
    Amittyville
    Battle Tag
    Blue#1471
    Posts
    3,709

    Default

    Well first go to your char_config.

    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");

    If you don't want it to bother picking up set items, just put "//" in front of this line
    " NTConfig_NIPFilePath.push("advance/set.nip"); "
    And so on and so fourth with every other line.

    Next go to this folder. "D2NT31_NTBot42\D2NT\scripts\NTBot\item_configs\ad vance"
    There you will see the pickit files (that explain the lines above) that show the stats an item must have before you pick it up.

    Tip: There is a magic/rare pickit file in the D2NT bots and editors forum (where this thread should have been posted in) that only picks up the best of the best.
    Tip: If you don't know how to edit this code, go back to the char config.
    Code:
    //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");
    If you want it to pick up pretty much anything regardless of stats (like picking a shako with really low defense, it won't pick up a low quality normal boots) then take off the "//" from the normal set and put the "//" in front of the other sets. Advance is step above normal, and Extreme is the best of the best.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do you change your CD key?
    By Pyro_penguin in forum Hacks Bots and Editors
    Replies: 10
    Last Post: 05-18-2010, 08:22 AM
  2. CD key change?
    By One Up in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 07-24-2008, 11:59 AM
  3. How do i change my cd keY?
    By Pain in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 02-14-2005, 12:43 AM
  4. Ip change?
    By supras4lyfe in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 01-17-2005, 08:12 AM
  5. How do you change your IP?
    By h0le in forum Tech Forum
    Replies: 20
    Last Post: 01-15-2005, 01:14 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
  •