Packet 0xB3 (Chat Text)

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 0xB3 (Chat Text)

Post by Pierce »

Just found another small error in pktlist.

Packet 0xB3 is send by both, server and client. And it should be:

Code: Select all

BYTE[1] cmd 
BYTE[2] Length 
BYTE[3] Unicode Language 
BYTE[2] UnKNOWN(00 00) 
BYTE[1] Text/Command Type
Edit: 20081010, fixed in online packets list.
Post Reply