Some offsets here:
NetClient.Send2 = 0x002556F0
ClientServices.CDataStore = 0x00962168
Mouseover_GUID = 0x0D93A78
I'm stucked with World_Intersect function in WoD.
Not sure how to pass parameters at all.
WORLD_INTERSETC = 0x004FAEB1
This function has been the same for 5+ years. You can find this info via. search.
http://www.ownedcore.com/forums/worl...ml#post1793113 (TraceLine implementation)Code:typedef bool(__cdecl *Intersect_t)(const Math::Vector3 &start, const Math::Vector3 &end, Math::Vector3 *result, float *distance, uint32_t flags, void *debug);
I just wanted to thank you guys for these continued offset updates. I don't always try to learn more about Reverse Engineering but when I do I feel I can always depend on you amazing folks. Love you guys.
Hello, what is the (new ?) function name to Lua unlock ? I didnt made any wow stuff since cata and i have a few issues.
My pattern (for 4.x.x i guess) was something like
But since the PQR banwave, i'm also wondering if the method is still safe, and if not what is the current "safest" method (except hardware breakpoint).8B 45 DC 8B 4D F0 5F 5E 5B patched to 8B E5 5D C3
Thanks !
"If it compiles, it works."