Yes the offset changesQuote:
Is this code conflict if there are many clients running? Because although it worked for my main when he was the only client and I did the test, when I run it on multiple clients it kinda brough back super weird kinah returns.
Part of the code goes like this:
some times chars had less than 3m and I got the message and other times they had more than 3m and the message didn't come.Code:_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah; #IF=%Var[CurrentKinah],>3000000; WaitForResponse= %Var20 has %Var[CurrentKinah] Kinah; #ENDIF
Do this checkup at the beginning
Code:
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah; _SetVar14=0x18; #ENDIF _IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah; _SetVar14=0x818; #ENDIF
Code:
_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/%Var14,DWORD,CurrentKinah; WaitForResponse=Current Kinah: %Var[CurrentKinah];