Lol @ Soularis he just said it was on a Pserver.
UnknOwned You are a Gamer hacker God among men.
Even if this is Pserver only its sweet. Though through your
infinite glory and wisdom i am sure you will get it working on
LIVE. BTW 12-22-08... Superfly Resurrected.
much love.
You should totally put this in WoW Infinity!
Its just a GUID Malu, so technically it is an int64. Its just treated as two in32s at the low level because registers are only capable of holding 32 bits at a time. So they hold the high and low GUID parts seperately.
In reality its likely to be implemented as a union allowing access to either an int64 or 2 int32s as its accessed by the CPU.
But yea, its not like its hard to find once you have the pointer to the current camera, just dump out your players GUID and search for it in the class and check all instances (theres more than 1 I think...) until you find the one you want.