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  
sickoo0

Bot selling unique items!

Recommended Posts

can i stop it?

Sure use smart pickit and spend a bit time learning how to set it up for your needs. This is quite easy.

Share this post


Link to post
Share on other sites
Like this ? save all Unique?

 

[Category] == "Helm" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Gloves" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Boots" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Chest" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Weapon" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Shield" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Ring" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Amulet" && [Rarity] == "Unique" # [stashItem] == "true"

[Category] == "Belt" && [Rarity] == "Unique" # [stashItem] == "true"

Share this post


Link to post
Share on other sites

In Unique Section -

 

Keep this line

[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
 
Get rid of the rest of the lines in that section.

Share this post


Link to post
Share on other sites

 

In Unique Section -

 

Keep this line

[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
 
Get rid of the rest of the lines in that section.

 

For some reason my bot tried to sell 2 unique.  I checked and that line in jpick_forcesell did not edit

Share this post


Link to post
Share on other sites

For some reason my bot tried to sell 2 unique.  I checked and that line in jpick_forcesell did not edit

 

Probably because those items were listed to be forcesell.  I'd recommend reading my pickit guide, link in my sig.

Share this post


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

×
×
  • Create New...