Jump to content

Join our Discord

Talk to other users and have a great time
Discord 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
Sign in to follow this  

×
×
  • Create New...