Ultima Online Protocol :: Direction (VB.NET)
      Imports System
      
      Namespace Mobiles
          Public Enum Direction
              Northeast
              East
              Southeast
              South
              Southwest
              West
              Northwest
              North
          End Enum
      End Namespace
    
The values in the enumeration run from 0 (Northeast) to 7 (North). When used with a packet (such as the Request Movement packet), the flag &H80 will indicate that the character is running in the specified direction.