dedi 0 Report post Posted September 20, 2018 Hello, I can't set it to alch maps, but if out of alchs then skip white maps (I just don't want to loose my map pool if it run out of them) Is it even possible? Quote Share this post Link to post Share on other sites
jayrc 0 Report post Posted June 1, 2020 Bump - Same question Quote Share this post Link to post Share on other sites
Daemon 0 Report post Posted June 2, 2020 I rly bother you can run out of maps if you'll alch them. In PoE, you can sustain even on blue maps Quote Share this post Link to post Share on other sites
superbass667 4 Report post Posted June 3, 2020 Set both rare and magic? If you run out of alchs it'll then go to magic maps Quote Share this post Link to post Share on other sites
Daemon 0 Report post Posted June 3, 2020 I will try to explain what you have in default map configuration file in \Maps\default.ipd: 1. Here you set what tier of maps to run, default configuration set it to T1-10. // Map Tier setting [MapTier] >= "1" && [MapTier] <= "10" # [RunMap] == "true" 2. Here you have what rarity of maps to ignore (!!!). I suppose you wanna set it to "Rare only", so uncomment Normal and Magic strings. // Map Rarity to Run (Uncommenting means Ignore) [Rarity] == "Unique" # [IgnoreMap] == "true" // [Rarity] == "Rare" # [IgnoreMap] == "true" // [Rarity] == "Magic" # [IgnoreMap] == "true" // [Rarity] == "Normal" # [IgnoreMap] == "true" 3. This section set up map quality upgrade (with Chisels). Uncomment and set tiers as you need: // If you want to enable automatic quality upgrading // [MapTier] >= "4" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true" 4. And the last thing - upgrading map rarity with Orb of Alchemy and Transmutes. If you wanna run only rare maps, leave UpgradeToMagic line commented: // If you want to transmute or alch maps before running them. // [Rarity] == "Normal" # [UpgradeToRare] == "true" // [Rarity] == "Normal" # [UpgradeToMagic] == "true" Quote Share this post Link to post Share on other sites