pulcresteel 0 Report post Posted June 17, 2015 i use a simple config,but the bot not run rare maps,only normalmy config // Run any map between level 66 and 74[MapLevel] >= "66" && [MapLevel] < "74" # [RunMap] == "true" // If you want to enable automatic quality upgrading// [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [upgradeQuality] == "true" // If you want to transmut maps before running them[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 ** // Ignore unique maps[Rarity] == "Unique" # [ignoreMap] == "true" // If you wanna run Sacrifices, just uncomment following lines. Don't forget tu comment first General Settings line ([MapLevel] >= "66" && [MapLevel] < "69" # [RunMap] == "true")// to be sure that bot will run only Sacrifices.idk where are the mistake Share this post Link to post Share on other sites
nienett 2 Report post Posted June 17, 2015 Just add this [MapLevel] < "66" && [Rarity] == "Rare" # [RunMap] == "true" to your cfg. Share this post Link to post Share on other sites