kolton / d2bot-with-kolbot

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

Pickit seems correct, still picking up wrong item #1686

Open bellsom opened 5 years ago

bellsom commented 5 years ago

Keep having an issue where the wrong item is being kept. The following is the pickit line and is what is being referenced when the bot keeps the wrong item.

[type] == pelt && [quality] <= rare # [skillfissure] >= 3 && [itemlevelreq] <= 18

This should be picking up and id'ing pelts and only keeping them if they are lvl 18 with 3 fissure; however several times now it has kept pelts with +3 carrion vine; specifically. Am i missing an easy issue?

5noop commented 5 years ago

It's a known issue, the aliases for fissure and carrion vine have been switched. The fix is in a pull request and should be merged soon, c.f. https://github.com/kolton/d2bot-with-kolbot/pull/1512