New Player is finished.


So I have finally finished the new player system done. Got it working pretty good, does checks on the stats now and builds the player on the server. So not much someone could do on the client side to make a massive illegal character. The method I made to check it is big and clumsy and need to find a better way to do it, but it works. I also lowered the exp charts, I made a chart by hand this time instead of doing math to make it on the fly. I do want to add in class exp charts, but that’s something in the future when there is content and more feedback on classes balance before jumping into that.

I also have done a few other minor tweaks here and there, and looking at doing some tweaking on the DB saves for players, it doesn’t record all the info and uses an old ugly way to do it. So plan to work on that also tonight, but we shall see how much I get done. I also plan to wipe the player DB and reopen the server tonight. But need to do all the packing up of the new client and cleanup of the code.

Till next time…

Share