Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need a change!
#1
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.
Reply
#2
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) Tongue

Pams a big newb!!!!!!!!!!
[SIGPIC][/SIGPIC]

A Light in your Darkness...always there...and burning...
Reply
#3
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\advance"
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.
[Image: nyyzok.gif]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Password Change Request Karant2 2 203 06-23-2012, 01:10 PM
Last Post: Karant2
  What happened to the name change thread? Metalhead Steve 2 261 10-17-2007, 11:30 PM
Last Post: Z3R0
  name change someone? SquerM 5 389 10-06-2005, 02:47 AM
Last Post: TroGdoR
  Name Change Kingsrookie 1 283 09-19-2005, 10:26 PM
Last Post: Spitfire
  Change HomePage Halcyon 3 412 08-15-2005, 07:54 PM
Last Post: GoodGuyDoll420
  Signature Change Obfuscate 11 467 03-01-2005, 12:42 PM
Last Post: logic.

Forum Jump:


Users browsing this thread: 1 Guest(s)