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
moosecapades

Not looting Maps

Recommended Posts

Could anyone help me out with this one...everything is working perfectly except the fact that the bot wont pick up maps while running them. I've tried:

 

[Category] == "Map" # [StashItem] == "true"

// [Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true"

// [Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true"

// [Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true"

and...

// [Category] == "Map" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true"

even...

[Category] == "Map" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true"

[Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true"

 

None worked for me...any advice would be greatly appreciated!

Share this post


Link to post
Share on other sites

In normal

[Category] == "Map" # [StashItem] == "true"

is enought to pick up all Maps!
Check if you have enabled the bot to pickup items in general!

Share this post


Link to post
Share on other sites

×
×
  • Create New...