Anyone Know how to make mouseclick to coordinate monster in game?...
example If window of that Game client is 1024x768 and coordinat monster X:60 Y:70 then i must do move to coordinate monster(i have been make that)...then i want to click that monster location so im make it zoom to near that monster...
for get client height and width i use this script...
after that i dont know what i must to do..i want to get coordinate mouse from that coordinat monster ....example with mousesearch im get That coordinate mouse from that monster location X: 420 Y:500...
so what i must to do it...i want to make mouse click to hidden window from that monster location...please help if anyone know it.....:handsdown:
example If window of that Game client is 1024x768 and coordinat monster X:60 Y:70 then i must do move to coordinate monster(i have been make that)...then i want to click that monster location so im make it zoom to near that monster...
for get client height and width i use this script...
Code:
Local $max_x = _WinAPI_GetClientWidth($hWnd) Local $max_y = _WinAPI_GetClientHeight($hWnd)
so what i must to do it...i want to make mouse click to hidden window from that monster location...please help if anyone know it.....:handsdown: