戰士弓手小偷掛戰技用

使用須知 :

請使用EZ2108版本以上 , 並載入龍族模組 . 

使用方法 : 

  1. 使用 jolark 連點程式 , 設定為 F9 啟動 , F10 關閉 . 
  2. 開啟物品視窗 , 並抓戰技娃娃設定為 pos1,自己為 Pos2
  3. 在戰鬥技能的CP值大於16時 啟動EZ
  4. 找東西卡住 shift . 

注意事項 :

  1. 如果你不會使用EZscript , 請先學習如何使用ezscript .
  2. 食物可以買三頁共72個 , 或任意一頁, 錢或任何按右鍵會導致分堆者 ( 例如飛鏢 ) , 請放在手上或第三頁的最後一格 ( 即右下角那一格 )
  3. 請開啟戰鬥技能, 並選擇你要用的戰鬥技能. 並且等CP值超過白色的數字顯示, 差不多大於15即可.
  4. 如要施治病法術 , 請設定為 F6
  5. 如有問題 , 請發鴿子!!

程式如下 :

var1=0
var2=220
var5=0
var8=1
Repeat 24
pos8=Xy2Pos[Var1*35+515,Var2]
extvar[var5]=Pos8
var5=var5+1
Var1=Var1 + 1
If var1=8
var1=0
var2=var2+35
End if
End repeat
var1=0
var2=0
//-----定義變數意義----
//定義體力的顏色
extvar[49]=Color[34930758]
//定義國戰開始判斷
extvar[48]=Color[30737167]
//定義血位
extvar[47]=Color[38273044]
//定義戰鬥技能點數
extvar[46]=Color[38339335]
//連點設定
//F9=120=開啟,F11=122=關閉
//定義結束
MouseMove Pos1
Delay(1000)
Keypress(120)
Jump practice

practice:
//檢查交易
If Color[11075656]=0 && Color[11075867]=0
Call Check
elseif Color[6553896]=0 && Color[11141592]=0
Keyress(122)
Delay(150)
MouseMove 7340533
Delay(150)
LClick 7340533
Delay(300)
//MouseMove 37880062//打開物品欄
//LClick 37880062
Delay(150)
MouseMove Pos1
Delay(150)
Keypress(120)
End If
//檢查PK
//If Color[Pos2] != ExtVar[31]
//Call CheckPK
//End If
//檢查國戰
If color[30737167]!=extvar[48]
Jump nation
end if
//檢查體力
If Color[34930758]!=extvar[49]
jump food
End If
If Color[38339335]=extvar[46]
Keypress(122)
Delay(50)
MouseMove Pos2
Delay(20)
Right Down Pos2
delay(10)
Right Up Pos2
MouseMove Pos1
Delay(150)
Keypress(120)
Else
MouseMove Pos1
End If
Jump practice

food:
Delay(300)
Keypress(122)
Delay(300)
Pos8=Extvar[var1]
MouseMove Pos8
Right Down Pos8
Delay(150)
Right Up Pos8
Var1=Var1+1
Delay(1000)
If var1=25
stop
var1=0
var8=var8+1
MouseMove 21758603
Delay(150)
LClick 21758603
Delay(150)
End If
If var8=4
Stop
End If
MouseMove Pos1
Delay(300)
Keypress(120)
Jump practice

Check:
KeyPress(122)
Delay(300)
//物品交換取消 20020317
If Color[11075656]=0 && Color[11075867]=0
LClick 15073457
Delay(1500)
If Color[6553896]=0 && Color[11141592]=0
LClick 7340533
Delay(500)
If Color[590313]=0 && Color[1966869]=0
LClick 35193022
End If
End If
ElseIf Color[6553896]=0 && Color[11141592]=0
LClick 7340533
Delay(500)
If Color[2228713]=0 && Color[21037845]=0
LClick 35193022
End If
End If
//MouseMove 37880062//打開物品欄
//LClick 37880062
Delay(300)
MouseMove Pos1
KeyPress(120)
Return

CheckPK:
//If Color[Pos2] != ExtVar[31] && (Color[34341637] = 0 || Color[34669291] = 0)
Delay(300)
KeyPress(122)
Delay(300)
KeyPress(27)
KeyPress(27)
KeyPress(123)
KeyPress(123)
KeyString "\n"
Delay(500)
KeyUp(16)
KeyString "@@ PK? Does someone Help Me?\n"
Say "別以為我沒證據,等著被我通緝吧!!"
Say "/#我在戰技場被偷打, 快來救我!!"
Say "/#程式測試中"
MouseMove Pos1
Keypress(120)
Return

nation:
Delay(300)
Keypress(122)
Delay(300)
//國戰開始
lClick 27197990
Delay(300)
//國戰報告
lClick 26280325
Delay(300)
//邊境戰
lClick 28508655
Delay(300)
MouseMove 37880062//打開物品欄
LClick 37880062
Delay(300)
MouseMove Pos1
Delay(300)
Keypress(120)
Jump practice

food1:
Keypress(122)
delay(300)
MouseMove 37683708
Delay(150)
RClick 37683708
//Delay(150)
//Right Up 37683708
Delay(150)
MouseMove Pos1
Delay(300)
Keypress(120)
Jump practice