Originally Posted by
rootKilla
hmm click to move movement works but the interact isn´t working also with the mouseoverGUID -.- here my code:
$curGUID = _BMReadUInt($handle, ($curobject + 0x30))
If $name="Schlangenzunge" or $name="Tigerlilie" or $name="Goldklee" Then
GUICtrlCreateListViewItem($name & "|" & _getObjectX($handle, $curobject) & "|" & _getObjectY($handle,$curobject) & "|" & _getObjectZ($handle,$curobject) & "|" & $curGUID & "|",$listview1)
TrayTIp("",$curGUID,5)
_BMWriteMemory($handle,0x11D3F60, $curGUID, 'uint')
ControlSend("World of Warcraft","","","{F1}")