Ultima Online Protocol :: Account Login Failed
Packet # Packet Name Length Client Server Obsolete
0x82 Account Login Failed 0x0002 X X
Data Type Description
byte 0x82 The packet number.
byte Reason The reason for the failure.

  • 0x00 - Incorrect name/password.
  • 0x01 - Someone is already using this account.
  • 0x02 - Your account has been blocked.
  • 0x03 - Your account credentials are invalid.
  • 0x04 - Communication problem.
  • 0x05 - The IGR concurrency limit has been met.
  • 0x06 - The IGR time limit has been met.
  • 0x07 - General IGR authentication failure.

Packet Description:
This is sent to reject a login request.