This website requires JavaScript.
Explore
Help
Register
Sign in
mmo-ref
/
openmu
Watch
1
Star
0
Fork
You've already forked openmu
0
mirror of
https://github.com/MUnique/OpenMU
synced
2026-08-15 14:32:19 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
copilot/create-data-model-classes
openmu
/
docs
/
Packets
/
ChatServer.md
sven-n
aeb248c8c8
Fixed/added some packets
2023-10-07 15:41:15 +02:00
543 B
Raw
Permalink
Blame
History
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)