HI, Im new to the scene and trying to write a bot, but I have a problem with ctm.
wow.WriteFloat((uint)baseWOW + (uint)0xE47AEC + 0x6C, newCoord_X);
wow.WriteFloat((uint)baseWOW + (uint)0xE47AEC + 0x70, newCoord_Z)
wow.WriteFloat((uint)baseWOW + (uint)0xE47AEC + 0x74, newCoord_Y);
wow.WriteUInt((uint)baseWOW + (uint)0xE47AEC, 4);
This code will not work. The offsets must be right... I think...
Is this the right code?
Of course I have set valid coords in newCoord_X, newCoord_Z and newCoord_Y.
This is the only thing I wont get work. The other reading and writing in my code is working fine.
Thanks