-
Notifications
You must be signed in to change notification settings - Fork 13
Lobby Server Home
GigaToni edited this page May 4, 2017
·
2 revisions
The lobby server is the second server that has contact with the client. In the following document I'll list packets the server is receiving and sending out in the order of occurence. All pseudo structs are in order of the occurence in the packet.
- Cmd_CheckInLobby (41)
- Cmd_CheckInLobbyAck (42)
- Cmd_LobbyTimeAck (47)
- Cmd_UserInfo (60)
- Cmd_GameSetting (30)
- Cmd_UserInfoAck (61)
This is a list of packets that are not sent in an order.
DCNC Copyright ©️ 2017 GigaToni
- Home
- Cmd_UserAuth (20)
- Cmd_ServerList (23)
- Cmd_UserAuthAck (22)
- Cmd_ServerMessage (24)
- Cmd_ServerMessageAck (25)
- Home
- Cmd_AreaChat (571)
- Cmd_AreaChatAck (572)
- Cmd_AreaStatus (682)
- Cmd_AreaStatusAck (683)
- Cmd_EnterArea (562)
- Cmd_EnterAreaAck (563)
- Cmd_UdpTimeSync (540)
- Cmd_UdpTimeSyncAck (540)