Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
SilverKing

Need help with pickit......

Recommended Posts

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

[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"

  • Upvote 2

Share this post


Link to post
Share on other sites

[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

  • Upvote 1

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...