exiler_fqqxmx 4 Report post Posted March 31, 2016 Hi, haven't seen this one posted before, so I 'm sorry if I missed it. Right now the bot has two configuration regarding maps: run map or ignore. I suggest there would be a priority. Some maps are better than others. For example, If my bot is running Tier 6, I want it to run Strand and Dry Woods (easy, fast maps) and when it's running out of those, start Colonnade and Arachnid Nest and finally, if it doesn't have any other map, run Catacomb. This would be configurable in the ipd file like this: [Type] == "Arachnid Nest Map" # [PriorityMap] == "4" [Type] == "Catacomb Map" # [PriorityMap] == "2" [Type] == "Colonnade Map" # [PriorityMap] == "3" [Type] == "Dry Woods Map" # [PriorityMap] == "5" [Type] == "Strand Map" # [PriorityMap] == "5" The bot always picks the highest priority maps. This way we can also configure the bot to run the highest level maps, for example: // Map tier 6 [Type] == "Arachnid Nest Map" # [PriorityMap] == "64" [Type] == "Catacomb Map" # [PriorityMap] == "62" [Type] == "Colonnade Map" # [PriorityMap] == "63" [Type] == "Dry Woods Map" # [PriorityMap] == "65" [Type] == "Strand Map" # [PriorityMap] == "65" // Map tier 7 [Type] == "Jungle Valley Map" # [PriorityMap] == "72" [Type] == "Terrace Map" # [PriorityMap] == "71" [Type] == "Torture Chamber Map" # [PriorityMap] == "70" [Type] == "Waste Pool Map" # [PriorityMap] == "75" It also solves an issue I have with IgnoreMap. I want the bot to ignore, let's say Dungeon Map. But if I leave the bot to farm maps for few hours and it runs out of maps with only few Dungeon Maps left,I do want it to farm those (and get better maps) before going to Dried Lake. And as soon as a higher priority map drops, the bot will switch to that. Okay, hope I explained it okay and thanks for reading. Quote Share this post Link to post Share on other sites
jps42 138 Report post Posted March 31, 2016 Interesting idea, I think it might be tough to code that and might lead to some conflicts. Alk is trying to figure out how to do auto map tier upgrading which could help with making those ignore maps useful. Quote Share this post Link to post Share on other sites