ShawnBadass 0 Report post Posted November 13, 2019 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.. Please help. Or if you have any pickup file that works fine. I hope you can share it with me. Thank you. Quote Share this post Link to post Share on other sites
SupZerg 99 Report post Posted November 14, 2019 Use default pickit, it should work. Most likely you have an error somewhere. And don't use so many tabs. Quote Share this post Link to post Share on other sites