aboutsummaryrefslogtreecommitdiff
path: root/Classes.h
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-05-28 21:36:09 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-05-28 21:36:09 +0200
commit2530f393d066dbd90e47337911e4f89b123346cf (patch)
treef618737f5a2c988a9b7c5ee6564245a3b0dd8ba4 /Classes.h
parent84e7ec39812c0a8bfca954c523b4dbb0608714ea (diff)
Updated to game version 101.101.376500 5061880
Diffstat (limited to 'Classes.h')
-rw-r--r--Classes.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/Classes.h b/Classes.h
index d386de4..8a64ba3 100644
--- a/Classes.h
+++ b/Classes.h
@@ -176,8 +176,8 @@ public:
char pad_0x0160[0x18]; //0x0160
float xScreenPos; //0x0178
float yScreenPos; //0x017C
- char pad_0x0180[0x9220]; //0x0180
- char* name; //0x93A0
+ char pad_0x0180[0x9210]; //0x0170
+ char* name; //0x9390
void SetCameraPosition(Vector2 pos)
{
@@ -203,8 +203,8 @@ public:
char pad_0x00A8[0xB0]; //0x00A8
float camX; //0x0158
float camY; //0x015C
- char pad_0x0160[0x140]; //0x0160
- PlayerArray* pPlayerArray; //0x02A0
+ char pad_0x0160[0x148]; //0x0168
+ PlayerArray* pPlayerArray; //0x02A8
}; //Size=0x02A8
@@ -309,8 +309,7 @@ public:
//When moving sadly height isnt set. When attack it works.
Vector3* GetTargetPosition()
{
- //TODO action maybe wrong
- uint64_t actionList = *reinterpret_cast<uint64_t*>((uint64_t)this + 0x280);
+ uint64_t actionList = *reinterpret_cast<uint64_t*>((uint64_t)this + 0x288);
if (!actionList){return NULL;}
uint64_t targetDataWrapper = *reinterpret_cast<uint64_t*>(actionList + 0x10);
if (!targetDataWrapper) { return NULL; }