Redrum 0 Report post Posted April 6, 2017 (edited) Hi, having an issue with the bot only identifying 1 item and then npc'ing all the rest of the items unidentified. Apart from that the bot works perfect. Any info on how to fix this would be great, thanks. Sorry wrong forum.... Edited April 6, 2017 by Redrum Quote Share this post Link to post Share on other sites
jps42 138 Report post Posted April 6, 2017 Look at custom user section in pickit. Quote Share this post Link to post Share on other sites
Redrum 0 Report post Posted April 6, 2017 (edited) I have been looking for a while now in pickit & can't find anything that i can change.. Which part should i look in exactly, to make it id everything before it npcs them, ive managed to change it so i only keep uniques, but i cant figure out how to make it id items. //User's custom rules//Currency//Chaos/Regal Recipe//Legacy//Breach//Essences//Talisman//Gems//Cards//Maps//Sockets//Chancing//Whites//Jewels//Unique items Edited April 6, 2017 by Redrum Quote Share this post Link to post Share on other sites
jps42 138 Report post Posted April 6, 2017 Custom user's section - // These following lines are added if you want bot to pickup every rare item and ID it before selling // The new rare item checks by [Type] instead of [Category]; therefore if you have "loot rares" checked in GUI, bot will sell for transmute shards // If you have the lines below uncommented, the bot will use the mod check (I used something random, in the case [DPS] to ID), then sell to vendor for alt shards // [Category] == "Helm" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" // [Category] == "Gloves" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" // [Category] == "Boots" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" // [Category] == "Chest" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" // [Category] == "Weapon" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" // [Category] == "Shield" && [Rarity] == "Rare" # [DPS] > "10000" && [stashItem] == "true" Quote Share this post Link to post Share on other sites
Redrum 0 Report post Posted April 6, 2017 Thanks for that.. it was right there all along.. was set to false. >< Quote Share this post Link to post Share on other sites