username1001101 11 Report post Posted April 16, 2014 Hi there I face a problem - all gems get picked up. In the bot i set to pickup 1q or more and in the pickit I have it like this: [Type] == "Arctic Armour" [Type] == "Blind" [Type] == "Detonate Dead" [Type] == "Elemental Weakness" [Type] == "Empower" [Type] == "Faster Attacks" [Type] == "Fire Penetration" [Type] == "Flame Totem" [Type] == "Glacial Cascade" [Type] == "Greater Multiple Projectiles" [Type] == "Item Quantity" [Type] == "Life Leech" [Type] == "Multiple Traps" [Type] == "Phase Run" [Type] == "Portal" [Type] == "Purity of Elements" [Type] == "Reduced Duration" [Type] == "Reduced Mana" //// Keep Items [...] // All Quality Gems [Category] == "Gem" && [min_gem_quality] >= 1 //// Sell all rares that aren't specified below - have them first IDed because they can give different shards depending on the mods [Rarity] == "Rare" # [SellItem] == "true" //// Weapons [...] //// Armour [...] //// Other stuff [...] So, why does it still pick them all up? Share this post Link to post Share on other sites
Vitrus 0 Report post Posted April 27, 2014 Because [min_gem_quality] I believe it's not working. When you start the bot, inmediately go to the log, and in the beginning you will notice that it says it's an invalid mod. They should fix it, kinda annoying seeing the stash full of sh*t 0% gems. Share this post Link to post Share on other sites
kokosoida 21 Report post Posted April 29, 2014 (edited) Because [min_gem_quality] I believe it's not working. When you start the bot, inmediately go to the log, and in the beginning you will notice that it says it's an invalid mod. They should fix it, kinda annoying seeing the stash full of sh*t 0% gems. That's true. Alk, delete this line from default pickit pls. #AlkFixPls To pick quality gems use this Edited April 29, 2014 by kokosoida Share this post Link to post Share on other sites
username1001101 11 Report post Posted April 29, 2014 why do you set it to 14%? don't you wanna pick up all q-gems? Share this post Link to post Share on other sites
Vitrus 0 Report post Posted April 29, 2014 That's true. Alk, delete this line from default pickit pls. #AlkFixPls To pick quality gems use this Thanks! And when SmartPickit is enabled, does that function work? Share this post Link to post Share on other sites
username1001101 11 Report post Posted April 29, 2014 yes Share this post Link to post Share on other sites