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

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

×
×
  • Create New...