Protocol:Packet 0x09: Difference between revisions
Appearance
Add page about Packet 0x09. |
m BlueCrab moved page Packet 0x09 to Protocol:Packet 0x09 |
||
(One intermediate revision by the same user not shown) | |||
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== |
Latest revision as of 05:13, 13 December 2021
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 |