Well when I read the XML file for a the CTM locations it works, but then when I added "float.Parse" so I could use them to CTM, But it doesnt work...
Code is below:
Any Ideas guys?Code:float x = float.Parse(reader.GetAttribute("X")); float y = float.Parse(reader.GetAttribute("Y")); float z = float.Parse(reader.GetAttribute("Z")); WoW.WriteFloat(0x00CB9814, x); WoW.WriteFloat(0x00CB9818, y); WoW.WriteFloat(0x00CB981C, z); WoW.WriteInt(0x00CB97A4, 4); // Set Click to move state 4=Walk