Skip to content

Game Server Home

GigaToni edited this page May 4, 2017 · 3 revisions

Game Server (THIS PAGE IS STILL WIP. INFORMATION HERE IS NOT FINISHED!)

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.

  1. Cmd_CheckInGame (120)
  2. Cmd_CheckInGameAck (121)
  3. Cmd_LoadChar_Thread (123)
  4. Cmd_LoadCharAck (124)
  5. Cmd_MyQuestList (272)
  6. Cmd_MyQuestListAck (273)
  7. Cmd_ItemList (400)
  8. Cmd_ItemListAck (401)
  9. Cmd_VisualItemList (1200)
  10. Cmd_VisualItemListAck (1201) <- Special case please see content.
  11. Cmd_MyStickerList (1350)
  12. Cmd_MyStickerListAck (1351) <- Sepcial case please see content.
  13. Cmd_MyAuctionList (580)
  14. Cmd_MyAuctionListAck (581) <- Special case please see content.
  15. Cmd_MyAuctionVSList (1600)
  16. -- Missing Answers
  17. Cmd_MyAuctionCarList (1700)
  18. Cmd_MyAuctionCarListAck (1701) <- Special case please see content.
  19. Cmd_GetCouponForVar (1011)
  20. Cmd_GetCouponForVarAck (1012)
  21. Cmd_UpdateCouponParam (1021)
  22. Cmd_GetCouponStampList (1013)
  23. Cmd_GetCouponStampListAck (1014)
  24. Cmd_JoinChannel (125)
  25. Cmd_JoinChannelAck (126)
  26. Cmd_Weather (640)
  27. -- Missing rest.

Unordered Ranking server packets

This is a list of packets that are not sent in an order.

Client -> Server

Already listed ones:

Server -> Client

Already listed ones:

Clone this wiki locally