Page 1 of 1

Need Find Addrs for HP mobs

Posted: Mon May 10, 2010 9:42 am
by bugger2k9
I try to find this addres for Shaiya Lat but i cant find someone can help me.
I have the Addrs of Player and offset for HP MP SP maxHP maxMP maxSP and Sit/Up/Jump/Run

someone can explaint how find this addres whit CE.

PD: Sorry my english is too bad :D

Re: Need Find Addrs for HP mobs

Posted: Tue Jan 04, 2011 1:13 pm
by drusssnaga
hi heres a link that help you i use lots of his things and here show you how to find mobs HP in this vid

http://www.youtube.com/watch?v=mrLtu3u7X7w

gl

Re: Need Find Addrs for HP mobs

Posted: Thu Jan 06, 2011 12:33 am
by vvayinsane1
Well not sure if this will 100 percent work for you but you can try. It works on the server i play call sinful shaiya.

playerptr_addr = 0x0084506C; -- EP5
targetid_addr = 0x021E9529; -- EP5
sitcheck_addr = 0x007050F8; --EP5
-- byte, 0 = standing, 7 = sitting, 1 = moving, 2 = animation, 3 = jumping, 5 = process of sitting, 6 = process of standing
swimcheck_addr = 0x006F6DA4; -- EP3

HP_offset = 0x130;
MaxHP_offset = 0x134;
MP_offset = 0x13c;
MaxMP_offset = 0x138;
SP_offset = 0x140;
MaxSP_offset = 0x144;