Mouse click doesn't work

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
None
Posts: 2
Joined: Sun Aug 25, 2013 4:11 pm

Mouse click doesn't work

#1 Post 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
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: Mouse click doesn't work

#2 Post 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.
None
Posts: 2
Joined: Sun Aug 25, 2013 4:11 pm

Re: Mouse click doesn't work

#3 Post by None »

That worked thanks!
Post Reply