(04-18-2012, 07:06 PM)Lord Silva Wrote: The original line was CMP DWORD PTR DS:[EAX+6F4],4
you put 0044658A > 83BA F4060000>CMP DWORD PTR DS:[EDX+6F4],4
enjoy(so use eax instead of edx for those ones). Basically look at what the CMP thingy uses, and use that. Sorry if that wasn't clear in the guide, it was written for 1.9c when all the AI's used the same register. In the newer option the compiler did different optimisations and stuff.
SWEET! that was obviously the problem! Thank you very much!
I would not have even noticed that if you didn't point it out. Many other AI's are EDX. I didn't know some were also EAX.
Perhaps I celebrated too quickly.
The problem regarding ID's 1 and 2 is gone, however it now seems like the characters with IDs 60 - 66 do not in fact use the new AI.
It is fairly obvious to tell if a character is using AI or not because if they are not they will rarely (if ever) use their special attacks.
Those characters seem to, once again, be stupid, despite copying the AI. Is the ID: 4 AI simply un-copyable, or have I done something else wrong here?
Thanks in advance.