Protocol:Packet 0x40: Difference between revisions
Appearance
Add page about Packet 0x40. |
m Size = 16-bits. |
||
Line 9: | Line 9: | ||
| 0x01 || Flags (0x00) | | 0x01 || Flags (0x00) | ||
|- | |- | ||
| 0x02-0x03 || Packet Size ( | | 0x02-0x03 || Packet Size (0x0010) | ||
|- | |- | ||
| 0x04-0x07 || Player Tag (0x00010000) | | 0x04-0x07 || Player Tag (0x00010000) |
Revision as of 00:06, 29 December 2009
Clients send the server a Packet 0x40 to search for someone by guild card. The server will reply with a Packet 0x41 if the person is online, otherwise no reply will be generated.
Dreamcast Packet Format
Bytes | Meaning |
---|---|
0x00 | Packet Type (0x40) |
0x01 | Flags (0x00) |
0x02-0x03 | Packet Size (0x0010) |
0x04-0x07 | Player Tag (0x00010000) |
0x08-0x0B | Guildcard Number of searching person |
0x0C-0x0F | Guildcard Number of person being searched for |