A heal, that is

That’s right… we’ve done a lot this weekend. I dove back into making using items work. The intention was to make it so that you could start using items on other players, rather than just yourself.

While I was getting stuck into this, I made a bunch of architecture changes.

That’s right, I rewrote a huge chunk of our server architecture again – but it’s better this time! I got some of the functionality I wanted, which was less annoying repetitive code, but without the slowdowns caused by the previous approach.

I also got something new that I didn’t get from the previous approach, which is that the server can now report error messages back out to the client.

SO… with the new multiplayer changes done, and the classes for NPCs, the person playing, and the other people playing, all split out from one another, I finally got it to a point where you can use the stupid health potion on both yourself and other players, and it’ll return error messages if its checks fail.

The first gif below shows an example error message using a purposely-failing test.

The second gif shows that healing yourself, and healing other players, is correctly synchronizing across the server and all clients.

Okay, so you can heal, but you’re gonna need something to heal

Yeah. I think I might dip my toe into combat next.