ffbombe 2 Report post Posted February 22, 2021 Hi guys i have a question there was somone that posted how you can stash veiled items so you can later unlock the crafts can anyone explain what i should add on the pickit so the bot does it thanks Quote Share this post Link to post Share on other sites
Impuls 28 Report post Posted February 22, 2021 (edited) There is. We have [veiled_mod_type] I talked with someone before on this, and have this in my pickit for it If you want to pick up any, uncomment [remove the // ] for rares, unique may never drop but it's there just incase. If you want to target certain mods by item you got those as well. ////////// Veiled Rares farm // Any // [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Rarity] == "Unique" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // By item class // [Category] == "Helm" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Chest" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Amulet" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Ring" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Belt" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Gloves" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Boots" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Weapon" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "1Handed" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "2Handed" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" // [Category] == "Shield" && [Rarity] == "Rare" # [veiled_mod_type] >= "1" && [StashUnid] == "true" Edited February 22, 2021 by Impuls Quote Share this post Link to post Share on other sites
ffbombe 2 Report post Posted February 22, 2021 (edited) now i got the problem that the bot sells all rares unid Edited February 22, 2021 by ffbombe Quote Share this post Link to post Share on other sites
Impuls 28 Report post Posted February 22, 2021 Oh, those were from my unid chaos recipe pickit. Just change [StashUnid] to [StashItem] Quote Share this post Link to post Share on other sites
ffbombe 2 Report post Posted February 22, 2021 thanks will try that Quote Share this post Link to post Share on other sites