I appreciate the thanks (button) :)
Hopefully people will actually do something with these and share with the community. If you'd like to discuss progress on your work, you should start a thread in the
[Only registered and activated users can see links. Click Here To Register...] forum. If you'd like to be really ambitious, go start a project at Github (or setup other source control) and cross-link it in your forum post so everyone can follow your progress and contribute.
Without further ado:
NA Aion, v3.7 Offsets
| Description | Address | Type | Comment |
| | | | |
| General Info | | | |
| Logged In | Game.dll+FB1084 | 2 Bytes | Hex values 0000 for not logged in (character select), and FFFF for logged in |
| Previously Logged-In Character | Game.dll+FB3ED0 | String[32] | |
| | | | |
| Player Info | | | |
| Player Level | Game.dll+FB67B8 | Byte | |
| Player Name | Game.dll+FAD8D4 | String[32] | |
| Legion Name | Game.dll+FAD984 | String[32] | |
| | | | |
| Player Position | | | |
| Player Position X | Game.dll+FAD4B8 | Float | |
| Player Position Y | Game.dll+FAD4B4 | Float | |
| Player Position Z | Game.dll+FAD4BC | Float | |
| | | | |
| Player Stats | | | |
| Current HP | Game.dll+FB67E0 | 4 Bytes | |
| Max HP | Game.dll+FB67DC | 4 Bytes | |
| Current MP | Game.dll+FB67E8 | 4 Bytes | |
| Max MP | Game.dll+FB67E4 | 4 Bytes | |
| Current DP | Game.dll+FB67EE | 2 Bytes | |
| Max DP | Game.dll+FB67EC | 2 Bytes | |
| | | | |
| Player Flight | | | |
| Flight Status | Game.dll+FB67F8 | Byte | 0 = Not Flying, 1 = Flying, 6 = Gliding (w/o flight), 7 = Gliding (from flight) |
| Flight Cooldown | Game.dll+FB68EC | 2 Bytes | |
| Flight Remainder | Game.dll+FB67F4 | 4 Bytes | |
| Flight Maximum | Game.dll+FB67F0 | 4 Bytes | |
| | | | |
| Player Experience | | | |
| Experience | Game.dll+FADB00 | 8 Bytes | |
| Experience Max | Game.dll+FADAF0 | 8 Bytes | |
| Experience Recoverable | Game.dll+FADAF8 | 8 Bytes | |
| | | | |
| Current Target | | | |
| Have Target | Game.dll+B40E74 | Byte | 0 = No target, 1 = Player has target |
| Target Entity Address Pointer | Game.dll+B40E6C | 4 Bytes | |
| Target Name | Game.dll+B40E6C→+0x254→+0x3A | String[32] | |
| Target X | Game.dll+B40E6C→+0x38 | Float | |
| Target Y | Game.dll+B40E6C→+0x34 | Float | |
| Target Z | Game.dll+B40E6C→+0x3C | Float | |
| Target HP | Game.dll+B40E6C→+0x254→+0x11D8 | 4 Byte | |
| Target Max HP | Game.dll+B40E6C→+0x254→+0x11DC | 4 Byte | |
| | | | |
| Camera | | | |
| Camera X | Game.dll+FAD0A0 | Float | |
| Camera Y | Game.dll+FAD098 | Float | |
NA Aion, v3.7 Offsets
The offsets are also attached in a zipped Cheat Engine Table (download below).