aboutsummaryrefslogtreecommitdiff
path: root/Offsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'Offsets.h')
-rw-r--r--Offsets.h27
1 files changed, 8 insertions, 19 deletions
diff --git a/Offsets.h b/Offsets.h
index 3a4885f..b6bee2d 100644
--- a/Offsets.h
+++ b/Offsets.h
@@ -3,25 +3,14 @@
namespace Offsets
{
- //48 8D 0D ? ? ? ? 41 B8 ? ? ? ? E8 ? ? ? ? 33 C0
- //48 8D 0D ? ? ? ? E8 ? ? ? ? 0F B6 C0
- int64_t pathfindingSystem = 0x2A070F0; //PathingSystem, World and map correct
+ extern int64_t pathfindingSystem;
+ extern int64_t mainScreen;
+ extern int64_t totalPlayers;
- //48 8B 0D ? ? ? ? E8 ? ? ? ? C6 85
- //48 83 3D ? ? ? ? ? 0F 84 ? ? ? ? 45 0F
- int64_t mainScreen = 0x29C50F8; //MainScreenCorrect, MainView COrrect
+ extern int64_t tribePanelInven;
+ extern int64_t tribePanelInven_localPlayer;
- //44 89 25 ? ? ? ? 2B
- //41 8B 45 28 99
- int64_t totalPlayers = 0x28900D4; //correct
-
- //48 8B 0D ? ? ? ? 48 85 C9 74 0C 45
- int64_t tribePanelInven = 0x29c5110;
-
- //48 8B 83 ? ? ? ? 48 8B 48 70 F3 0F 10
- int64_t tribePanelInven_localPlayer = 0x208;
-
-
- //Pattern
- int64_t unit_actionlist = 0x278; //48 8B 8B ? ? ? ? E8 ? ? ? ? 48 85 FF
+ extern int64_t unit_actionlist ;
+
+ extern int64_t minimapHookOffset;
} \ No newline at end of file