Jump to content

D2 Pickit


Recommended Posts

thanks haha missed that.

Hey godly.

<---- AIMan

Would i be better off doing PixelGetcolor

While 1
WinWaitActive("Diablo II", "")
$RareFind = PixelSearch(235, 173, 600, 424, $Rares)
If @error = 0 Then
    Sleep(500)
    Send("{ALTUP}")
    sleep(250)
    $rarefind2 = PixelGetColor($RAREFIND[0], $Rarefind[1])
    if @error = 1  Then
    Send("{ALTDOWN}")
    MouseClick("left", $rarefind[0], $rarefind[1])
    endif
    #Region --- CodeWizard generated code Start ---
;MsgBox features: Title=Yes, Text=Yes, Buttons=OK, Icon=Warning
#EndRegion --- CodeWizard generated code End ---
Else
    $coord = PixelSearch( 0, 0, 800, 600,0x738639)
EndIf
WEnd
Edited by ecstatic
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...