mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'master' of https://github.com/goaaats/Dalamud
This commit is contained in:
commit
6f5ac527a7
2 changed files with 6 additions and 6 deletions
|
|
@ -13,9 +13,9 @@ namespace Dalamud.Game.ClientState
|
||||||
public IntPtr JobGaugeData { get; set; }
|
public IntPtr JobGaugeData { get; set; }
|
||||||
|
|
||||||
protected override void Setup64Bit(SigScanner sig) {
|
protected override void Setup64Bit(SigScanner sig) {
|
||||||
ActorTable = sig.Module.BaseAddress + 0x1BFFD90;
|
ActorTable = sig.Module.BaseAddress + 0x1C62218;
|
||||||
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
|
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
|
||||||
JobGaugeData = sig.Module.BaseAddress + 0x1BFB110;
|
JobGaugeData = sig.Module.BaseAddress + 0x1C5E4A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,13 +20,13 @@ namespace Dalamud.Game.ClientState.Structs
|
||||||
[FieldOffset(140)] public ObjectKind ObjectKind;
|
[FieldOffset(140)] public ObjectKind ObjectKind;
|
||||||
[FieldOffset(141)] public byte SubKind;
|
[FieldOffset(141)] public byte SubKind;
|
||||||
[FieldOffset(160)] public Position3 Position;
|
[FieldOffset(160)] public Position3 Position;
|
||||||
[FieldOffset(6308)] public byte CurrentWorld;
|
[FieldOffset(6276)] public byte CurrentWorld;
|
||||||
[FieldOffset(6310)] public byte HomeWorld;
|
[FieldOffset(6278)] public byte HomeWorld;
|
||||||
[FieldOffset(6328)] public int CurrentHp;
|
[FieldOffset(6328)] public int CurrentHp;
|
||||||
[FieldOffset(6332)] public int MaxHp;
|
[FieldOffset(6332)] public int MaxHp;
|
||||||
[FieldOffset(6336)] public int CurrentMp;
|
[FieldOffset(6336)] public int CurrentMp;
|
||||||
[FieldOffset(6340)] public int MaxMp;
|
[FieldOffset(6340)] public int MaxMp;
|
||||||
[FieldOffset(6388)] public byte ClassJob;
|
[FieldOffset(6358)] public byte ClassJob;
|
||||||
[FieldOffset(6390)] public byte Level;
|
[FieldOffset(6360)] public byte Level;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue