Rem 走路開始
MoveTo 402,220
LeftDown 1
Delay 1000
LeftUp 1
MoveTo 413,548
LeftDown 1
Delay 1000
LeftUp 1
Goto 判斷打怪
Rem 判斷打怪
IfColor 10,47,"FFAA08",0 Then
Delay 1000
Goto 判斷打怪方向
Else
EndIf
Rem 判斷打怪2
IfColor 19,45,"FF9A08",0 Then
Delay 1000
Goto 判斷打怪方向
Else
Goto 走路開始
EndIf
Rem 判斷打怪方向
IfColor 276,339,"FFFBFF",0 Then
Goto 打怪方向1
Else
EndIf
Rem 判斷打怪方向2
IfColor 275,340,"E7E7E7",0 Then
Goto 打怪方向4
Else
EndIf
Rem 判斷打怪方向3
IfColor 211,280,"E7E7E7",0 Then
Goto 打怪方向2
Else
EndIf
Rem 判斷打怪方向4
IfColor 211,279,"FFFBFF",0 Then
Goto 打怪方向3
Else
EndIf
Rem 打怪方向1
IfColor 36,69,"FFBE4A",0 Then
MoveTo 274,324
Delay 300
KeyPress "F6", 1
KeyPress "F6", 1
Delay 300
LeftClick 1
Else
Goto 打死怪物
EndIf
Goto 打怪方向1
Rem 打怪方向2
IfColor 36,69,"FFBE4A",0
MoveTo 210,246
Delay 300
KeyPress "F6", 1
KeyPress "F6", 1
Delay 300
LeftClick 1
Else
Goto 打死怪物
EndIf
Goto 打怪方向2
Rem 打怪方向3
IfColor 36,69,"FFBE4A",0
MoveTo 211,250
Delay 300
KeyPress "F6", 1
KeyPress "F6", 1
Delay 300
LeftClick 1
Else
Goto 打死怪物
EndIf
Goto 打怪方向3
Rem 打怪方向4
IfColor 36,69,"FFBE4A",0
MoveTo 276,326
Delay 300
KeyPress "F6", 1
KeyPress "F6", 1
Delay 300
LeftClick 1
Else
Goto 打死怪物
EndIf
Goto 打怪方向4
Rem 打死怪物
IfColor 35,69,"EFEFE7",0 Then
MoveTo 212,252
KeyPress "F7", 1
LeftClick 1
Delay 500
MoveTo 273,316
KeyPress "F7", 1
LeftClick 1
Delay 500
Else
Delay 1000
Goto 自動祈禱
EndIf
Goto 打死怪物
Rem 自動祈禱
IfColor 108,48,"F7A629",0 Then
Delay 1000
Goto 走路開始
Else
KeyPress "F5", 1
KeyPress "F5", 1
Delay 500
Goto 自動祈禱
EndIf
Goto 走路開始
|