kolton / d2bot-with-kolbot

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

Get ANY Polearm with 4 OS in Kolton.nip? #3090

Open MarkCox87 opened 3 years ago

MarkCox87 commented 3 years ago

Will this do it?

[type] == polearm && [quality] <= superior && [class] <= elite # [sockets] == 4 // Hopefully Any 4 Socket Pole

Samael36 commented 3 years ago

It seems just fine, but you can remove [class] <= elite if you want any class.

[type] == polearm && [quality] <= superior # [sockets] == 4