SMOnline protocol update

This commit is contained in:
Josh Allen
2004-11-20 03:11:52 +00:00
parent c70542c031
commit 89a0f37c9f
+10 -2
View File
@@ -28,8 +28,8 @@ Payload - variable size based on command
The payload may contain more data than expected, i.e. new protocol version. The payload may contain more data than expected, i.e. new protocol version.
If the size is "NT" then that means it's a null-terminating string. If the size is "NT" then that means it's a null-terminating string.
"MSN" most significant 4 bits "MSN" most significant 4 bits (byte/16)
"LSN" least significant 4 bits "LSN" least significant 4 bits (byte%16)
Note: Primary player is 0x0, secondary player is 0x1 Note: Primary player is 0x0, secondary player is 0x1
@@ -344,6 +344,14 @@ Client SMOnline packets:
1: User wishes to enter room 1: User wishes to enter room
NT Room Name (Used when entering rooms) NT Room Name (Used when entering rooms)
002: Create a new Room
Size:
1 Room Type
0: Normal room (has sub rooms)
1: Game room (no sub rooms)
NT Room Title
NT Room Description
Server SMOnline packets: Server SMOnline packets:
000: Login Responce 000: Login Responce