Protocol:Packet 0x40: Difference between revisions
Appearance
m Size = 16-bits. |
No edit summary |
||
Line 1: | Line 1: | ||
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. | Clients send the server a Packet 0x40 to search for someone by guild card. The server will reply with a [[Protocol:Packet 0x41|Packet 0x41]] if the person is online, otherwise no reply will be generated. | ||
==Dreamcast Packet Format== | ==Dreamcast Packet Format== |
Revision as of 05:55, 13 December 2021
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 |