How to get target hp offset?

02/22/2014 15:55 danteps3#1
can't get it with cheat engine, there is no static pointer and pointer scan doesn't give the address, i have targetpointer but can' find with it... Does someone have it?
02/23/2014 03:09 Paraly#2
I think your using the 4.5 na client so
Game.dll+DA911C <-- have target 0/1
Game.dll+DA9110 <-- Target ID (have target address - 0xC)
Game.dll+DA9110 + 368 <-- Target Base
Game.dll+DA9110 + 368 + 46 <-- Target Name
Game.dll+DA9110 + 368 + 13cc <-- Target current HP
Game.dll+DA9110 + 368 + 13c8 <-- Target maximum HP
Game.dll+DA9110 + 368 + 44 <-- Target percent HP
Game.dll+DA9110 + 368 + 42 <-- Target level
Game.dll+DA9110 + 368 + 378 <-- Target hide status
Game.dll+DA9110 + 368 + 13d0 <-- Target current mana
Game.dll+DA9110 + 368 + 13d4 <-- Target maximum mana

Game.dll+DA9110 + 48 <-- Target X-position
Game.dll+DA9110 + 40 <-- Target Y-position
Game.dll+DA9110 + 44 <-- Target Z-position

hope it helps ;)
02/23/2014 17:26 danteps3#3
Thank you man, I love you ^^

And if it's not asking too much can you say me how to move trough other targets(iterate)?