This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
When a player wants to enter a world with a character and there is no world server available, the client goes back to the login screen and just says disconnected.
In fact the client is still connected and should instead say "No world server available." and let the player continue in the character selection screen instead.
When a player wants to enter a world with a character and there is no world server available, the client goes back to the login screen and just says disconnected.
In fact the client is still connected and should instead say "No world server available." and let the player continue in the character selection screen instead.