Page 1 of 1

Mouse click doesn't work

Posted: Mon Aug 26, 2013 2:14 pm
by None
Hi All,
I'm trying to set up a MM script for Nostale, but I'm incurring in an odd problem: I'm trying to "click" buttons (with a mouseSet / mouseLClick combo), but the game doesn't seem to care about!

I mean, I get all the coords right, the buttons appear to be clicked (the button changes look, as it was actually pressed), but the game doesn't sense the clicks, and nothing happens: what am I doing wrong?

TIA

Re: Mouse click doesn't work

Posted: Mon Aug 26, 2013 5:23 pm
by Administrator
Are you using attached input (by calling attach() first)? If you are, then try using normal input. If you aren't, try using attached input.

I'm guessing that the game uses some sort of protection/malware(lets call it what it is. It is malware). That could potentially block it.

Re: Mouse click doesn't work

Posted: Tue Aug 27, 2013 12:28 pm
by None
That worked thanks!