kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 332 forks source link

ethereal pickit question #937

Closed olsoner1 closed 5 years ago

olsoner1 commented 5 years ago

Can someone give me an example of a pickit line item that will pick up both eth and non eth items?

crush-you commented 5 years ago

If you don't specify then it will pick both.

[name] == shako && [quality] == unique

that will pick up shakos normal or eth. Using

[flag] == ethereal or [flag] != ethereal

will let you choose one or the other.