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 IDis abase64representation ofGSF OID. - The
GSF OIDis anint64number that is sliced into specific groups of bits.