hi,
can someone can tell me why this code isnt working? I tryed to interact with a herb (got the guid first) but my bot script only fly to the herb dismount wait the 4secs and mount again ect 
Code:
Func _interact($handle , $curGUID )
_BMWriteMemory($handle,0x011180A0 + 0x20, $curGUID, 'uint') _BMWriteMemory($handle, 0x011180A0 + 0x74, _getObjectX($handle,$curobject), 'float')
_BMWriteMemory($handle, 0x011180A0 + 0x78, _getObjectY($handle,$curobject), 'float')
_BMWriteMemory($handle, 0x011180A0 + 0x7C, _getObjectZ($handle,$curobject), 'float')
_BMWriteMemory($handle , 0x011180A0 + 0x1C, "7" , 'int')
TrayTip("Interacted","Finish",5)
EndFunc
The normal click2move (actiontype 4) works perfectly