Update with new player buff array address (#15)

Update with new player buff array address
This commit is contained in:
goaaats 2019-11-23 14:14:22 +09:00 committed by GitHub
commit 7d6c2fc881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -846,7 +846,7 @@ namespace Dalamud.Game.Internal.Gui {
private unsafe delegate int* getArray(long* address);
private unsafe IntPtr FindBuffAddress() {
IntPtr randomAddress = byteBase + 0x1c04be0;
IntPtr randomAddress = byteBase + 0x1BFFBE0;
IntPtr num = Marshal.ReadIntPtr(randomAddress);
IntPtr step2 = (IntPtr)(Marshal.ReadInt64(num) + 0x248);
IntPtr step3 = Marshal.ReadIntPtr(step2);