moosecapades 0 Report post Posted December 18, 2017 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! Quote Share this post Link to post Share on other sites
SupZerg 99 Report post Posted December 18, 2017 Do you have smart pickit enabled? Quote Share this post Link to post Share on other sites
vigaro 0 Report post Posted December 18, 2017 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! Quote Share this post Link to post Share on other sites