Originally Posted by
karnkore
Find 2 mobs close to you, find their names or health or something, subtract addresses to get possible unit struct size, find hp, use cheat engine what writes to this, look at assembly, put breakpoint etc, learn about stack frames in functions, base pointer, stack pointer, find offsets that way, grab function address, dissassemble exe in ida pro, find that function, see what it does, look around for similar functions, eventually you will see the unit struct and how the game accesses it, could be linked list, dictionary, key value pair, continious array or others. Basicly best way is ollydbg/cheatengine combined with ida pro. GL.