kolton / d2bot-with-kolbot

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

How to add CTC amp damage into pickit? #1046

Open master2g opened 5 years ago

master2g commented 5 years ago

I want to add this to my pickit. I just don't see another single line that has this so I'm curious how to add it in. I want to add change to cast amplify damage on striking to weapons. Thanks.

Oh I was also curious if [itemreqpercent] refers to -% item stat requirements mod. If it does and say I wanted an item that only spawns -30% would I just put [itemreqpercent] == 30 ?

ghost commented 5 years ago

There is a detailed guide on how to config your pickits

--> [amplifydamageonhit] == 1 --> [itemreqpercent] == -30

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

master2g commented 5 years ago

Much appreciated bfass. This is SOLVED