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  
roylamk17

Please help with my pickit

Recommended Posts

I want to pick up rings with energy shield =>30 and total resistances =>60

So, I write this:

 

[Category] == "Ring" && [Rarity] == "Rare" # [base_maximum_energy_shield] >= "30" && [TotalResistances] >= "60" && [stashItem] == "true"

 

Also, I want to have the amulets can have energy shield, energy shield% and total resistances. And I have this:

 

[Category] == "Amulet" && [Rarity] == "Rare" # [local_energy_shield_+%] >= "15" && [base_maximum_energy_shield] >= "30" && [TotalResistances] >= "60" && [stashItem] == "true"

 

But, it does not work.

 

Any problems occur in the above codes?

 

 

Share this post


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

×
×
  • Create New...