koolo icon indicating copy to clipboard operation
koolo copied to clipboard

Leveling characters not assigning stat or skillpoints

Open Wamlad opened this issue 11 months ago • 2 comments

Leveling scripts are not assigning stat or skillpoints. This is a known point as it's listed as a to do in the code. i.e. It's not a bug. However I just wanted to flag the issue on here so any progress or pull requests can be noted.

I'm largely done with implementing the stat allocation myself. So wanted to flag that incase anyone else was going to work on an update. Newish to coding and new to Go though, so although I've got the stats allocation working, I'd ideally want to implement much better for loops and tidy up / shrink the code.

Wamlad avatar Jan 22 '25 23:01 Wamlad

Update:

  • Skillspoints is done and working.
  • Statpoints I need to build this out better in order to assign all statpoints in one function, but not far off. I may just submit a separate Pull Request for the skills first. ETA this weekend. Need to tidy it up and ensure it works on all chars before submitting.

Wamlad avatar Feb 06 '25 22:02 Wamlad

Note: PR 674 now created to solve this. https://github.com/hectorgimenez/koolo/pull/674

Wamlad avatar Feb 09 '25 10:02 Wamlad