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  
nightmarenate

Stashing Rare Ring, Amulet, Belts

Recommended Posts

search for that in ur pickit

 

/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                             User's custom rules                                 //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////

[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file

// For storing belts and jewelry for chaos orb recipe, Uncomment the 3 below and comment the 3 above to stash jewelry. Also, delete the jewelery from the accessories section.
// [Category] == "Belt" && [Rarity] == "Rare"
// [Category] == "Ring" && [Rarity] == "Rare"
// [Category] == "Amulet" && [Rarity] == "Rare"

 

 

uncomment = delete the //

Share this post


Link to post
Share on other sites

for me it was not just uncomment but add # [stashItem] == "true" like:

 

// For storing belts and jewelry for chaos orb recipe, Uncomment the 3 below and comment the 3 above to stash jewelry. Also, delete the jewelery from the accessories section.
[Category] == "Belt" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true"
[Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true"

Share this post


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

×
×
  • Create New...