ペットAI掲示板

おすすめ ドラゴンちゃん用AI(多機能)
痛いネカマ 11/04/06 03:10
ペットキャラクターAIソースコード ソースコードをコピーする

<rules>
<rule name="アタック→アタック">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="basic" down="false"/>
</rule>
<rule name="ミル→ミル準備">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="0" timeout="0"/>
</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="0" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="windmill" down="false"/>
</rule>
<rule name="カウンター→IB">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="counter" down="true"/>
</rule>
<rule name="IB→カウンター">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="false"/>
</rule>
<rule name="主人がIB→殴らない">
<conditions>
<condition name="skill_preparable" pet_skill="defence"/>
</conditions>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="false"/>
</rule>
<rule name="主人がIB→殴る">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="icebolt"/>
</rule>
<rule name="スマ→LB">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="lightningbolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="smash" down="true"/>
</rule>
<rule name="LB→スマ準備">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="smash" try_cnt="0" timeout="0"/>
<cmd name="move_against" distance="200" run="true" timeout="1000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="lightningbolt" down="false"/>
</rule>
<rule name="やられカウンター">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="attacked" master_skill="all" down="true"/>
</rule>
<rule name="タゲ中常時ミル使用">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="my_pos" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="-----">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="主人がスマ準備→スマ準備">
<conditions>
<condition name="skill_preparable" pet_skill="counter"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="smash" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="smash"/>
</rule>
<rule name="主人がスマ→回り込む">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="move_around" clockwise="true" radius="200" run="true" timeout="2000"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="smash"/>
</rule>
<rule name="主人がミル準備→ミル準備">
<conditions>
<condition name="skill_preparable" pet_skill="counter"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="windmill"/>
</rule>
<rule name="主人がミル→ミル">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="my_pos" timeout="0"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="windmill"/>
</rule>
<rule name="被発見→カウンター">
<conditions>
<condition name="skill_preparable" pet_skill="counter"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="targeted" targeting_type="attack"/>
</rule>
</rules>



主人がスマ使ったらスマ連携、
主人がミルしたらミルミル、
敵に発見されたらIBCをするですぅ。

ただ、結構使いにくいのでそこは愛嬌ってことで><w


それと、AI作る人用のちょっとした発見?スキル仕様可能可否について!
近接スキル使ってるときは他の近接スキル使えないと思ってたけど、ミルは使えるみたいですぅ><

件名 名前 日付 閲覧数 投票数

パートナー&ペット 汎用ミルAI

デッドエンド 2016/02/06 8658 3  

ディヴァインリンク用 改良型 Ⅱ式に更新

+1
デッドエンド 2016/02/05 16722 5  

ディヴァインリンク用

デッドエンド 2015/12/29 10179 0  

汎用 セミオートIBカウンター

ぺここ 2015/05/01 7354 2  

弓使い用サポスマAI【Ver.2】

ぺここ 2015/05/01 4544 1  

ペットのマナを温存したいときに.. 近接戦闘AI

ぺここ 2015/04/25 3475 1  

たった4つのルールで動作するFBカウンター

ぺここ 2015/04/25 4683 1  

ペットと一緒に戦いたい!弓使い向けサポスマAI

ぺここ 2015/04/23 3949 0  

交易パートナー用支援AI

サカゼルガ 2014/12/23 11390 3  

パートナー用支援AI ※交易、めんま一部非対応

サカゼルガ 2014/12/16 6048 4  

【本国AI掲示板より】全ペット共通AI?

+1
蒼い虚空 2013/11/12 21710 1  

ワイバーンの骨集め用ペット自動AI

塩子 2013/10/04 30848 4  

トゥリム式ペットAIバニラver(ファイアカウンター)

トゥリム_mar 2013/02/28 12596 1  

弓妨害AI(1打ディフェンス) v1

+2
Bricat 2013/01/08 14853 3  

ボス集結イベント用AI

シークス_cic 2012/12/12 11032 0  

【汎用AI】 邪魔しないよv.1a (ディフェンス&弓妨害)

Bricat 2012/12/06 15820 1  

LB&ヒーリングAI依頼

+1
彦之丞 2012/12/01 8339 0  

【汎用AI】 邪魔しないよ v1(旧バージョン)

+2
Bricat 2012/10/31 10365 0  

メイド用ミル壁+死んだフリ維持 改善版 v1.2

中足迅雷 2012/10/30 12567 0  

【桃やん式】 ワイバーン用自滅AI(ネタ)

桃やん 2012/10/13 14957 1