Open Chat Window (0xB5)
- Status:
implemented - Direction:
Client - Length:
64 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xB5
- Last modified in POL docs:
2009-03-02 08:10:50byTurley
Moongate Packet Classes
OpenChatWindowPacket(Incoming, Fixed, length64) fromsrc/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.