Skip to content

Switching between channels

Youx edited this page Sep 13, 2010 · 6 revisions

Moving a player to another channel

Client : move player (0xf0be4a01)

Size Format Description
4 bytes 32 bit unsigned integer Player to move
4 bytes 32 bit unsigned integer Channel to move to

Server : player moved to a channel (0xf0be6d00)

Size Format Description
4 bytes 32 bit unsigned integer Player being moved
4 bytes 32 bit inteer Channel moving from
4 bytes 32 bit unsigned integer Channel moved to
4 bytes 32 bit unsigned integer Player that moved him
2 bytes 16 bit integer ??? (0)

Switching to another channel

Player : switch (0xf0be2f01)

Size Format Description
4 bytes 32 bit unsigned integer Channel to move to
1 byte 8 bit unigned integer Size of password
29 bytes Fixed size string Password

Server : player switched to a channel (0xf0be6700)

Size Format Description
4 bytes 32 bit unsigned integer Player switching
4 bytes 32 bit integer Channel moving from
4 bytes 32 bit unsigned integer Channel moved to
2 bytes 16 bit integer Player channel privileges for the new channel

Server : failure when moving to a channel (0xf0be91ff)

Size Format Description
1 byte ??? 2f ???
1 byte ??? 1 ???
4 bytes 32 bit unsigned integer Channel he tried to move to
4 bytes 32 bit unsigned integer Player that tried to switch channels
Clone this wiki locally