parthekos 4 Report post Posted September 10, 2015 How can I tell the bot to not pick up level 68 maps using pickit file? Share this post Link to post Share on other sites
stef 30 Report post Posted September 10, 2015 How can I tell the bot to not pick up level 68 maps using pickit file? open default pickit, and comment the line for picking up any map. // Take all maps, comment out if you want to specify which map to pick up bellow// [Category] == "Map" #[stashItem] == "true" add this now it should work to configure each map. // Comment out the maps bellow that you DON'T need // Level 68// [Type] == "Crypt Map" # [stashItem] == "true" // [Type] == "Desert Map" # [stashItem] == "true" // [Type] == "Dunes Map" # [stashItem] == "true" // [Type] == "Dungeon Map" # [stashItem] == "true" // [Type] == "Grotto Map" # [stashItem] == "true" // [Type] == "Pit Map" # [stashItem] == "true" // [Type] == "Tropical Island Map" # [stashItem] == "true" 1 Share this post Link to post Share on other sites
parthekos 4 Report post Posted September 11, 2015 Thanks, it worked. What about ignoring Armourer scraps, whetstones and glassblowers? Share this post Link to post Share on other sites
Cowding 35 Report post Posted September 11, 2015 Same stuff, look for the following and comment them out ///////////////////////////////////////////////////////////////////////////////////// // // // CURRENCY // // // ///////////////////////////////////////////////////////////////////////////////////// // Scrolls commented so instead of picking every scroll it will keep number of scroll setup by user in inventory // [Type] == "Scroll of Wisdom" # [stashItem] == "true" // Take all id scroll // [Type] == "Portal Scroll" # [stashItem] == "true" // Take all tp scroll // [Type] == "Blacksmith's Whetstone" # [stashItem] == "true" // Take Blacksmith's Whetstone // [Type] == "Armourer's Scrap" # [stashItem] == "true" // Take Armourer's Scrap [Type] == "Glassblower's Bauble" # [stashItem] == "true" // Take Glassblower's Bauble [Type] == "Albino Rhoa Feather" # [stashItem] == "true" // Albino Rhoa Feather [Category] == "Flask" && [Quality] == "20" # [sellItem] == "true" /// Glassblower's Bauble farm Share this post Link to post Share on other sites