Skip to content

Commit

Permalink
update offset
Browse files Browse the repository at this point in the history
  • Loading branch information
zaafar committed Sep 8, 2019
1 parent 4bb61b0 commit 0f67789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameOffsets/ServerDataOffsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public struct SkillBarIdsStruct
[StructLayout(LayoutKind.Explicit, Pack = 1)]
public struct ServerDataOffsets
{
public const int Skip = 20480;
public const int Skip = 0x5000;
[FieldOffset(0x63E8-Skip)]public NativeStringU League2;
[FieldOffset(0x6340-Skip)]public NativePtrArray PassiveSkillIds;
[FieldOffset(0x63B0-Skip)]public byte PlayerClass;
Expand All @@ -31,7 +31,7 @@ public struct ServerDataOffsets
[FieldOffset(0x63D0-Skip)]public int FreePassiveSkillPointsLeft;
[FieldOffset(0x63A4-Skip)]public int TotalAscendencyPoints;
[FieldOffset(0x63A8-Skip)]public int SpentAscendencyPoints;
[FieldOffset(0x63D0-Skip)]public byte NetworkState;
[FieldOffset(0x6B80-Skip)]public byte NetworkState;
[FieldOffset(0x65C8-Skip)]public byte PartyAllocationType;
[FieldOffset(0x6468-Skip)]public float TimeInGame;
[FieldOffset(0x6470-Skip)]public int Latency;
Expand Down

0 comments on commit 0f67789

Please sign in to comment.