SilverKing 1 Report post Posted September 13, 2014 I want to stash all items that have a [25% increased rarity of items found] or higher .. Is there a way to do this with just one statement and if yes what would that statement in the pickit be... Thx for any replies or help with this. Share this post Link to post Share on other sites
fantominus 7 Report post Posted September 13, 2014 [Category] == "Ring" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Helmet" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Gloves" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Boots" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" 2 Share this post Link to post Share on other sites
SilverKing 1 Report post Posted September 13, 2014 [Category] == "Ring" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Helmet" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Gloves" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" [Category] == "Boots" && [Rarity] == "Rare" # [base_item_found_rarity_+%] >= "25" && [stashItem] == "true" Thank you so much, that is just what i want - I owe you one.. Thumbs up on this reply 1 Share this post Link to post Share on other sites
johnco00 0 Report post Posted September 16, 2014 this will get every drop, if you are running corrupted area's may have a chance not to get the pieces if you are inventory full. Share this post Link to post Share on other sites