Server closes connection with langtype 12

MaminhA

New member
Messages
25
Points
0
Hi, guys;

So, I was fuzzing around and observed that one of the langtypes I used on clientinfo.xml makes the server close the connection right after it receives the "want-to-login" packet. The langtype was the Brazillian langtype. On the server-side, it shows, right after clicking login on the client, the message "Closed connection from xxx.xxx.xxx.xxx" and, in the client, "server closed".

So, what could it be?

 
The langtype 12 is fuzzy:

In the 2011~actual clients, the attempt to login send a (broken?) 0x0825 packet using the normal way to start . The autentication is refused here...

if(uAccLen > NAME_LENGTH - 1 || uAccLen == 0 || uTokenLen > NAME_LENGTH - 1 || uTokenLen == 0)
{
login_auth_failed(sd, 3);
return 0;
}
 
You need to keep the 1rag1 parameter and pass this using a batch script: Executable.exe -1rag1 /account:clientinfo.xml -t:Pass User ServerName
 
Last edited by a moderator:
Back
Top