-
Member
Originally Posted by
TehCheat
IsInGame: 0x303c -> 0x30bc
Only change I saw.
in what file? thanks for reply
-
★ Elder ★
Originally Posted by
xmanx
in what file? thanks for reply
https://github.com/H4vC/PoeHud/blob/.../ServerData.cs
-
Member
Originally Posted by
vmv
i have changed it but still nothing...
"namespace PoeHUD.Poe.RemoteMemoryObjects
{
public class ServerData : RemoteMemoryObject
{
public bool IsInGame => M.ReadInt(Address + 0x30bc) == 3;
public InventoryList PlayerInventories => base.GetObject<InventoryList>(Address + 10496);
}
}"
-
Active Member
-
Member
-
Member
Originally Posted by
TehCheat
IsInGame: 0x303c -> 0x30bc
Only change I saw.
I did it but doest work
-
★ Elder ★
How come...it's working for me just fine....
public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;
-
Post Thanks / Like - 1 Thanks
xrrrx (1 members gave Thanks to vmv for this useful post)
-
Member
Originally Posted by
vmv
How come...it's working for me just fine....
public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;
Yes i did it alrdy in folder PoeHud-master\src\Poe\RemoteMemoryObjects and change in Server Data file but it still doesnt work unfortunatelly
-
Active Member
Originally Posted by
vmv
How come...it's working for me just fine....
public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;
its only work for u )
-
Member
Do we have to compile *.exe or just change IsInGame. If we have to compile *.exe, can somebody upload a compiled one ?
-
★ Elder ★
Originally Posted by
Nerijus Kesylis
Do we have to compile *.exe or just change IsInGame. If we have to compile *.exe, can somebody upload a compiled one ?
OFC you need to recompile the exe ....
here, working version for me..try it : http://www.mediafire.com/download/76...orking+hud.zip
Last edited by vmv; 11-02-2015 at 06:21 AM.
-
Post Thanks / Like - 4 Thanks
-
Member
Originally Posted by
vmv
OFC you need to recompile the exe ....
here, working version for me..try it :
working hud
you're the best!
Yeah needed to be compiled. working now
-
Active Member
Originally Posted by
vmv
OFC you need to recompile the exe ....
here, working version for me..try it :
working hud
what program u use for compile ?
-
Member
Originally Posted by
tvinki
what program u use for compile ?
it's VS. though check page 106, VMV upload a compiled working copy.
-
Member
Working, but wheres is the src past?