AuthMessage: LoginToken

12/25/2010 12:00 Santa#1
I was just wondering if there was any significance of the LoginToken when the Client send the AuthMessage(1052) to the Game Client. I believe this is the reason why i can not connect and was wondering if anyone knew what the Number is generated from.

Thanks.
12/27/2010 23:03 andyd123#2
The Login Token is used to identify which account from the auth server is trying to login to the game server.

I.E.:
Auth server tells teh client he uses logintoken 3000
Auth server tells the game server logintoken 3000 is named "j"
client tells game server he is logintoken 3000
game server logs in 3000 as j
12/27/2010 23:37 Santa#3
Quote:
Originally Posted by andyd123 View Post
The Login Token is used to identify which account from the auth server is trying to login to the game server.

I.E.:
Auth server tells teh client he uses logintoken 3000
Auth server tells the game server logintoken 3000 is named "j"
client tells game server he is logintoken 3000
game server logs in 3000 as j
Would there be any reason why the game server would reject the login token sent from the client?
12/28/2010 03:29 Korvacs#4
Well, the login token is given to the client by the auth server, it shouldnt be altered within the client, if it was altered and the login token wasnt one issued by the auth server then the game server could reject it, although ive never actually tested that aspect on a live official server.