Hi guys,
I am creating a C# bot for FFXIV just for fun, but having some problems finding out how to pull the chat log text out of memory.
I used Cheat Engine to successfully find the base pointers for HP, MP and TP, but can't figure out how to go about finding the static basepointer to the address the chat log is stored at.
So far, I can easily find the dynamic section in memory where the log is stored. I haven't been able to find the static base-pointer though.
The end goal is to have a List<String> with the chat log entries stored.
Thanks a lot for any and all help.
I am creating a C# bot for FFXIV just for fun, but having some problems finding out how to pull the chat log text out of memory.
I used Cheat Engine to successfully find the base pointers for HP, MP and TP, but can't figure out how to go about finding the static basepointer to the address the chat log is stored at.
So far, I can easily find the dynamic section in memory where the log is stored. I haven't been able to find the static base-pointer though.
The end goal is to have a List<String> with the chat log entries stored.
Thanks a lot for any and all help.