Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bot help, skills and item pick up.
#1
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 :/
Reply
#2
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.

Quote:[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:

Quote:[Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30 // Mara's Kaleidoscope

Or to make it really simple go to

Quote:D2NT\scripts\NTBot\char_configs

Choose your character i.e pala/sorc and edit the file to look like this:

Quote://-----------------------------------------------------------------------------------
// 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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,554 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 232 06-23-2012, 04:18 AM
Last Post: comper
  [D2NT Release] kill everything and pick everything in Countess Tower Tacos 0 192 06-18-2012, 02:34 AM
Last Post: Tacos
  New File Added: 1.13d Item Dumper Spitfire 6 853 05-31-2012, 09:54 AM
Last Post: Neoathlon
  Normal/socketed item pickit list Jammer74 39 8,037 05-13-2012, 03:43 AM
Last Post: comper
  Hero Editor Item Import Error ParallelChaos 1 281 05-03-2012, 03:08 PM
Last Post: comper
  Having a little trouble getting barb to item find bmxrider1279 3 243 04-01-2012, 12:04 PM
Last Post: comper
  Problems with charms pick it script tHende 1 265 03-16-2012, 09:01 AM
Last Post: comper
  Pick it help cabra 1 219 03-05-2012, 02:50 PM
Last Post: comper
  Litel help with pick list The Virus 5 253 03-05-2012, 06:27 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)