Almost new build!


So I finally got some time to sit down and finish the rewrite of the spell system. And first few hours I was flowing code was going it was working, I was fixing bugs I had since the beginning. Then all of sudden spells started to stack and the spell message wasn’t displaying for combat ticks. I spent 3 hrs banging my head on the table trying to figure out why these 3 lines weren’t working. The code made sense and debugging was hard cause these lines are hit every second. But during debugging it showed it was working. But the code wasn’t working right. So I said fuck it time for bed, and look at it in the morn.

Well this morn I got up and looked at the issue with fresh eyes, and the truth was it was working it was the variable being passed to the method wasn’t being set. And it was because I forgot to copy one field over when cloning a spell. Now to figure out why the spells messages are not displaying.

I doubt I get the new build out today, but will do my best to do it by tomorrow night! This new build gonna have a shit ton of changes so lot’s to be tested. Esp, the new way I’m working with abils.

Till next time…

Share