I have the map ipd file set to ignore rare maps with "of statis" suffix with the line below. However, the bot is running them anyways.
[map_player_no_regeneration] >= "1" && [Rarity] == "Rare" # [IgnoreMap] == "true" // Of Statis -- Players have no Life or Mana Regeneration
Perhaps this is because they changed the mod to read "Players cannot regenerate life, mana, or energy shield".
Edit: changed key to "map_players_no_regeneration_including_es" and now it works.