Skip to content

Commit

Permalink
cactbot: Fix offsets for global 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marzent committed Nov 17, 2024
1 parent 9b4c4e4 commit bcff944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OverlayPlugin.Core/MemoryProcessors/FFXIVProcessIntl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace RainbowMage.OverlayPlugin.MemoryProcessors
{
public class FFXIVProcessIntl : FFXIVProcess
{
// Last updated for FFXIV 6.4
// Last updated for FFXIV 7.1

[StructLayout(LayoutKind.Explicit)]
public unsafe struct EntityMemory
Expand Down Expand Up @@ -42,10 +42,10 @@ public unsafe struct EntityMemory
[FieldOffset(0xC0)]
public Single rotation;

[FieldOffset(0x1BC)]
[FieldOffset(0x1AC)]
public CharacterDetails charDetails;

[FieldOffset(0x1E6)]
[FieldOffset(0x1D6)]
public byte shieldPercentage;
}

Expand Down

0 comments on commit bcff944

Please sign in to comment.