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 :/
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 :/
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.
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] >= 25 // Mara's Kaleidoscope
Or to make it really simple go to[Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30 // Mara's Kaleidoscope
Choose your character i.e pala/sorc and edit the file to look like this:D2NT\scripts\NTBot\char_configs
Remove the // before normal, and add // before advanced.//-----------------------------------------------------------------------------------
// 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");
Last edited by Speedyw00t; 02-10-2011 at 02:19 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks