Quote:
Originally Posted by Ulfius
Is it clicking, but just not in the right spot, or is it not clicking at all? I found that sometimes you have to apply an offset for the top bar size (i.e. the Close X button is at (1010, -10)).
Typically for NPC dialog boxes, I just use coordinates of the dialog answers and don't mess with the classes. I also have not used ControlClick, just MouseClick - there might be some differences.
|
I believe its clicking because it makes me walk if the dialogue box is not there, also i believe the coordinates are correct because i used:
WinActivate, ahk_id %COid%
Send, {Click 315, 115}
sleep 1500
and it cliked on the answer where i wanted it to click but when i used:
ControlClick, x315 y115,ahk_id %COid% ,,left
sleep, 1500
it would do nothing when the dialogue box was open =/
thanks for your input. Any other help would be appreciated.