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  
erimulusoy

HELP ME !

Recommended Posts

I am farming for 2 days but there is no unique item at my bank. I think they sell unique items. I want them to not sale and put it to stash. How can I do this?

Share this post


Link to post
Share on other sites

edit the default.ipd in the pickit folder (smart pickit)

 

from

// [Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
[Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)

 

to

 

[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
// [Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)

 

Share this post


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

×
×
  • Create New...