Skip to content

Commit

Permalink
Update offsets.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinPtrl committed Jan 9, 2022
1 parent 001c59a commit 0f461a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions SotCoreWrapper/offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace Core
int actorId = 0x18;
int rootComponent = 0x170;
int PlayerState = 0x3F0;
int WieldedItemComponent = 0x810;
int HealthComponent = 0x838;
int WieldedItemComponent = 2096;
int HealthComponent = 2136;
int DrowningComponent = 0xCA8;
}AActor;

Expand All @@ -54,18 +54,18 @@ namespace Core

struct AItemProxy
{
int AItemInfo = 0x5B0;
int AItemInfo = 1816;
}AItemProxy;

struct AItemInfo
{
int UItemDesc = 0x438;
int UItemDesc = 1072;
}AItemInfo;

struct ABootyItemInfo
{
int BootyType = 0x528;
int Rarity = 0x6A4;
int Rarity = 1692;
}ABootyItemInfo;

struct AShip
Expand All @@ -90,14 +90,14 @@ namespace Core

struct AFauna
{
int Name = 0x7F8;
int Name = 2056;
}AFauna;

struct AMaptTable
{
int ServerCenter = 0x4C0;
int MapPins = 0x4E0;
int TrackedShips = 0x4F0;
int TrackedShips = 1156;
}AMapTable;

struct ACrewService
Expand All @@ -107,12 +107,12 @@ namespace Core

struct UWieldedItemComponent
{
int WieldedItem = 0x2B8;
int WieldedItem = 1192;
}UWieldedItemComponent;

struct AWieldableItem
{
int ItemInfo = 0x6F8;
int ItemInfo = 1816;
}AWieldableItem;
};
extern offsets Offsets;
Expand Down

0 comments on commit 0f461a8

Please sign in to comment.