Hi,
I'm able to read the WoWObjectFields from memory. For example to get the entry I use the following code (Delphi/Pascal):
Now I want to access the WoWPlayerFields. I'm not looking to be spoonfed, but does someone have a link to a post that can help?Code:lObjectId := ReadInt32(gPID, lDescriptor + (gID * 4)); //gID = $5;
thx in advance,
RL