Similar problem...
My bot can only run the map which has the same name.
For example, there's a map named Excavation Map in T6 and T10, my bot can run this map normally.
But if I put another map named Burial Chamber (T7) in map stash (only one map in stash), bot WON'T run the map.
Below is map map.ipd setting:
// Map Tier setting
[MapTier] >= "1" && [MapTier] <= "10" # [RunMap] == "true"
// Map Rarity to Run (Uncommenting means Ignore)
[Rarity] == "Unique" # [IgnoreMap] == "true"
// [Rarity] == "Rare" # [IgnoreMap] == "true"
// [Rarity] == "Magic" # [IgnoreMap] == "true"
// [Rarity] == "Normal" # [IgnoreMap] == "true"
// If you want to enable automatic quality upgrading
[MapTier] >= "5" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"
// If you want to transmute or alch maps before running them.
[Rarity] == "Normal" # [UpgradeToRare] == "true"
Can anyone help me? Appreciate