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  
jrinkerx

Loot help?

Recommended Posts

Keeps looting unidentified gloves and identified rare rings/ammys?

 

I changed to an old pickit but its still doing the same thing?

Share this post


Link to post
Share on other sites

found the problem.  Change chest to gloves

 

 
//////////////////////////////////////////////
//                                          //
//                G l o v e s               //
//                                          //
//////////////////////////////////////////////
 
// Life Attack Speed Resists Chest
[Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "50" && [attack_speed_+%] >= "10" && [TotalResistances] >= "80" && [stashItem] == "true"
 
// Life Attack Speed low Resists Def stat Chest
[Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "50" && [attack_speed_+%] >= "10" && ([local_energy_shield_+%] >= "40" || [local_evasion_rating_+%] >= "40" || [local_physical_damage_reduction_rating_+% ] >= "40" || [local_armour_and_evasion_+%] >= "40") && [TotalResistances] >= "40" && [stashItem] == "true"

Share this post


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

×
×
  • Create New...