Ottermandias / RezPls

Signify players currently being rezzed or already rezzed in group/alliance interface and on the ground.
Apache License 2.0
8 stars 6 forks source link

Updated Offsets for HudManager in FFXIV 6.1 #7

Closed PunishedPineapple closed 2 years ago

PunishedPineapple commented 2 years ago

If it saves you any time updating for the new patch, this is what I found while updating ReadyCheckHelper. You might want to double check, since I did this quickly and only made sure that my own stuff worked.

private const int GroupMemberOffset    = 0x0CC8;
private const int AllianceMemberOffset = 0x0E14;
private const int AllianceSizeOffset   = 0x0EB4;
private const int GroupMemberSize      = 0x20;
private const int GroupMemberIdOffset  = 0x18;
Ottermandias commented 2 years ago

It will save time. Double checking alliance raid stuff is just so bothersome :D Thank you very much. I'll do it faster this time :D

Ottermandias commented 2 years ago

I checked them in an alliance raid, they all seem to work fine. Thank you again :)