Skip to content
Youx edited this page Sep 13, 2010 · 1 revision

Kicking from the server

Client : kicking player from the server (0xf0be2d01)

Size Format Description
4 bytes 32 bit unsigned integer Public ID of client to be kicked
1 byte 8 bit unsigned integer Length of reason
31 bytes Fixed size string Reason of the kick

Server : player kicked (message to all, color red)

Server : player kicked (0xf0be6500)

Size Format Description
4 bytes 32 bit unsigned integer Public ID of player kicked
2 bytes 16 bit integer ??? (0×02)
4 bytes 32 bit unsigned integer Public ID of kicker
1 byte 8 bit unsigned integer Size of reason
29 bytes Fixed size string Reason string

Kicking from the channel

Client : kicking player from the channel (0xf0be2e01)

Size Format Description
4 bytes 32 bit unsigned integer Public ID of client to be kicked
1 byte 8 bit unsigned integer Length of reason
31 bytes Fixed size string Reason of the kick

Server : player kicked from the channel (0xf0be6600)

Size Format Description
4 bytes 32 bit unsigned integer Public ID of player kicked
4 bytes 32 bit unsigned integer Public ID of kicker
4 bytes 32 bit unsigned integer Channel kicked to???
2 bytes 16 bit integer ??? (0×00)
1 byte 8 bit unsigned integer Length of reason
29 bytes Fixed size string Reason of the kick

Server : status changed (cleared) (0xf0be6800)

Banning a player from the server

Client : banning a client from the server (0xf0be4501)

Size Format Description
4 bytes 32 bit unsigned integer Player to ban
2 bytes ??? ??? (0)
1 byte 8 bit unsigned integer Length of reason
29 bytes Fixed size string Reason

Server : player banned (message to all, color red)

Server : player banned (0xf0be6500)

Size Format Description
4 bytes 32 bit unsigned integer Public ID of player banned
2 bytes 16 bit integer ??? (0)
4 bytes 32 bit unsigned integer Public ID of banner
1 byte 8 bit unsigned integer Length of reason
29 bytes Fixed size string Reason of the ban

Retreiving ban list

Client : get list of bans (0xf0be9a01)

Nothing but version and checksum

Server : ban list (0xf0be9b01)

Size Format Description
2 bytes 16 bit integer Number of bans??
2 bytes 16 bit integer ID of ban
15 bytes Fixed size string IP banned
2 bytes 16 bit integer ??? 0
* \0 terminated string Description of the ban