Table of Contents

Open Chat Window (0xB5)

Moongate Packet Classes

  • OpenChatWindowPacket (Incoming, Fixed, length 64) from src/Moongate.Network.Packets/Incoming/Speech/OpenChatWindowPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] cmd
BYTE[63] chatname, if known by client (all 00 if unknown) (name in unicode)

Subcommand Build

N/A

Notes

This message is very incomplete. From the server, just know that it is 0xB5 len len, and pass the data through as is appropriate.