Hi
I am using a Custom D2BS dll, and the default Kolbot scripts, and my bot is working perfectly in most respects,
It buys from NPC, it drinks potions, it makes and takes waypoints/exits etc, but regarding the Pickit, it seems to crash when Picking items. I’ve made sure the NTItemAlias is up to date and has the correct Item numbers. It seems to be ok picking Potions, and Gold, but when it comes to actual items where the Kolton log has specified certain stats, it crashes.
I believe it is something wrong in my d2bs source where it tries to read Item stats. Can anyone help me with how I could troubleshoot this theory of mine?
It basically only picks items that say [name] == XZY and crashes if there is a specific stat such as [name] == ring && [quality] == rare # [fcr] == 10.
Where should I be looking to fix this?