I am using the default map ipd provided by the latest update, as I reinstalled everything. But, I did edit like 2 lines.
// === 1 Settings ===
// Upgrading maps' quality
[Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"
// Tiers to run (difficult to use since one map can have up to four tiers)
[MapTier] >= "1" && [MapTier] <= "10" # [RunMap] == "true"
// Upgrading maps' rarity - XOR
// Upgrade to BLUE
[Rarity] == "Normal" # [UpgradeToMagic] == "true"
[Rarity] == "Magic" # [AugmentIfPossible] == "true"
// Upgrade to YELLOW
// [Rarity] == "Normal" # [UpgradeToRare] == "true"
^ This section has a few changes, most notably, the max tier I changed to 10 instead of 16.
Edit: As for the maps I'm trying to run, most of them are white, the bot does not upgrade them OR run them, they are low tiers (1 - 4), so I don't see how it's not running them. They are also NOT in the PREMIUM map tab, I specifically put them in a regular stash tab (which is listed in the stash tab settings as my map tab).