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  
kkman2002

about rings and necklaces

Recommended Posts

Enable the pickit in bot settings. Bot picks up and identfies rings and amulets by default and keeps the good ones, if it's crap the bot will sell it to the NPC..

 

If you want to keep crap rings, you have to open the exiled bot folder + pickit folder and open the default.ipd in notepad (text editor) and either remove the or edit the stats set on Rare rings  for example :

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

 

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

 

(Those two examples is in the default.ipd and are activated by default among many other rings and amulets to let the bot choose what stats the item minimum has to require to let the bot keep the item after identiyfying them if the item does not meet the parameters on statitics the bot will not keep them)

 

Either change the stats or remove everything on "Rare amulets  and Rare Rings..

 

 

Then enable this line by removing the //   ( // disables the line )

// [Category] == "Ring" && [Rarity] == "Rare"
// [Category] == "Amulet" && [Rarity] == "Rare"  

 

Hope you understand, there's instructions in the default.ipd you can read aswell and posts on the forum :)

Edited by RaZe

Share this post


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

×
×
  • Create New...