kolton / d2bot-with-kolbot

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

item pickit Level question. #456

Open kololbots opened 6 years ago

kololbots commented 6 years ago

For example I'd like to pick up a level 90 magic amulet
However, it does not seem to apply to item pick.

Is there a problem with the wording?

[Type] == amulet && [Quality] == Magic # [Level] >= 90 # # [maxquantity] == 3

I would appreciate it if you would ask me to reply.

3594302 commented 6 years ago

like this? [name] == amulet && [quality] == magic && [level] >= 90 ## [maxquantity] ==3

kololbots commented 6 years ago

[Type] == amulet -> [name] == amulet

is ture?

3594302 commented 6 years ago

maybe Magic # [Level] to magic && [level]

besides all upper characters should be lower ones

kololbots commented 6 years ago

thank you so much