Difference between revisions of "Login Server"

From Hercules Wiki
Jump to: navigation, search
(Created page with "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 th...")
 
 
(3 intermediate revisions by 2 users 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 the rAthena's schema will be compared with the username and password inputted by the client. Once verified, the player will proceed to the [[charserver]].
+
== 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