kolton / d2bot-with-kolbot

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

how to specify crushing blow as an item stat #1037

Closed Learningslow closed 5 years ago

Learningslow commented 5 years ago

Hello, Im trying to craft blood gloves with 10% crushing blow when i have the value [crushingblow] == 10 It says unknown stat in the kolton.nip.

Anyone know how to get crushing blow items to work in pickit?

ghost commented 5 years ago

There is a detailed guide on how to config your pickits Add

[itemcrushingblow] >= 1 or [itemcrushingblowperlevel] >= 1 or [itemcrushingblowbytime] >= 1

to {stats} --> {properties} # {stats} # {maxquantity}

like: [type] == sword && [quality] == unique # [itemcrushingblow] >= 1

There is also a list of all stats. You can also find it in your kolbot folder : d2bs\kolbot\libs\NTItemAlias.dbl

Learningslow commented 5 years ago

There is a detailed guide on how to config your pickits Add

[itemcrushingblow] >= 1 or [itemcrushingblowperlevel] >= 1 or [itemcrushingblowbytime] >= 1

to {stats} --> {properties} # {stats} # {maxquantity}

like: [type] == sword && [quality] == unique # [itemcrushingblow] >= 1

There is also a list of all stats. You can also find it in your kolbot folder : d2bs\kolbot\libs\NTItemAlias.dbl

thanks I found the list of stats appreciate the help