Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
nienett

Pickit broken ?

Recommended Posts

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 by nienett

Share this post


Link to post
Share on other sites

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 by nienett

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...