Hi all,
Im just started into c# and into memory reading wow. at this moment i use the libary of blackrain with blackmagic to get some information from wow.
Im working on a really simple program that will write down in a chatbox if a unit by a certain type is not targeting me. but im stuck on how to get the target of a unit.
At this moment i am trying to use this code but it does not seems to work for me.
baseaddress is the baseaddress of the unit. and i have been looking over a whole lot of threads but i cant seem to find the answer.Code:public uint AttackingGuid (uint BaseAddress) { return ObjectManager.Memory.ReadUInt((BaseAddress + 0x964) + (0x12 * 3)); }
I have also read somewhere that i should be using the
CGGameUI__Target offset but i cant seem to find a way to implement that with the knowledge i have at this moment.
for better knowing i am a programmer/designer that programs mostly web based.
I will be happy to learn from all of you. and if the program(when i get it working is done it will be shared with all of you off course.
any help or example giving would be amazing.
Meanwhile i will try some more offsets to see if i can find it out myself.