Packet 0xB2 subcommand 0x03EF (Remove User from Chat)

Here you can discuss packets, implementation and design, and software related to the packet sniffing and such. This is not the place to post packages for POL, but rather discuss the packet side of them.

Moderator: POL Developer

Post Reply
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Packet 0xB2 subcommand 0x03EF (Remove User from Chat)

Post by Pierce »

There is a small error in the pktlist.

It must be:

Code: Select all

MessageType 0x03EF (Remove User): 
BYTE[4] Unknown (00 00 00 00) 
BYTE[?] Unicode Username 
BYTE[2] Null Terminator (00 00) 
Then a user is successfully removed from the chat table.

Edit: 20081010, fixed in online packets list.
Post Reply