LysergicLark 0 Report post Posted February 2, 2016 Not sure what's wrong. Using the built in function to enable map upgrading under general settings, but the bot just takes the normal map and uses it. It skips over Dungeon maps so I know that it's reading the Pickit file. Share this post Link to post Share on other sites
jps42 138 Report post Posted February 2, 2016 Do you have transmutes in same screen as maps to be upgraded? Share this post Link to post Share on other sites
LysergicLark 0 Report post Posted February 2, 2016 I tried moving transmutes to the same tab but it didn't work earlier. I'll try again soon Share this post Link to post Share on other sites
XonHondo 2 Report post Posted February 3, 2016 Should work if orbs are in same stash tab. Share this post Link to post Share on other sites
Daskoobas334 3 Report post Posted February 3, 2016 Make sure that line is uncommented in the map config file too. Share this post Link to post Share on other sites
LysergicLark 0 Report post Posted February 3, 2016 (edited) What do you mean by "too" i only uncommented it within the map configuration part at the beginning. ///////////////////////////////////////////////////////////////////////////////////// // // // GENERAL SETTINGS // // // ///////////////////////////////////////////////////////////////////////////////////// // Map Tier Setting [MapTier] >= "1" && [MapTier] <= "4 " # [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] >= "4" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true" // If you want to transmute or alch maps before running them. Be careful UpgradeToMagic and UpgradeToRare aren't compatible. [Rarity] == "Normal" # [UpgradeToMagic] == "true" // [Rarity] == "Normal" # [UpgradeToRare] == "true" // Use this to roll for a specific amount of Item Quantity **(DOES NOT INCLUDE QUANTITY FROM QUALITY)** // [map_item_drop_quantity_+%] < "20" && [Rarity] == "Magic" # [RerollMods] == "true" // -- ITEM QUANTITY -- Total Item Quantity of the ** MAP MODS ONLY ** // If you want to run Sacrifices, just uncomment following lines. Don't forget to comment first General Settings line ([MapTier] >= "1" && [MapTier] < "3" # [RunMap] == "true"), // to be sure that bot will run only Sacrifices. // [Type] == "Sacrifice at Dusk" # [RunMap] == "true" // [Type] == "Sacrifice at Dawn" # [RunMap] == "true" // [Type] == "Sacrifice at Noon" # [RunMap] == "true" // [Type] == "Sacrifice at Midnight" # [RunMap] == "true" Edited February 3, 2016 by LysergicLark Share this post Link to post Share on other sites