Here is the Code is use to get ObjectManagerBase
Visual Studio C# says at the point ObjectManagerOffset "ReadUInt" failed, why?Code:uint StaticClientConnection = wow.ReadUInt(0xBB43F0); uint ObjectManagerOffset = wow.ReadUInt(0x2EB0); uint ObjectManagerBase = wow.ReadUInt(wow.ReadUInt(StaticClientConnection) + ObjectManagerOffset);
Thanks.
best regards,
Rhilor