Hi
got a problem with Click to move.
CTM for walking is working, except youve got to click first before you can use it.
When trying to Attack a Target by its GUID i fail.
Heres my Code:
Please help.Code:uint ctmbase = CGlobals.Hook.WoWBaseAdress + 0x9D843D0; CGlobals.Hook.BMWriteUInt64(ctmbase+0x20, GUID);//Target GUID, UInt64 CGlobals.Hook.BMWriteFloat(ctmbase + 0xC, 2.0f);//Distance CGlobals.Hook.BMWriteUInt(ctmbase + 0x1C, 0xB);//Action=Attack by GUID