Jump to content

Getmospos, click then go back to previous position


Recommended Posts

Hey guys.

Heres an image of what im trying to do

http://img20.imageshack.us/img20/7161/63084043.png

Edit: posted a better picture

I want to get current position, by scanning by my characters feet, there is a tiny red dot, then finding that position, clicking the purple square, then going back to the original position

Heres what i tried sofar

$center = 0xF83864
$npc = 0xA420FC

$Centerlook = pixelsearch(391, 309, 414, 326, $center)

if not @error Then
MouseMove($centerlook[0], $centerlook[1])
$A1 = MouseGetPos()
$NPCCheck = Pixelsearch(0, 0, 800, 600, $npc)
MouseClick("left", $NpcCheck[0]-$Centerlook[0], $NpcCheck[1]-$Centerlook[1])
Sleep(500)
MouseClick("left", $NpcCheck[0]+$Centerlook[0], $NpcCheck[1]+$Centerlook[1])
endif

Any idea's why it doesnt work/what im doing wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...