[Basic] Packet Structure

The basic packet structure for Fiesta Online is

:IF( size > 0xFF)
  BYTE 0x00
  WORD size
:ELSE
  BYTE size
:ENDIF
WORD command
BYTE[size] Buffer

0x8000 is the max buffer size that the client supports.

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