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
ZaiNuli

Is this a normal issue? (bot will id/sell all rares except belt/rings? :/

Recommended Posts

I have smart pick on

 

rings/amulents disabled (if enabled it will sit at stash trying to stash the rings but i want to SELL them

same for belt

 

but it will auto sell all other equips.... why is it doing this?

 

i just want it to id/sell all items (just using it for leveling so grabbing some small currency along the way)

Share this post


Link to post
Share on other sites

it's normal if you have something like these:

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

under the rares in your smart pickit

Share this post


Link to post
Share on other sites

if you want to cancel that function and have bot sell them anyways you need to change:

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

into

 

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

Share this post


Link to post
Share on other sites

×
×
  • Create New...