As the tilte, when I try to read the values in many ways it still return to me the wrong number and it almost like dont have any connection to the right number so I still don't know how to fix it. I'm trying to use the pointer and two offset values to get coordinate X, Y of character.
CharacterPointer = 0x029E7028; //0085FD58 <~ here is the address contain the number [029E7028]
CharXOffset = 0x13AF4;
CharYOffset = 0x13AF8;
This is the code I use memorysharp to read the values, I know maybe it wrong but please point out and help me. Thanks for your visit :>
