Today Tera got patched,
Here is the new base address "Tera.exe"+01A1DB34
And here is my cheat engine sheet. Useful for bot
Please register or login to download attachments.
Today Tera got patched,
Here is the new base address "Tera.exe"+01A1DB34
And here is my cheat engine sheet. Useful for bot
Please register or login to download attachments.
Hi, didn"t checked your sheet yet but did you find the way to get damages dealt to a target ?
Currently there is no bot that reads mob entity health, or changes to it.
I dont know of any that parse the chat log either. The most i ever gotten was finding the buffer in the ScaleForm UI modual that stores the text that it is rendering to the "active" chatbox. But you would have to keep the active chat tab set to the combat logs. Also, i have found that the combat chat box doesnt not record 100% of the damage dealt. Although, having problems finding a reliable means of following it through each patch. The Scaleform modual doesnt seem to trace back to any static pointer in TERA.exe, that i can find.
Can you give me the offset of this object ? I'm still working on a kikimeter but i've still not found how to get damages dealt/received
your info would be a good start even if the chat log don't log all infos.
i've sent it to someone tha ti have been doing alot of work with on TERA, and it does not work on his. It is at a completely different address on his machine, and i've tried on 2 other backup machines of my own, and they also are at different addresses. So i doubt it will work on yours. You just have to tag a piece of chat, and follow it back up the pointer chain.
k thx for the advice, i'll do this way and try to find general pointer
Since alliance patch in europe, offset has been changed again
New one is 0x01AFD7DC
using CE, i search for specific int (generally, i use HP) then, i change my hp ingame and search the same amount againj, u'll have 3 values at most. Then, increase hp ingame and check in ce, your hp will increase in real time and u'll have "current HP" address.
After this, it's just offset calculation
"Current HP" is offset + 0x48 so remove 0x48 from address u've got and search the result address using CE
u'll have 1 result (or only 1 result finishing with "0c") removs 0x0c from thie address and search again in CE
u'll have again 1 result with address finishing with "30", remove 0x30 from this address and search again in ce
the most obvious thing appear here, u'll have a lots of address containing this result
check for adresses finished by 14, generally there is only one that start with 0x01a and finish with 14
check this address in CE, u'll have something like "tera.exe+0x01AFD7DC"
that's the base offset.
Thanks for fast explain!,