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  
drmachado

Recipe Chaos

Recommended Posts

The default pickit file says:

// 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"

So now your task will be to figure out what to do to stash rare belts ;)

  • Upvote 1

Share this post


Link to post
Share on other sites

// 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"

 

Am I doing the right way for the bot to stash rare belts amulet and ring?

Share this post


Link to post
Share on other sites

comment the 3 above to stash jewelry. Also, delete the jewelery from the accessories section.  <<< what does it mean.

i do this already

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

thank you.
Edited by gunkungg

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...