nightmarenate 0 Report post Posted October 18, 2015 Can anyone teach me to setting for stashing rare rings, belts, amulets? I've tried but still dont get how it works. Much appreciate your helps. Share this post Link to post Share on other sites
dynastyo 151 Report post Posted October 18, 2015 search for that in ur pickit /////////////////////////////////////////////////////////////////////////////////////// //// User's custom rules //// ///////////////////////////////////////////////////////////////////////////////////////[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file// For storing belts and jewelry for chaos orb recipe, Uncomment the 3 below and comment the 3 above to stash jewelry. Also, delete the jewelery from the accessories section.// [Category] == "Belt" && [Rarity] == "Rare"// [Category] == "Ring" && [Rarity] == "Rare"// [Category] == "Amulet" && [Rarity] == "Rare" uncomment = delete the // Share this post Link to post Share on other sites
nightmarenate 0 Report post Posted October 19, 2015 Thanks dude. It helps. +1 Like Share this post Link to post Share on other sites
cynsible 4 Report post Posted December 16, 2015 for me it was not just uncomment but add # [stashItem] == "true" like: // For storing belts and jewelry for chaos orb recipe, Uncomment the 3 below and comment the 3 above to stash jewelry. Also, delete the jewelery from the accessories section.[Category] == "Belt" && [Rarity] == "Rare" # [stashItem] == "true"[Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true"[Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true" Share this post Link to post Share on other sites
Totharious 0 Report post Posted January 7, 2016 I have a similar problem... Is there any way to make it not identify those items before stashing them? Share this post Link to post Share on other sites
jps42 138 Report post Posted January 7, 2016 Check out this thread for chaos/regal recipe pickit lines - https://exiled-bot.net/community/index.php/topic/6329-helpful-pickit-additional-lines-chaosregal-recipe-talisman-21-uniques/ Share this post Link to post Share on other sites