kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 334 forks source link

Help with Pickit #2857

Open BurgerNfries opened 3 years ago

BurgerNfries commented 3 years ago

Hello,

I have this in my pickit file : [type] == amulet && [quality] == crafted # [itemaddclassskills]+[fireskilltab]+[coldskilltab]+[lightningskilltab]+[elementalskilltab]+[poisonandboneskilltab] >= 2 && [fcr] >= 10 && ([strength]+[dexterity] >= 20 || [fireresist]+[coldresist]+[lightresist] >= 30 || [maxhp] >= 50)

But looking at my item log, my guy dropped this :

(crafted) Chaos Heart (90) | Amulet | Required Level: 89 | 10% Chance to cast level 3 Hydra when struck | +2 to Druid Skills | +10% Faster Cast Rate | +20 to Strength | +16 to Mana | Regenerate Mana 6% | Half Freeze Duration {doCubing} With the line above wouldn't he was suppose to keep it?? what am I getting wrong? Thanks for your help
gtoilet commented 3 years ago

[type] == amulet && [quality] == crafted # ([itemaddclassskills] || [fireskilltab] || [coldskilltab] || [lightningskilltab]+[elementalskilltab] || [poisonandboneskilltab]) >= 2 && [fcr] >= 10 && ([strength]+[dexterity] >= 20 || [fireresist]+[coldresist]+[lightresist] >= 30 || [maxhp] >= 50)

maby this

your line stated to keep fire/light/ele skill tab ALL on the same amy my line should tell it to take ANY of the skill tab && the rest of your line