Haha this looks like abracadabra:P I will try it out tomorrow mate.. thanks (again) haha you're great. Btw your GUID in that code, is that your localGuid? or could it also be an objectGuid(for lets say a diferent player)
Haha this looks like abracadabra:P I will try it out tomorrow mate.. thanks (again) haha you're great. Btw your GUID in that code, is that your localGuid? or could it also be an objectGuid(for lets say a diferent player)
Been Trying to learn that ins and out of the object manager, while trying this route, LoadAddresses errors out on the first ReadUInt, would anyone happen to know why?
Code:objectManagerBase = WowReader.ReadUInt(WowReader.ReadUInt(staticClientConnection + (uint)WowReader.MainModule.BaseAddress) + objectManagerOffset);An unhandled exception of type 'System.Exception' occurred in BlackMagic.dll
Additional information: ReadUInt failed.
Fixed!
Had an extra 0, thanks for the tip
The Type always returns a much larger number than expected though, and thus can never identify anything.
Ex: The first object to appear when the list is loaded is giving me the type "638782536"
Last edited by Creepwalker; 03-12-2012 at 04:24 PM.