From 53d88d843be2ec17f588fe69ec093c3a4463261c Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 13 Oct 2016 18:18:44 +0200 Subject: [PATCH 1/3] Updated for 1.24 --- pointers.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pointers.json b/pointers.json index 737711a03..fb0863965 100644 --- a/pointers.json +++ b/pointers.json @@ -2,18 +2,18 @@ [ { "Game": "RocketLeague", - "GameVersion": "1.21", + "GameVersion": "1.24", "GameAddresses": [ { "Description": "Boost", "BasePointer": { - "value": 23719204 + "value": 23838644 }, "Offsets": [ - 188, - 24, - 904, - 1824, + 196, + 528, + 800, + 1844, 548 ] } From 162764c6051b5129392a45cdde0fe753a325d646 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Fri, 14 Oct 2016 19:49:37 +0200 Subject: [PATCH 2/3] Update pointers.json --- pointers.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pointers.json b/pointers.json index fb0863965..6df9c9ef7 100644 --- a/pointers.json +++ b/pointers.json @@ -18,5 +18,39 @@ ] } ] + }, + { + "Game": "WorldOfWarcraft", + "GameVersion": "7.0.3.22810", + "GameAddresses": [ + { + "Description": "ObjectManager", + "BasePointer": { + "value": 22511728 + }, + "Offsets": null + }, + { + "Description": "LocalPlayer", + "BasePointer": { + "value": 23715600 + }, + "Offsets": null + }, + { + "Description": "NameCache", + "BasePointer": { + "value": 22142184 + }, + "Offsets": null + }, + { + "Description": "TargetGuid", + "BasePointer": { + "value": 24758592 + }, + "Offsets": null + } + ] } ] From 690ffd75aeb9c61e97e80e5f9a840f405daabe97 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 16 Nov 2016 00:55:16 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 006533970..81c82e796 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Artemis adds highly configurable support for several games to a range of RGB key - Non-gaming effects such as type waves and audio visualization. - A layer-based profile system allowing an immense amount of customization. - A fancy, modern looking UI with multiple themes. - + - LUA scripting engine ([docs in the wiki](https://github.com/SpoinkyNL/Artemis/wiki/LUA)). ##### Currently the following games are supported - Counter-Strike Global Offensive (uses native gamestate intergration)