Okey, i finished up my project where i could read player X/Y/Z. Very fun, NOT.
So now i want to do something more advanced. So now i want to get hold of gameobjects.
Im guessing to do this you have to find the object manager, as it contains a linked list of all current/all objects available(?).
I found this source, http://www.mmowned.com/forums/wow-me...ern-tls-c.html , is it still good with the latest wow patch?
EDIT: i ran the sourcecode, but ended up with TLS code, g_clientConnection and c_curMgr being 0xffffffff.
Is this on the path to my goal(getting the whole player object so i can properly read X, Y, Facing), or do i have to do some injections or something?