Difference between revisions of "Login Server"
From Hercules Wiki
Dastgirpojee (Talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | == Server Overview == | ||
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]]. | 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]]. | ||
+ | |||
+ | == Server Tasks == | ||
+ | |||
+ | * Process user login | ||
+ | * Load/Save global accounts variables | ||
+ | * Load/Save accounts information | ||
+ | * Block/Unblock accounts | ||
+ | |||
[[Category:Hercules]] | [[Category:Hercules]] |
Latest revision as of 22:50, 26 November 2014
Server Overview
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.
Server Tasks
- Process user login
- Load/Save global accounts variables
- Load/Save accounts information
- Block/Unblock accounts