Packet 0xA2

From Sylverant
Revision as of 01:12, 29 December 2009 by BlueCrab (talk | contribs) (Add page about Packet 0xA2.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The server sends clients Packet 0xA2 to communicate a list of quests to the client. This is brought on either by a request Packet 0xA2 from the client or by selecting a category in the menu of quests.

Dreamcast Packet Format (Server->Client)

Bytes Meaning
0x00 Packet Type (0xA2)
0x01 Flags (Number of Entries)
0x02-0x03 Packet Size (Variable)
0x04... Quest entries to be sent (see below for format)


Quest Entry format

Each entry in the above packet is formed as follows:

Bytes Meaning
0x00-0x03 Menu ID
0x04-0x07 Item ID
0x08-0x27 Quest/Category Name
0x28-0x97 Short Description


Dreamcast Packet Format (Client->Server)

Bytes Meaning
0x00 Packet Type (0xA2)
0x01 Flags (Number of Entries)
0x02-0x03 Packet Size (0x0004)