Leveling characters not assigning stat or skillpoints
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.
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.
Note: PR 674 now created to solve this. https://github.com/hectorgimenez/koolo/pull/674