Hello everybody.
I searched for long time, and maybe i didn't understand, but please, i need some help to understand some things...
I started to learn what is Memory Reading this week, but i'm french and i couldn't find guids to help me.
I saw you're, near all, using VB or C language.
I'm personnaly using AutoIt and for the moment, my BOT can Save Waypoint list, load it, walk trough the waypoints and it can try to unstuck the character.
So, for the moment, i only used these three-level pointer:
EI = 0x127E014
X = [[[[0x127E014] + 0x30] + 0x28] + 0x7D0]
Y = [[[[0x127E014] + 0x30] + 0x28] + 0x7D4]
Z = [[[[0x127E014] + 0x30] + 0x28] + 0x7D8]
Rotation = [[[[0x127E014] + 0x30] + 0x28] + 0x7DC]
First, i found others adresses on a forum, wich is, for X, 0x012E1B7C.
Is it different ? Wich should i use ?
Ok, now, i want my bot to "spam" TAB key to find mobs, and i want it to retrieve the X Y Z position of the mob.
I found here [3.0.3] Offsets, Addresses, Etc, again, a Target GUID adress.
But here is the problem: i can't understand WHAT TO DO with that long number.
I saw and mmowned forums that i have to compare it to my GUID or something else, but i don't understand.
So please, can someone tell me a bit more about this "GUID" ?
Thanks for your help, and gratz for your help topics, but i don't understand ALL..
And sorry for my bad english.
Pixion.