Hi Guys,
i tried to config my pickit , so that it pick up rare items and stash them.
Works fine so far but the Bot keep sellings rings and amus.
I hope you can help me!
[Category] == "Chest" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Shield" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Helm" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Gloves" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Boots" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Belt" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true"
I looked for a reason in the Forum but the only thread i found was "turn off pickit if u dont want the bot sell your items".. but if i turn it off the bot stops pickin up some scrolls and gems
did i wrote something wrong in the config?
Greetings
(Sorry for my bad english guys pls be nice!)