[World] 0x3C01 - Ask Question

This packet is sent to client to ask a question! Yay =)
The official server uses this packet for map switching.

CHAR[0x40] Question
BYTE Answer Count
FOREACH Answer
  BYTE Answer ID
  CHAR[0x20] Answer Text
NEXT Answer

Gamigo (Europe) Client Structure:
CHAR[0x41] Question
BYTE Answer Count
FOREACH Answer
  BYTE Answer ID
  CHAR[0x20] Answer Text
NEXT Answer

Client Responds With

0x3C02 - Answer Question

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License