創作內容

2 GP

自存備用 瑪奇怪物AI

作者:紫色女孩│2015-04-21 22:05:32│巴幣:4│人氣:363
前言:
不知道有沒有人發過
此物為風車AI修改物

特點:
風車等待時間減少(加快風車次數)
不在範圍內自動回怪物身邊風車

缺點:
不適合屎者以外的怪 也許

使用方式:
1.AI設定
2.新AI
3.顯示原屎資料
4.黏貼
5.選擇有風車的寵物射為AI
6.讓寵攻擊屎者or讓他自動找到他

AI如下:
<rules>
    <rule name="法術攻擊">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="cancel_skill"/>
                <cmd name="melee_attack" timeout="5000"/>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="target_magic_prepare"/>
    </rule>
    <rule name="遠距離攻擊">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="cancel_skill"/>
                <cmd name="melee_attack" timeout="5000"/>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="target_magic_prepare"/>
    </rule>
    <rule name="主人被打了">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="cancel_skill"/>
                <cmd name="skill_relax" on="false"/>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="master_attacked" master_skill="all" down="false"/>
    </rule>
    <rule name="主人被盯上">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="master_targeted" targeting_type="attack"/>
    </rule>
    <rule name="寵物被盯上">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="targeted" targeting_type="attack"/>
    </rule>
    <rule name="尋找敵人">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="seek_target"/>
    </rule>
    <rule name="被攻擊用風車">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="attacked" master_skill="all" down="false"/>
    </rule>
    <rule name="被打倒用風車">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="attacked" master_skill="all" down="true"/>
    </rule>
    <rule name="風車後1">
        <conditions>
            <condition name="target_state" state="stop"/>
        </conditions>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="attack" pet_attackable_skill="windmill" down="false"/>
    </rule>
    <rule name="風車後2">
        <conditions>
            <condition name="target_state" state="blowaway"/>
        </conditions>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="3000"/>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="attack" pet_attackable_skill="windmill" down="true"/>
    </rule>
    <rule name="沒事車">
        <conditions/>
        <pattern>
            <param_decl/>
            <sequence>
                <cmd name="prepare_skill" pet_skill="windmill" try_cnt="3" timeout="3000"/>
                <cmd name="process_skill" target="enemy" timeout="2000"/>
                <cmd name="wait" min="1000" max="5000"/>
                <cmd name="cancel_skill"/>
                <cmd name="move_around" clockwise="true" radius="100" run="true" timeout="2000"/>
            </sequence>
        </pattern>
        <event name="now_targeting"/>
    </rule>
</rules>
引用網址:https://home.gamer.com.tw/TrackBack.php?sn=2814938
All rights reserved. 版權所有,保留一切權利

相關創作

留言共 1 篇留言

狼尾
瑪奇好玩耶

09-20 09:37

紫色女孩
嗯wwww 過一陣子再回鍋玩
09-20 18:51
我要留言提醒:您尚未登入,請先登入再留言

2喜歡★intela77196 可決定是否刪除您的留言,請勿發表違反站規文字。

前一篇:近期日記?... 後一篇:【愛麗莎】跨年活動 歡迎...

追蹤私訊切換新版閱覽

作品資料夾

colanncolann
【繪圖創作】【科嵐工作室】11週年! 2024/4/1 https://home.gamer.com.tw/creationDetail.php?sn=5909405看更多我要大聲說11小時前


face基於日前微軟官方表示 Internet Explorer 不再支援新的網路標準,可能無法使用新的應用程式來呈現網站內容,在瀏覽器支援度及網站安全性的雙重考量下,為了讓巴友們有更好的使用體驗,巴哈姆特即將於 2019年9月2日 停止支援 Internet Explorer 瀏覽器的頁面呈現和功能。
屆時建議您使用下述瀏覽器來瀏覽巴哈姆特:
。Google Chrome(推薦)
。Mozilla Firefox
。Microsoft Edge(Windows10以上的作業系統版本才可使用)

face我們了解您不想看到廣告的心情⋯ 若您願意支持巴哈姆特永續經營,請將 gamer.com.tw 加入廣告阻擋工具的白名單中,謝謝 !【教學】