panthernet / D2RSO

Diablo 2: Resurrected Skill Cooldown Overlay
GNU General Public License v3.0
22 stars 8 forks source link

Fixed null select keys to correctly trigger trackers using only skill keys #11

Open jwaples opened 1 year ago

jwaples commented 1 year ago

When using the following option in D2R, you do not need to provide a 'select' key as skills are cast immediately when using the skill input, so instead trackers should immediately be toggled when the skill key is pressed.

This behaviour wasn't happening, when debugging I found SkillDataItem.cs needed a tiny update to fix it - however then found a null reference occurring afterwards which I also fixed. Thx for your efforts on this project 🚀

image