FFXIV Memory Offsets [New Guy]
Hey guys, i just joined the forums today although i have been reading the tutorials and stuff on here for about a week i thought i would try and give something back to the community. I am still very new to game hacking and will to take any advice i can get.
Using Cheat Engine i manged to find the offsets for various important in game stats hope you guys can find a use for them.
PosX = 0x10D3054;
PosZ = 0x10D3058;
PosY = 0x10D305C;
PosRotation = 0x10D3048;
Life = 0x00F8BBE0; { 0x20, 0xC, 0xC, 0x20, 0 }; // this is a pointer chain
Max Health = 0x10BD508;
Current Target Name = 0x0109C7D4; { 0x20, 0x140, 0x8, 0x190, 0xAE }; // pointer chain
Mining Resource Target = 0x0109C7D4; { 0x20, 0x1d0, 0x128, 0x198, 0xb7 }; //pointer chain
Mining Stamina Bar = 0x00F8BBE0; { 0x14, 0x1b8, 0x10, 0x198, 0xe4 }; // pointer chain
Hope it helps...