Hello all,
Well it seems that _getObjectByGuid(); has changed the 4.2.
Im using
Pre 4.2 it wasCode:public static uint GetObjectByGuid = 0x8C6F0; //
Now according to IDA it isCode:_getObjectByGuid(localPlayerGuid, -1)
How should I be using this?Code:__cdecl ClntObjMgrObjectPtr(WGUID guid, TypeMask mask, char *file, int line);
EDIT:
On the other hand, if anyone knows a better way to do this, please share :P