Protocol:Packet 0x09: Difference between revisions
Appearance
Add page about Packet 0x09. |
m Quests reply to 0x09 with 0xA3. |
||
Line 1: | Line 1: | ||
The client sends Packet 0x09 to the server to ask for additional information about an entry in a menu (ship, block, game lobby, quest). The server then responds with a [[Packet 0x11]]. | The client sends Packet 0x09 to the server to ask for additional information about an entry in a menu (ship, block, game lobby, quest). The server then responds with a [[Packet 0xA3]] for quests or a [[Packet 0x11]] for everything else. | ||
==Dreamcast Packet Format== | ==Dreamcast Packet Format== |
Revision as of 15:39, 28 December 2009
The client sends Packet 0x09 to the server to ask for additional information about an entry in a menu (ship, block, game lobby, quest). The server then responds with a Packet 0xA3 for quests or a Packet 0x11 for everything else.
Dreamcast Packet Format
Bytes | Meaning |
---|---|
0x00 | Packet Type (0x09) |
0x01 | Flags (0x00) |
0x02-0x03 | Packet Size (0x000C) |
0x04-0x07 | Menu ID of item requested |
0x08-0x0B | Item ID of item requested |