Page 1 of 1

EQ2Crafter - eq2helper.vbs

Posted: August 24th, 2009, 8:33 am
by bolkhor
Some years ago I downloaded the cool crafting programm EQ2crafter.
It wasn't updated after a while so I did update the code myself but very poor. Neverhteless it worked.

Now I needed to install the new exhume, because the old one didnt work anymore.

The problem is the mouseclick in the application
is not working at all anymore.
Is that an issue with the new Exhume ?

regards
and thx in advance

Posted: August 24th, 2009, 11:36 am
by bolkhor
Ok this is the line that is not working

LMouseClick ClientToScreenX(EQ2Window, MyStartX), ClientToScreenY(EQ2Window, MyStartY), 1, 1

It just doesnt do a left mouse click.
If I do the same line of code with RMouseClick it does a right mouse click...

But I need a left mouse click :(