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  
ShawnBadass

Bot does not pick up maps

Recommended Posts

While it is running, Bot does not pick up maps... it is even ignoring Rare maps.. 

Please help

 

I tried with  

// Take all maps, or comment out if you want to specify which map rarity to pick up below
[Category] == "Map" # [StashItem] == "true"
[Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true" // Take all normal maps
[Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true" // Take all magic maps
[Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true" // Take all rare maps
[Category] == "Map" && [Rarity] == "Unique" # [StashItem] == "true" // Take all unique maps

and this

// Take all maps, or comment out if you want to specify which map rarity to pick up below
[Category] == "Map" # [StashItem] == "true"
// [Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true" // Take all normal maps
// [Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true" // Take all magic maps
// [Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true" // Take all rare maps
// [Category] == "Map" && [Rarity] == "Unique" # [StashItem] == "true" // Take all unique maps

 

either way did not work.. 

image.png

 

image.png

 

Please help.
Or if you have any pickup file that works fine. 
I hope you can share it with me. 

 

Thank you. 

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...