jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Enable character log in, walk on a basic map. #11

Closed jlnunez89 closed 5 years ago

jlnunez89 commented 5 years ago

A player is able to log in and select a character now. However, we still need to enable the Game server to process the next request in that pipeline, and let a character log in. Basically, to call this done we need:

1) Item catalog loaded (at least partial). 2) Map loading (any sort of map, even an empty, simple box map). 3) Minimum set of packets sent and received to make login and walking possible.

jlnunez89 commented 5 years ago

Addressed by #13