OpenMU
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
View on GitHub
ChatServerPackets
C1 00 - Authenticate (by client)
C1 01 - LeaveChatRoom (by client)
C1 01 00 - ChatRoomClientJoined (by server)
C1 01 01 - ChatRoomClientLeft (by server)
C2 02 - ChatRoomClients (by server)
C1 04 - ChatMessage
C1 05 - KeepAlive (by client)