Else
Goto djc
End If
Loop
//开始存球
//加延迟
Delay 300
DO
Rem zcc
Delay 150
FindPic 706,220,963,424,"Attachment:\满球.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Else
MessageBox "嘿嘿...仓库刷满啦"
EndScript
End If
FindPic 669,472,1084,762,"Attachment:\经验球.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Else
Delay 300
KeyPress "Esc", 1
Exit Do
End If
Loop
Delay 500
Do
FindPic 435,51,1131,815,"Attachment:\再次存.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
Goto zcc
Else
Exit Do
End If
Loop
Delay 500
//最后下凡的 命令 大功告成
//加延迟
FindPic 0,0,1024,768,"Attachment:\冰封.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX-180, intY+180
Delay 500
LeftClick 1
Delay 500
MoveTo intX-60, intY+360
Delay 500
LeftClick 1
Delay 500
MoveTo intX+480, intY+550
Delay 500
LeftClick 1
Delay 500
MoveTo intX+57, intY+380
Delay 500
LeftClick 1
Delay 500
MoveTo intX, intY+420
Delay 500
LeftClick 1
End If
Delay 300
Do
Rem zh
FindPic 0,0,1024,768,"Attachment:\模式.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
Delay 2000
Exit Do
Else
Goto zh
End If
Loop