I have said it before - im n00b.
But im looking for player coords(x and y). Im using a memscanner to try to find it, but i get rubish each time. NOW: i know player coords are dynamically stored, but should be at the same adr for each time wow starts right?
And now i just need help resolving player x and y that one time. My coords are now 51.6, 46.1 ingame. Ill now scan memory for "51.4 -> 51.8" values(to try find X), float. Im doing that because i think blizz only have precission set to 2 in the UI(so the number could be 51.6834832).
2476 results in my range. I now move abit, so X is showing 46.2 and ill now do a scan to check on decreased numbers from my first search.
327 results. Ill quickly browse thru the result for anything looking like "46.2". NOTHING. Ill do a rangescan again, on 46.1 -> 46.3 values.
NO RESULT FOUND!
Again: i should be able to find it, as i manage to find my HP this way. So my theory is: the coords are stored in another way, and converted to (0-100) values for the UI.
So could someone help me on how to resolv the memory adr(correct value range of coords!!!).
(in other words: if you had the adr to x coord, and ui was showing 54.1, what would the adr contain? (54.14234 or something like -4053??)
Sry, i dont need someone to tell me i should not be doing it this way: i know, im noob and learning
thanks