06-04-2010, 10:06 PM
go to D2NT\scripts\NTBot\item_configs and pick the config u have the bot using, You can find out what pickit folder your bot uses by going to D2NT\scripts\NTBot\char_configs then picking your sorc's config and scroll down to SnagIt configuration
if u want to keep an item unid just remove everything past unique or set or rare
like this would keep vipermagi unid
[Name] == SerpentskinArmor && [Quality] == unique
or u can keep it unid and still know what each item is by keeping the // then the item name after it, like i show here
[Name] == SerpentskinArmor && [Quality] == unique // Skin of the Vipermagi
if u don't want the bot to pick up the item it would look like this, with the // infront of the [Name]
//[Name] == SerpentskinArmor && [Quality] == unique // Skin of the Vipermagi
if u want to keep an item unid just remove everything past unique or set or rare
like this would keep vipermagi unid
[Name] == SerpentskinArmor && [Quality] == unique
or u can keep it unid and still know what each item is by keeping the // then the item name after it, like i show here
[Name] == SerpentskinArmor && [Quality] == unique // Skin of the Vipermagi
if u don't want the bot to pick up the item it would look like this, with the // infront of the [Name]
//[Name] == SerpentskinArmor && [Quality] == unique // Skin of the Vipermagi