MrPlan 0 Report post Posted July 11, 2016 Is there a way to make bot pick up quality flasks? The coolest thing would be if the bot calculated 40% quality and sold them from stash, but if there is a line i can add to PickIt i would be very greatfull for that too.Peace - MrPlan Quote Share this post Link to post Share on other sites
hongthai 3 Report post Posted July 12, 2016 I believe there is an available line for you to change in pickit. also you can sell Armourer's Scrap and Blacksmith's Whetstone to get Glassblower's Bauble Quote Share this post Link to post Share on other sites
Cowding 35 Report post Posted July 12, 2016 Look for this in the pickit ///////////////////////////////////////////////////////////////////////////////////// // // // User's custom rules // // // ///////////////////////////////////////////////////////////////////////////////////// // Add any custom lines here [Category] == "Flask" && [Quality] == "20" # [sellItem] == "true" /// Glassblower's Bauble farm // [Category] == "Flask" && [Quality] >= "13" # [stashItem] == "true" // 3 Flasks = Glassblower's // [Type] == "Stone Hammer" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Rock Breaker" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Gavel" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Iron Ring" // 7 Rings (any rarity) + Coral/Paua Rare Ring = Rare Ammy [Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file // [Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques) 2 Quote Share this post Link to post Share on other sites
MrPlan 0 Report post Posted July 17, 2016 Thank you Quote Share this post Link to post Share on other sites