So I'm having trouble trying to find instances of creatures on a map, what methods do you guys think should work to find roaming creatures and their locations?
What I tried doing first was searching for the seen creature with it's name, then found the address that changes the name when see (the creature)
I then tried search for the pointer for that but i end up with something like this: [edi+ecx*4-04]
ecx=4
I thought ecx*4 = 10
10-04 = c
So i thought my offset was C so i searched for the hex addy and dead end :/
What I tried doing first was searching for the seen creature with it's name, then found the address that changes the name when see (the creature)
I then tried search for the pointer for that but i end up with something like this: [edi+ecx*4-04]
ecx=4
I thought ecx*4 = 10
10-04 = c
So i thought my offset was C so i searched for the hex addy and dead end :/