So i started working on my bot but there is still some things i cant understand quite yet.
lets say you would have a base object (WowBaseObject) who would have something like this readFloat(baseAddress + 0x7D0) and this would get the Xcoord, now since the player is a more advanced Object does this method to get the x coord still work since player is constructed from the WowBaseObject or does the same address doesnt apply since it is more complex than its parent ?
For some reason i can read the Ypos and Zpos just fine but when it comes to X i get a strange float who doesnt change its value. This is pretty wierd since i cannot get the Xcoord properly (baseAddress + 0x7D0) but when i do (baseAddress + 0x7D0 ) + 2 for Ypos it ends up being good. Can anyone explain ?!?!?!
Thank you for any replies![]()