Login Server
This chapter describes the architecture and functionality of the Login Server.
Its purpose is to authenticate players, perform Game Server load balancing, and manage in-game characters for the account.
The primary data exchange protocol is described in DML
as LoginMessages.xml
, Service ID 7
. It is recommended to keep
this open for reference while reading through the following pages.