Originally Posted by
erwannludovic
new offset ->
/* of private message or tchat active */
//INT offset_tchat = 0x018D31F3;
/* private message active*/
INT offset_tchat = 0x018D31F7; /* tchat only */
/* mana pet */
INT offset_mana_pet = 0x00F14F40;
/* LIFE PET*/
INT offset_life_pet = 0x00F14C18;
/* if target */
INT offset_have_target = 0x011826F4;
/* if bag open */
INT offset_bag = 0x11C32BC;
/* if stash open */
INT offset_stash = 0x0136922C;
/* life charactere */
INT offset_life = 0x0120F7AC;
/* mana charactere */
INT offset_mana = 0x0120FAD4;
/* xp skill */
INT offset_xp_skill = 0x010DEB88;
/* Removal protection pvp VK_TAB */
INT offset_protection_pvp = 0x017C2ECC;
/* if target pvp */
INT offset_target_pvp = 0x01178B54;
/* number player on pt */
INT offset_number_group = 0x00EEEB94;
/* first offset life pt */
INT offset_start_life_group = 0x00EEECE8;
/* gap between two player life on the group */
INT ecart_offset_life_group = 0xE0;