Android 台灣中文網
標題:
組隊 刷時空裂縫 手機按鍵精靈腳本交流
[打印本頁]
作者:
inames
時間:
2018-6-24 00:35
標題:
組隊 刷時空裂縫 手機按鍵精靈腳本交流
掛的時空不同隊員如何處理同步問題
有時候有隊員先對話。。。
有寫掛的朋友交流一下
Function timeFarming()
Delay 5000
//TracePrint "偵查是不是在時空"
ShowMessage "偵查是不是在偵查時空"
For 30
Delay 50
If CmpColorEx("22|312|FEC284,189|316|FFFFFF,194|318|FFFFFF,15|358|FFFFFF",0.6) = 1 Then
Delay 1000
//TracePrint "無限時空開始"
ShowMessage "無限時空開始"
Exit For
Else
Delay 50
iWait =iWait + 1
//TracePrint "未進入時空 或者是要買獎勵"&iWait
ShowMessage "未進入時空 或者是要買獎勵" & iWait
If CmpColorEx("854|222|ACA6A2,621|220|FFFFFF,659|500|FFFFFF,576|365|FFFFFF",0.6) = 1 Then
//TracePrint "我不想買獎勵"
ShowMessage "我不想買獎勵"
Delay 100
Tap 853,224// close buy extra diamond windows
End If
Delay 100
End If
Next
Call autoTimeQuest()
//TracePrint "時空開始第一個對話"
ShowMessage "時空開始第一個對話"
Delay 5000
Call autoSkip()
Delay 8000
//TracePrint "日?跳過"
ShowMessage "日?跳過"
Call autoSkip()
Delay 4000
Call autoAttack()
//TracePrint "第1個塔?autoAttack for 4second"
ShowMessage "第1個塔?autoAttack for 4second"
Delay 4000
Call autoTimeQuest()
//TracePrint "點擊任務"
ShowMessage "點擊任務"
Delay 4000
Call autoAttack()
//TracePrint "第2個塔?autoAttack for 5second"
ShowMessage "第2個塔?autoAttack for 5second"
Delay 4000
Call autoTimeQuest()
Delay 12000
//TracePrint "點擊任務 12 秒"
ShowMessage "點擊任務 12 秒"
Call autoskip()
Delay 2000
Call autoAttack()
//TracePrint "第一道障礙autoAttack for 4econd"
ShowMessage "第一道障礙?autoAttack for 4econd?"
Delay 4000
Call autoTimeQuest()
Delay 10000
iWait = 0
Do
//boss 2 handling
If CmpColorEx("250|317|BB8024,250|326|BB8024,250|310|BB8024,198|315|FFFFFF,187|318|FFFFFF,197|318|FFFFFF",0.6) = 1 Then
//TracePrint "boss2"
ShowMessage"boss2 now"
autoAttack()
Delay 1500
//TracePrint "tap map"
ShowMessage"tap map"
tapMap
Delay 2500
//TracePrint "go near boss"
ShowMessage"go near boss"
tap 260,247 // move near boss
Delay 2500
Call quit()
Delay 5000
//TracePrint "run to boss"
ShowMessage "run to boss"
Call autoTimeQuest()
Delay 7000
If CmpColorEx("881|309|94EDFF,940|269|FFFFFF,998|271|FFFFFF,948|306|94EDFF,963|277|FFFFFF",0.6) = 1 Then
ShowMessage "出大招打王啦"
//TracePrint "出大招打王啦"
Tap 971,510 // class skill
Delay 1500
Tap 1146,484 // rare skill 1
Delay 1500
Tap 1228,484 // rare skill 2
ShowMessage "boss dead yet?"
//TracePrint "boss dead yet?"
Else
Delay 1500
//TracePrint "where is the boss"
ShowMessage "where is the boss"
End If
Delay 1500
Call autoAttack()
Delay 1500
Call autoTimeQuest()
Delay 7000
ElseIf CmpColorEx("190|318|FFFFFF,190|311|C56C19,190|326|C56C19,193|313|FFFFFF",0.6) = 1 Then
//TracePrint "boss1"
ShowMessage "boss1 now"
Call autoAttack()
Delay 2000
Call autoTimeQuest()
Delay 5000
Tap 1228,484 // rare skill 2
ElseIf CmpColorEx("267|311|BE8625,267|322|BE8625,250|310|BB8024,267|326|BE8625,267|316|BE8625,196|315|FFFFFF,188|322|FFFFFF",0.6) = 1 Then
//TracePrint "boss2 dead and wipe"
ShowMessage "boss2 dead and wipe"
Delay 2000
Call autoAttack()
Delay 2000
Call autoTimeQuest()
Delay 35000
Else
iWait =iWait + 1
Call autoskip()
//TracePrint "autoskip code:", iWait
ShowMessage "autoskip code:" & iWait
Delay 200
//TracePrint "autoAttack code:", iWait
ShowMessage "autoAttack code:" & iWait
Call autoAttack()
Delay 2500
//TracePrint "autoTimeQuest code:", iWait
ShowMessage "autoTimeQuest code:" & iWait
Call autoTimeQuest()
Delay 8000
End If
Delay 500
If CmpColorEx("1014|191|18AFF5,903|187|FFFFFF,873|194|FFFFFF",0.7) = 1 Then
//TracePrint "收獎勵啦"
ShowMessage "收獎勵啦" ,2000,10,520
Delay 2000
Tap 890,649 // exit time
Delay 2000
Exit Do
End If
Loop
//TracePrint "時空完成"
ShowMessage "時空完成" ,2000,10,520
Delay 1000
End Function
複製代碼
作者:
esau1983
時間:
2018-6-26 20:18
感覺很複雜阿,沒用觸碰精靈,不知道順不順
歡迎光臨 Android 台灣中文網 (https://apk.tw/)
Powered by Discuz! X3.1