目前只做了騎士...-.-,
使用說明:
先確定你的控制台顯示是1024*768
進入遊戲後,
系統設定=>效能=>效果全關
場景可視和人物可視範圍調"中"
※解析度調成1024*768
※不要視窗化
其他設定=>
血條顯示"兩個都不要開"
※目標血條百分比"關"
※數值顯示"關閉自己"
※介面透明度"0%"
*******************************************
※超重要!!
※目標血條百分比"關"
※數值顯示"關閉自己"
※介面透明度"0%"
"劃傷"技能請放"按鍵2"
"舉盾"技能請放"按鍵ctrl+1"
"麵包"放"="
"飲料"放"-"
另外請把自己的狀態欄(左上那個),移至最左上
目標狀態欄(本來會出現在中間那個),移至最右上
以下是腳本內容
#這是按鍵精靈生成的腳本原始檔案
#在理解各條命令的基礎上,您可以修改這個檔的內容
#您修改的結果將會在普通視圖上有所反映
//詳細說明請看/無名/網誌/opwqo8401
dim hp,mp,fhp,fmp
dim aidx,aidy
//**********program**********
//----------
Rem start
Gosub estimatef1
Gosub findmonster
Gosub estimatef1
Gosub estimatemonsterhp
Gosub estimatef1
//----------
Rem estimatemonster
Gosub estimatef1
Gosub attackmonster
Gosub estimatef1
Gosub attackskills1
Gosub estimatef1
Gosub aidskills1
Gosub estimatef1
Gosub estimatemonsterdie
Gosub estimatef1
//----------
Rem monsterdie
Gosub estimatef1
Gosub skills1
Gosub estimatef1
Gosub estimatehp
Gosub estimatef1
Gosub estimatemp
Gosub estimatef1
Goto start
//**********"findmonster"**********
Sub estimatef1
IfColor 850 11 FFFFFF 0
KeyPress 119,1
Delay 100
EndIf
Return estimatef1
IfColor 0,0,0,0
Sub findmonster
KeyPress 119,1
Delay 100
Return findmonster
Sub estimatemonsterhp
IfColor 876 24 8686F0 0
aidx=1
Goto estimatemonster
EndIf
Return estimatemonsterhp
//**********"subprogram"**********
//----------attack----------
Sub attackmonster
KeyPress 32,1
Delay 100
Return attackmonster
Sub estimatemonsterdie
IfColor 876 24 8686F0 1
Goto monsterdie
EndIf
Goto estimatemonster
Return estimatemonsterdie
//----------hpmp----------
Sub estimatehp
VBS hp=50
IfColor hp*1.1+104 37 8686F0 1
KeyPress 187,1
Delay 1000
EndIf
Return estimatehp
Sub estimatemp
VBS mp=50
IfColor mp*1.1+104 51 FFFF9E 1
KeyPress 189,1
Delay 1000
EndIf
Return estimatemp
//----------skills----------
Sub attackskills1
IfColor 866 96 FFFFFF 1
KeyPress 50,1
Delay 100
EndIf
Return attackskills1
Sub estimateaidskills1
IfColor 263 23 F1F1F3 1
aidy=1
EndIf
Return estimateaidskills1
Sub aidskills1
IfColor 263 23 F1F1F3 1
IfColor 876 24 8686F0 0
KeyDown 17,1
KeyPress 49,1
KeyUp 17,1
Delay 100
EndIf
EndIf
Return aidskills1
Sub skills1
IfColor 263 23 F1F1F3 0
KeyDown 17,1
KeyPress 49,1
KeyUp 17,1
Delay 100
EndIf
Return skills1
[ 本帖最後由 mou221133 於 2008-7-4 02:29 編輯 ] |