Here recvpackets :
http://pastebin.com/tegHjSs1
Try and find the correct serverType

Moderators: Moderators, Documentation Writers
Don't worry with this, just worry with extractions.also about the extraction of the tables, they all seem to be in utf-8 (theyre inside that folder as well) the wiki mentions BOM though, and I have no clue how to figure out if they're with/without it.
Hum...Unrecognized character \x80; marked by <-- HERE after MZ<-- HERE near column 3 a
t extractor.exe line 1.
All files must be in UTF-8 without BOM with Unix line endings (LF). Almost any text editor (except Notepad) can do these conversions without problems.Don't worry with this, just worry with extractions.
When you read this ?
Notepad could do just utf-8 conversion, but not BOM and line endings. Maybe it's Notepad++ which is mentioned in FAQ, macro manual etc?RObotic wrote:All files must be in UTF-8 without BOM with Unix line endings (LF). Almost any text editor (except Notepad) can do these conversions without problems.
its in category:tables on the OKwiki
which is kinda fun, since I used notepad for the utf-8 conversion and it is also mentioned in the svn somewhere.
I think only the Devs and kLabMouse that could can fix it.Packet Parser|Tokenizer (unknown/unsupported packets)
Part 1)
You may add the missing packetswitches to the packet_list{switch} in the serverType where it belongs for the following errors:
"Packet Parser: Unknown switch: xxxx"