Yoni has given permission to publish his original research on MCP_REQUESTLADDERDATA. The publication of this message means, so far as I know, that all Realm messages currently in use are now documented and available to the public.
http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=356
Thanks Yoni+Arta
Another big step, thnx for that Yoni+Arta ;).
I have found an error in the server's return of MCP_RESQUESTLADDERDATA...
It is published:
Quote(DWORD) Character experience
(DWORD) Unknown (0)
(BYTE) Character Flags
(BYTE) Character title
(WORD) Character level
(BYTE[16]) Character name
The first two DWORDS are actually one 64-bit integer...
It should read:
Quote
(LARGE_INTEGER) Character experience
(BYTE) Character Flags
(BYTE) Character Title
(WORD) Character Level
(BYTE[16]) Character Name
Alright, thanks. Fixed.