Preferred Map Selection

Any chance we can get a preferred map box much like the ignored atlas nodes. would be amazing to make it focus on certain maps if they have availability.

Thanks for all the hard work, the bot is working pretty flawlessly now.

Thats already in
// Area has patches of Burning Ground
// [map_ground_effect_patches_per_100_tiles] == “18” && [map_ground_effect_radius] == “14” && [Rarity] == “Magic” # [IgnoreMap] == “true”
// [map_ground_effect_patches_per_100_tiles] == “18” && [map_ground_effect_radius] == “14” && [Rarity] == “Rare” # [IgnoreMap] == “true”
// No Ailments
//[map_monsters_ailment_threshold_+%] >= “1” && [Rarity] == “Magic” # [IgnoreMap] == “true”
//[map_monsters_ailment_threshold_+%] >= “1” && [Rarity] == “Rare” # [IgnoreMap] == “true”
// ele res
//[map_monsters_additional_elemental_resistance] >= “1” && [Rarity] == “Magic” # [IgnoreMap] == “true” // % Monster Elemental Resistances
//[map_monsters_additional_elemental_resistance] >= “1” && [Rarity] == “Rare” # [IgnoreMap] == “true” // % Monster Elemental Resistances

This is indeed possible, we’ll try to implement it in the future

In recent bot update, user can select the atlas node that he wants the bot ignore.