• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[12.xx] How the protocol works? (Playing around with C#)

rechdan

New Member
Joined
Oct 2, 2012
Messages
6
Reaction score
0
After we login the web-server sends the character list as well the world information and account session, that's done right now, but after we select the character to enter the world the game-server receives the world-name, so my question is what is the response for that (what dos the game-server sends back to the client)?
 

Thanks for the reply! But I'm already in the characters screen, the problem I'm facing is the response after the client sends me the world-name, and by the looks of onRecvFirstMessage it's expecting other data and not the world-name, here're the logs I'm printing:

Code:
[2022-02-13 14:07:30.2183870 INF] New socket from 10.0.2.2:57103
[2022-02-13 14:07:30.2198756 INF] Waiting for data
[2022-02-13 14:07:30.2230220 INF] Rcv: World_Name
 / 576F726C645F4E616D650A
[2022-02-13 14:07:30.2230734 INF] Waiting for data
 
Back
Top