ASM / hook / walk - Help

07/22/2021 09:50 Hatz~#16
Quote:
Originally Posted by testesttesttest View Post
Hi again,

I wanted to get the address thanks to their signature, but I only succeed to have the walk function address with this method.

However, I didn't succeed to have the Character Object address with this method.

Maybe someone can enlighten me.
When you pattern scan for an address you shoul ALWAYS scan for instructions not for structures. So you might wonder "Then how do I pattern scan for structures"? Well this took me a while to realize but it is very simple, what you have to do is to find an asm instruction that access the structure address you want then you scan to get that instruction address and get the structure static pointer from the instruction.
07/22/2021 20:18 testesttesttest#17
Ok, so it works

Now I just have to wait the next update :)

Thank you for your time.

If you have any other info to share such as auto-attack / spell / target ...

Don't hesitate!
08/08/2021 20:03 testesttesttest#18
Hi guys,

I don't know how to get the static address of the character name. Do you an idea how to do it ?

And do you know what are the instructions to skip the npc chat ?