nienett 2 Report post Posted November 20, 2016 (edited) Since 0.66 the pickit dont works correct. I use my own PIckit. Currencys,Uniqs, 6s, Cards, Chance items and some Rares works fine. But the bot dont pick up the most Rares. Here some Lines that doesent work now. [Category] == "Gloves" && [Rarity] == "Rare" && [Computed Energy Shield] >= "43" # [Computed Energy Shield] >= "110" && [TotalResistances] >= "90" && [stashItem] == "true" [Type] == "Onyx Amulet" && [Rarity] == "Normal" && [itemLevel] >= "80" # [stashItem] == "true" [Type] == "Ambusher" && [Rarity] == "Rare" && [itemLevel] >= "66" # [DPS] >= "180" # [stashItem] == "true" Saw the bot doesent picked up a Uniq once. He tried but then stopped and move one Edited November 20, 2016 by nienett Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted November 21, 2016 Didn't really understand what is the issue here. Anybody else having same trouble ? Share this post Link to post Share on other sites
jps42 138 Report post Posted November 21, 2016 Use a standard pickit and see if it still has issues. Share this post Link to post Share on other sites
nienett 2 Report post Posted November 21, 2016 (edited) Didn't really understand what is the issue here. Anybody else having same trouble ? My Bot doesent pick up Items that he should have picked up. Use a standard pickit and see if it still has issues. Have my pickit since 1-2 Year never had such a problem But i will test the standart one out. I tested it out with the default pickit. Is working "[Category] == "1Handed" && [Rarity] == "Rare" # XXX" this not "[Type] == "Imbued Wand" && [Rarity] == "Rare" && [itemLevel] >= "63" # XXX" Same problem with Gloves Is working "[Category] == "Gloves" && [Rarity] == "Rare" # XXX" this not "[Category] == "Gloves" && [Rarity] == "Rare" && [Computed Energy Shield] >= "50" # XXX" If i am the only with this problem i made maybe somewere else a mistake but my pickit was working for a long time. To test it could some one test this pickit lines out ? [Category] == "Helm" && [Rarity] == "Rare" && [Computed Energy Shield] >= "100" # [Computed Energy Shield] >= "250" # [StashItem] == "true" [Category] == "Boots" && [Rarity] == "Rare" && [Computed Energy Shield] >= "50" # [Computed Energy Shield] >= "130" # [StashItem] == "true" [Category] == "Gloves" && [Rarity] == "Rare" && [Computed Energy Shield] >= "50" # [Computed Energy Shield] >= "120" # [StashItem] == "true" [Type] == "Demon Dagger" && [Rarity] == "Rare" && [ItemLevel] >= "66" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Imperial Skean" && [Rarity] == "Rare" && [ItemLevel] >= "66" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Slaughter Knife" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Royal Skean" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Poignard" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Imbued Wand" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "70" # [StashItem] == "true" [Type] == "Prophecy Wand" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "70" # [StashItem] == "true" [Type] == "Platinum Kris" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Fiend Dagger" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" [Type] == "Ambusher" && [Rarity] == "Rare" && [ItemLevel] >= "63" # [spell_damage_+%] >= "50" # [StashItem] == "true" Edited November 21, 2016 by nienett Share this post Link to post Share on other sites