-
Notifications
You must be signed in to change notification settings - Fork 13
Game Server Home
GigaToni edited this page May 4, 2017
·
3 revisions
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_CheckInGame (120)
- Cmd_CheckInGameAck (121)
- Cmd_LoadChar_Thread (123)
- Cmd_LoadCharAck (124)
- Cmd_MyQuestList (272)
- Cmd_MyQuestListAck (273)
- Cmd_ItemList (400)
- Cmd_ItemListAck (401)
- Cmd_VisualItemList (1200)
- Cmd_VisualItemListAck (1201) <- Special case please see content.
- Cmd_MyStickerList (1350)
- Cmd_MyStickerListAck (1351) <- Sepcial case please see content.
- Cmd_MyAuctionList (580)
- Cmd_MyAuctionListAck (581) <- Special case please see content.
- Cmd_MyAuctionVSList (1600)
- -- Missing Answers
- Cmd_MyAuctionCarList (1700)
- Cmd_MyAuctionCarListAck (1701) <- Special case please see content.
- Cmd_GetCouponForVar (1011)
- Cmd_GetCouponForVarAck (1012)
- Cmd_UpdateCouponParam (1021)
- Cmd_GetCouponStampList (1013)
- Cmd_GetCouponStampListAck (1014)
- Cmd_JoinChannel (125)
- Cmd_JoinChannelAck (126)
- Cmd_Weather (640)
- -- Missing rest.
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)