Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlmar Kruis <seaeagle1@users.sourceforge.net>2012-03-14 00:05:08 +0400
committerIlmar Kruis <seaeagle1@users.sourceforge.net>2012-03-14 00:05:08 +0400
commit7e5e7f9fded6907e343a5cd93672bafb3d3e557c (patch)
tree543bfac21b253d4e6ab0cceaf16f86a9fefcd28f /plugins/lotro
parent24119433aac972ab9ff9c567945d1e533b80c85e (diff)
Lotro Update 6
Diffstat (limited to 'plugins/lotro')
-rw-r--r--plugins/lotro/lotro.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/lotro/lotro.cpp b/plugins/lotro/lotro.cpp
index a6ed2a4fa..aabf73784 100644
--- a/plugins/lotro/lotro.cpp
+++ b/plugins/lotro/lotro.cpp
@@ -61,16 +61,16 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
nPtr = pointer to character name (unique on a server)
*/
- ok = peekProc((BYTE *) 0x012026DC, o, 12) &&
- peekProc((BYTE *) 0x012026D4, l, 2) &&
- peekProc((BYTE *) 0x012026D0, &r, 1) &&
- peekProc((BYTE *) 0x012026D8, &i, 1) &&
- peekProc((BYTE *)(pModule + 0x00EEB600), &hPtr, 4);
+ ok = peekProc((BYTE *) 0x01272D34, o, 12) &&
+ peekProc((BYTE *) 0x01272D2C, l, 2) &&
+ peekProc((BYTE *) 0x01272D28, &r, 1) &&
+ peekProc((BYTE *) 0x01272D20, &i, 1) &&
+ peekProc((BYTE *)(pModule + 0x00A138A4), &hPtr, 4);
if (! ok)
return false;
- ok = peekProc((BYTE *)(hPtr + 0x00000060), &h, 4);
+ ok = peekProc((BYTE *)(hPtr + 0x0000046F), &h, 4);
if (! ok)
return false;
@@ -138,10 +138,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports Lord of the Rings Online (Rise of Isengard, Vol III Book 4, v3.4.3.8026). Context support based on region and instance. No Identity support.");
+ return std::wstring(L"Supports Lord of the Rings Online (Rise of Isengard, Update 6, v3.6.0.8025). Context support based on region and instance. No Identity support.");
}
-static std::wstring description(L"Lord of the Rings Online - Rise of Isengard - Vol III Book 4");
+static std::wstring description(L"Lord of the Rings Online - Rise of Isengard - Update 6");
static std::wstring shortname(L"Lord of the Rings Online");
static int trylock1() {