Difference between revisions of "Login Server"
From Hercules Wiki
Mysterious (Talk | contribs) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | 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 | + | == 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 | ||
+ | |||
+ | [[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