Battle.net user flags

From StealthBot Wiki Backup
Jump to: navigation, search

Battle.net user flags are seen on any user in a Battle.net and specify certain features about them. They are binary flags.

Possible flags

They are listed below in hexadecimal notation. In scripting, these flags can be combined and compared using the VBScript bitwise operators.

Items marked as (defunct) are not seen on Battle.net servers anymore.

  • 0x00000001 = Blizzard representative
  • 0x00000002 = Channel operator
  • 0x00000004 = Speaker
  • 0x00000008 = Battle.net administrator
  • 0x00000010 = No UDP support (UDP plug)
  • 0x00000020 = Squelched
  • 0x00000040 = Special guest
  • 0x00000100 = Beep enabled (defunct)
  • 0x00000200 = PGL player (defunct)
  • 0x00000400 = PGL official (defunct)
  • 0x00000800 = KBK player (defunct)
  • 0x00001000 = WCG official
  • 0x00002000 = KBK singles (defunct)
  • 0x00002000 = KBK player (defunct)
  • 0x00010000 = KBK beginner (defunct)
  • 0x00020000 = White KBK (1 bar) (defunct)
  • 0x00100000 = GF official
  • 0x00200000 = GF player
  • 0x02000000 = PGL player

See also