黃易群俠傳M脫機外掛應用程式黃易神行
2622
0

按鍵精靈騎士腳本(自動吃水包打怪,劃傷疊兩個換普攻)

mou221133 發表於 2008-7-4 02:08:04 | 只看該作者 回帖獎勵 |倒序瀏覽 |
目前只做了騎士...-.-,

使用說明:

先確定你的控制台顯示是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 編輯 ]
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


您需要登錄後才可以回帖 登錄 | 註冊


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-5-15 22:24 , Processed in 0.054550 second(s), 22 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?