Ultima Online Protocol :: Skill/Status Locks (VB.NET)
      Imports System
      
      Namespace Common
          Public Enum Lock
              Gain = 0x00
              Lose = 0x01
              Lock = 0x02
          End Enum
      End Namespace
    
The values in the enumeration represent the lock status of a skill or stat.