Help with Mouse:LeftClick

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
Me.Name
GamingTools Subscriber
Posts: 16
Joined: Tue Jul 13, 2004 3:17 am

Help with Mouse:LeftClick

Post by Me.Name » Sat Nov 11, 2006 2:03 pm

I have recently started experimenting with scrips in IS and have run into the same problem kenban is having in this thread.

For now, I'm just trying to move the mouse to a button and click said button. The mouse move works great, but I can't seem to get the mouse to click. Here is the basic script I was testing with:

Code: Select all

function main()
{
    Mouse:SetPosition[860,470]
    Mouse:LeftClick
}
I tried inserting waitframe, Mouse:HoldLeft/Mouse:ReleaseLeft, even typing the command in the console. The move works great but no clicky.

Thanks for any advice anyone may have!

I'm using: Core 2 Duo 2.4G, 2Gram, nVidia 7900GS w/XP home - Eve-online - IS 1.07 build 4249

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sat Nov 11, 2006 3:19 pm

There was an error in click emulation in the last few days, which should be fixed as of today. Restart IS and it should patch IS-VirtualInput.dll, then try again

kenban
GamingTools Subscriber
Posts: 2
Joined: Sun May 14, 2006 8:31 pm

Post by kenban » Sat Nov 11, 2006 5:09 pm

I can confirm that Mouseclick is working in EQ2 for me. Thanks for the fix.

Me.Name
GamingTools Subscriber
Posts: 16
Joined: Tue Jul 13, 2004 3:17 am

Post by Me.Name » Sat Nov 11, 2006 11:32 pm

Works great - Thank you!

Post Reply