UO Protocol 0x91

Game Server Login (65 bytes)

This is sent by the client to login to the Game Server.

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  BYTE[4]  key              gameplay encryption key(*)
 0005  CHAR[30] name             account name
 0035  CHAR[30] password         account password

(*) This is usually the account number.