forked from HerculesWS/Hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
Login Server
Mike Kao edited this page Jun 16, 2023
·
1 revision
Login Server is where the users/players go right after pressing enter in the login screen of the client. During the process of logging in, username and password fields from the login table of hercules schema will be compared with the username and password inputted by the client. Once verified, the player will proceed to the Character Server.
- Process user login
- Load/Save global accounts variables
- Load/Save accounts information
- Block/Unblock accounts