Hi!
I'm trying to make a little bot in C#. Actually, my bot opens the wow process and reads some informations regarding to the player (health, mana, xp, level, position X and Y). I read the 3.1.3 info bump to get the player's informations.
Now, I'm coding the target part but I didn't find how to get these informations like the target name, life, position x and y.
I'm a little confused on the things I have to do.
Correct me if I'm wrong : Every wow objects have a GUID so we can access to them. These objects are managed by a linked-list called "ObjectManager".
Thanks for help and excuse me if that question is very basic (I didn't find the answer clearly).