Hello guys,
to write some kind of a heal bot I step through the different Objects and note down every object with the type 4 (player) into two dictionarys with the objects current health and max health.
My problem is that I cant get the object which belongs to my current target since I cant find a way to obtain a GUID being the same as in my object manager.
When I run my Object Manager Tool while playing on my local 1.12.1 Server I get the following GUID and health values for my character::
When I target myself and use the get TargetGUID address I found somedays ago I only get those two values:
First address: WoW.exe+74E2D4
Second one: WoW.exe+74E2D8
The strange thing is that I get the right TargetGUID whenever I target a NPC. I only have this problem with other players.
Maybe something is messed up on my box since I could find the TargetGUID in one of the objects while playing on vanillagaming ..