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  
Deityslayer

Default pickit amulet - ring typo

Recommended Posts

//crit hp

[Category] == "Amulet" && [Rarity] == "Rare" # [base_critical_strike_multiplier_+%] >= "50" && [critical_strike_chance_+%] >= "30" && [base_maximum_life] >= "50" && [stashItem] == "true"

 

//crit res hp

[Category] == "Ring" && [Rarity] == "Rare" # [base_critical_strike_multiplier_+%] >= "50" && [base_maximum_life] >= "40" && [critical_strike_chance_+%] >= "30" && [TotalResistances] >= "40" && [stashItem] == "true"

 

//tri res hp

[Category] == "Ring" && [Rarity] == "Rare" # [TotalResistances] >= "40" && [base_item_found_rarity_+%] >= "25" && [base_maximum_life] >= "50" && [stashItem] == "true"

 

//Caster Crit cast and spelldamage

[Category] == "Amulet" && [Rarity] == "Rare" # [base_critical_strike_multiplier_+%] >= "50" && [critical_strike_chance_+%] >= "30" && [base_cast_speed_+%] >= "8" && [spell_damage_+%] >= "15" && [stashItem] == "true"

 

 

In the same category.. It says ring twice when it should be amulet.

Share this post


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

×
×
  • Create New...