Posts: 5
Threads: 4
Joined: Nov 2011
Reputation:
0
why would it do this? what/where is the script that determines what it sells and what it keeps? so far it's sold shako, leviathan, and gheed's. Please assist me[COLOR="Silver"]
---------- Post added at 07:09 PM ---------- Previous post was at 06:27 PM ----------
[/COLOR]Nevermind.
correct me if i'm wrong but if i switch to using "normal" pickit instead of advanced/extreme it'll keep all of whatever isnt //?
Posts: 385
Threads: 23
Joined: Aug 2010
Reputation:
0
it sells items that arent good enough according to the scripts
Posts: 7
Threads: 2
Joined: Oct 2011
Reputation:
0
Go there --> D2NT 3.3\scripts\NTBot\item_configs\advance\Unique (Advance, Normal, or Extreme, depending which one you use, i think advance is default one)
Then go to the Shako line in helm section
// ##### Helms #########################
[Name] == SkullCap && [Quality] == unique && [Flag] != ethereal # [ItemMagicBonus] >= 50 //Tarnhelm
//[Name] == Mask && [Quality] == unique && [Flag] != ethereal // The Face of Horror
//[Name] == WarHat && [Quality] == unique && [Flag] != ethereal // Peasent Crown
[Name] == Sallet && [Quality] == unique # [FireResist] >= 45 && [ColdResist] >= 35 && [LightResist] >= 35 // Rockstopper
[Name] == WingedHelm && [Quality] == unique # [EnhancedDefense] >= 195 && [ItemAddClassSkills] >= 2 // Valkyrie Wing
//[Name] == DeathMask && [Quality] == unique // Blackthorn's Face
[Name] == GrandCrown && [Quality] == unique # [EnhancedDefense] >= 190 && [LifeLeech] == 12 // Crown of Thieves
[Name] == GrimHelm && [Quality] == unique // Vampire Gaze
[Name] == Shako && [Quality] == unique && [Flag] != ethereal // Harlequin Crest
[Name] == Demonhead && [Quality] == unique // Andariel's Visage
[Name] == BoneVisage && [Quality] == unique // Giant Skull
[Name] == SpiredHelm && [Quality] == unique // Nightwing's Veil
[Name] == Corona && [Quality] == unique // Crown of ages
If you want your bot to keep all kind of shako not ethereal then copy past mine. If you want to keep ethereal one also, remove everything between unique and the //
Goodluck