SilverKing 1 Report post Posted September 21, 2014 Right now you have a spot to pick quality of gems. I would see a place to check just below that to stash all items +2 gems sockets. It would then stash all of those items =+2 minions/cold/lightning/movement/projectile etc. You get a more out of +2 socket items than you do for a %20 quality gem If there is already a way to do this please tell me how - I am new to this and just learning how to adjust pickit file. Quote Share this post Link to post Share on other sites
Delamonica 9 Report post Posted September 21, 2014 (edited) in the bot folder u see a modlist file , there u find ur mods. local_socketed_minion_gem_level_+ , local_socketed_gem_level_+ for example . Edited September 21, 2014 by Delamonica Quote Share this post Link to post Share on other sites
SilverKing 1 Report post Posted September 22, 2014 in the bot folder u see a modlist file , there u find ur mods. local_socketed_minion_gem_level_+ , local_socketed_gem_level_+ for example . Ok I found the list and see the ones I want. Do I then just ad it to the pickit file and if yes could someone please just post the exact line I would add to get the above minion socketed item +2 and to stash it. If I can just see it and know where to put it I think I can figure out the rest and learn how to use that mod list.. Is there a guide on how to use it? Thx in advance for any help I get.. Thx Delamonica Quote Share this post Link to post Share on other sites
Daenon 0 Report post Posted September 22, 2014 Here's the exact like for keeping any rare helm with +2 minion gem level [Category] == "Helm" && [Rarity] == "Rare" # [local_socketed_minion_gem_level_+] == "2" && [StashItem] == "true" More strict example that keeps any rare helm with +2 minion gem level, total combined resists of at least 60, and has at least one of the following: 50 life, 200 total energy shield, or 40 mana. [Category] == "Helm" && [Rarity] == "Rare" # [local_socketed_minion_gem_level_+] == "2" && [TotalResistances] >= "60" && ([base_maximum_life] >= "50" || [Computed Energy Shield] >= "200" || [base_maximum_mana] >= "40") && [StashItem] == "true" Quote Share this post Link to post Share on other sites