Closed olsoner1 closed 5 years ago
Can someone give me an example of a pickit line item that will pick up both eth and non eth items?
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.
Can someone give me an example of a pickit line item that will pick up both eth and non eth items?