Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

OID Calculator

A simple calculator for checking the OID (a unique object identifier) used by the game. It is usually stored as a big int64 number, that can be sliced into specific groups of bits to get the Class, Type, Server and Object number.

[Class][Type][Server][Number...]
  8b     8b     8b       40b
  • The CDN ID is a base64 representation of GSF OID.
  • The GSF OID is an int64 number that is sliced into specific groups of bits.