-
Active Member
Originally Posted by
Mr.Sergey
For those who couldn't find a solution – the ObjectEntity structure is now the same as in the client for retail:
Code:
public struct ObjectEntity
{
[FieldOffset(0x0)] public long CategoryPtr;
[FieldOffset(0x18)] public UInt128 Guid;
[FieldOffset(0x28)] public long ObjectBase;
}
I didn't check the guid offset, since I don't use it, but object offset at 0x28 seems right, and I believe the entity index still remains at +8
-
Post Thanks / Like - 1 Thanks
aeo (1 members gave Thanks to scimmy for this useful post)