Quote:
Originally Posted by lyzwa1910
guys for you with smart picking bot selling uniq and gems too?
|
correct... it is programmed to keep certain quality gems and certain uniques with good rolls.
To solve this you just need to add this to your pickit file:
[Rarity] == "Unique" # [StashItem] == "true"
and remove or disable [Rarity] == "Unique" # [SellItem] == "true" under the "uniques" section.
to keep certain gems, remove the comments in front of the gems line in the pickit file. so for example if you want to keep all cyclone gems, find this line:
// [Type] == "Cyclone" // Gem
and turn it into:
[Type] == "Cyclone" // Gem
that should work