Wandemon 0 Report post Posted April 6, 2020 hello my bot dosnt do tier 6 + maps, i tried using this comment : [MapTier] >= "6" && [MapTier] <= "12" # [RunMap] == "true" by changing the above line to tier 6 to 12 , my character ignores all the maps i have and does act 1 [MapTier] >= "1" && [MapTier] <= "12" # [RunMap] == "true" changing it back to tier 1 solves the problem but still the bot dosnt do any maps above tier 5 Quote Share this post Link to post Share on other sites
Hero7749 0 Report post Posted April 6, 2020 (edited) 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 Edited April 6, 2020 by Hero7749 Quote Share this post Link to post Share on other sites
Laber59 16 Report post Posted April 6, 2020 FIrst Try to open client via bot (pressing start bot should open your poe) Use unmodified map.ipd and only change tier numbers Second Maybe You don't have chisels since you want map upgraded ? Or try above solution as well And guys do not temper with your map.ipd - the less you change the better Quote Share this post Link to post Share on other sites
Wandemon 0 Report post Posted April 7, 2020 4 hours ago, Laber59 said: FIrst Try to open client via bot (pressing start bot should open your poe) Use unmodified map.ipd and only change tier numbers Second Maybe You don't have chisels since you want map upgraded ? Or try above solution as well And guys do not temper with your map.ipd - the less you change the better I always open client via bot. I tried reinstalling fresh copy of bot and only change the map tier number I have 120+ chiesel. Note : there is no issue to run tier 1 to 5 maps. Only 6+ causes problems Error persists. Btw i use normal stash tab for maps because im not sure if bot can use the premium map tab Quote Share this post Link to post Share on other sites
ffbombe 2 Report post Posted April 7, 2020 23 hours ago, Laber59 said: FIrst Try to open client via bot (pressing start bot should open your poe) Use unmodified map.ipd and only change tier numbers Second Maybe You don't have chisels since you want map upgraded ? Or try above solution as well And guys do not temper with your map.ipd - the less you change the better what do you mean tier numbers so like iceberg is in t4 and t10 where should i put it in t4 or t10 ? Quote Share this post Link to post Share on other sites
RangerRick 16 Report post Posted April 15, 2020 Did you guys ever find a solution to this? I'm trying to get it to only run yellow maps but if I out in 5 or 6 like you say it ignores the maps.. not sure what to do. I've also tried default and only changing the tier with no luck either, its weird. Quote Share this post Link to post Share on other sites