Logout Status (0xD1)
- Status:
implemented - Direction:
Both - Length:
2 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xD1
- Last modified in POL docs:
2009-08-15 09:50:03byMuadDib
Moongate Packet Classes
LogoutStatusPacket(Incoming, Fixed, length2) fromsrc/Moongate.Network.Packets/Incoming/Player/LogoutStatusPacket.cs
Current Moongate Behavior
Moongate currently has packet classes for this opcode.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
0xD1 |
BYTE[1] |
0x01 |
Subcommand Build
N/A
Notes
Client will send this packet without 0x01 Byte when the server sends FLAG & 0x02 in the 0xA9 Packet during logon.
Server responds with same packet, plus the 0x01 Byte, allowing client to finish logging out.