CZtomasAUT 0 Report post Posted September 22, 2017 hi guys, can't figure out on how to set the bot up so he stops farming rare loot with the default pickit option enabled. Especially on higher tier maps when the bot always goes back to the hideout to sell the rares and waste a portal. I already deleted the rare notes on the bottom of the pickit file but he continues to pick them up. Quote Share this post Link to post Share on other sites
KINZCORP 0 Report post Posted September 22, 2017 default.ipd in Pickit folder. ///////////////////////////////////////////////////////////////////////////////////// // // // User's custom rules // // // ///////////////////////////////////////////////////////////////////////////////////// // Add any custom lines here // [Category] == "Flask" && [Quality] == "20" # [SellItem] == "true" /// Glassblower's Bauble farm // [Category] == "Flask" && [Quality] >= "13" # [StashItem] == "true" // 3 Flasks = Glassblower's // [Type] == "Quicksilver Flask" && [Rarity] == "Magic" # [local_flask_movement_speed_+%_while_healing] >= "20" && [StashItem] == "true" // Double MS // [Type] == "Stone Hammer" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Rock Breaker" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Gavel" && [Rarity] == "Normal" // Q20 + Map = Chisel // [Type] == "Iron Ring" // 7 Rings (any rarity) + Coral/Paua Rare Ring = Rare Ammy // These following lines are added if you want bot to pickup every rare item and ID it before selling // The new rare item checks by [Type] instead of [Category]; therefore if you have "loot rares" checked in GUI, bot will sell for transmute shards // If you have the lines below uncommented, the bot will use the mod check (I used something random, in the case [DPS] to ID), then sell to vendor for alt shards //[Category] == "Helm" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" //[Category] == "Gloves" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" //[Category] == "Boots" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" //[Category] == "Chest" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" //[Category] == "Weapon" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" //[Category] == "Shield" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true" Quote Share this post Link to post Share on other sites
chefkoch 1 Report post Posted September 23, 2017 (edited) I would add the rares on the bottom again if i were you. Those can be highly valuable items. Just delete or comment the DPS 10000 stuff and read the stuff which is written in the pickit file! Edited September 23, 2017 by chefkoch Quote Share this post Link to post Share on other sites