342 Protocol

From RuneWiki
Revision as of 06:51, 13 August 2009 by Blakeman8192 (talk | contribs) (New page: == Login Protocol == ======Client -> Server:====== {| border=2 |- ! Type ! Value |- | ubyte | 14 |- | ubyte | "name hash" |- |} ======Server -> Client:====== {| border=2 |- ! Type ! Value ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Login Protocol

Client -> Server:
Type Value
ubyte 14
ubyte "name hash"
Server -> Client:
Type Value
byte 0
byte 0
byte 0
byte 0
byte 0
byte 0
byte 0
byte 0
byte "return code"
long "server session key"
Client -> Server:
Type Value
byte 10
int "datafileversion"[0]
int "datafileversion"[1]
int "datafileversion"[2]
int "datafileversion"[3]
int "user id"
string "username"
string "password"
long "client session key"
byte "connect status"
byte "size"
byte 255
short 342
byte "client version"
int "crc values"[0]
int "crc values"[1]
int "crc values"[2]
int "crc values"[3]
int "crc values"[4]
int "crc values"[5]
int "crc values"[6]
int "crc values"[7]
int "crc values"[8]
Server -> Client:
Type Value
byte "return code"
byte "player status"
byte 0