Table of Contents

Logout Status (0xD1)

Moongate Packet Classes

  • LogoutStatusPacket (Incoming, Fixed, length 2) from src/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.