kkman2002 0 Report post Posted June 6, 2015 Excuse me, if i want to pick up a ring or necklace where i can set cause I want to pick up some good quality to sell players. Share this post Link to post Share on other sites
RaZe 148 Report post Posted June 6, 2015 (edited) 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 June 6, 2015 by RaZe Share this post Link to post Share on other sites