The Client
The Client is a .swf
Application that connects to the servers, so you can play the multiplayer game.
Connection to the Realm Server
When the client is started it instantly connects to the Realm Server and it gets the needed information like:
- the music;
- the location of the World Servers;
- the language;
- and a lot more;
Then it checks if the user is already logged in, if invalid information has been given it will remove the invalid information and it will prompt the user to type in his login information and then it repeats the process, if the user has been successfully logged in the client will be able to show the user's characters and when the user clicks play it will connect him to the closest (or selected) World Server.
Connection to the World Server
When the client is connecting to the world server it will check the login information and then it will download the world (in this case it will download the Nexus) and it will show the players, enemies and everything else in it.
Then the player can execute commands, play the game, trade with other players, chat with them and whatever possible.