DeadDevil 0 Report post Posted March 26, 2014 (edited) Hi Guys, i tried to config my pickit , so that it pick up rare items and stash them. Works fine so far but the Bot keep sellings rings and amus. I hope you can help me! [Category] == "Chest" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Shield" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Helm" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Gloves" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Boots" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Belt" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true" I looked for a reason in the Forum but the only thread i found was "turn off pickit if u dont want the bot sell your items".. but if i turn it off the bot stops pickin up some scrolls and gems did i wrote something wrong in the config? Greetings (Sorry for my bad english guys pls be nice!) Edited March 26, 2014 by DeadDevil Share this post Link to post Share on other sites
touchedzero 2 Report post Posted March 26, 2014 on main bot pickit area on the bot, not the script.. I have loot rare rings/amys checked + loot rare items checked and it will stash all belts , rings and ammys but other then that it will only stash the other rares that are listed in my pickit... so maybe check if u have your boxes checked Share this post Link to post Share on other sites
zeMagic 7 Report post Posted March 28, 2014 To enable the stashing of rings, amulets and belts, you should follow the pickit guidelines in the file itself. Under rare items, there should be a list of item categories. It should state somewhere around there, something along the lines of "Uncomment the following 3 lines to stash rings amulets and belts instead of selling them, and comment out the above 3 lines". If you want to keep the rings, amulets and belt UNIDENTIFIED, theres a bit more to it: You have to scroll further down the pickit, down to where rare items are explicitly listed. Find the section for belts, rings and amulets, and delete or comment out the entire section. If you do not do this, the pickit will make it so that everything is identified to check stats, and then stashed, making the 2x chaos recipe worthless for the bot. Should be easy enough to understand, i hope xD Share this post Link to post Share on other sites