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  
daitobu

My bot keep selling Unique Items?

Recommended Posts

The only thing I touch on the Jpickit_forcesell is these line below, and bot never keeps any unique.  What can I do to keep all the Uniques items?

 
[sockets] >= "5" && [Linked] >= "5" # [stashItem] =="true" // Keep 5/6L
[sockets] == "6" && [Linked] >= "6" # [stashItem] =="true" // Keep 6L6S
[sockets] == "6" && [Linked] <= "4" # [sellUnid] == "true" // Sell 6S 

Share this post


Link to post
Share on other sites

Maybe common this section

 
//[Rarity] == "Unique" # [stashItem] == "true" // DO NOT COMMENT THIS LINE: With ForceSellItem there is no need to sell uniques as a general line command, rather by individual lines

Share this post


Link to post
Share on other sites

First, read the pickit guide in my sig.

 

You can keep all uniques by keeping that line uncommented like it says to do and either deleting or commenting the rest of the lines in the unique section.

 

By default, the bot sells trash uniques which is most of them.  It is far better to just go and search which uniques you want to keep in addition to the high value ones (already listed to keep by default) than deal with stash tabs full of shit uniques.

Share this post


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

×
×
  • Create New...