ペット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作る人用のちょっとした発見?スキル仕様可能可否について!
近接スキル使ってるときは他の近接スキル使えないと思ってたけど、ミルは使えるみたいですぅ><

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

【桃やん式】 パートナー用二刀流+1打AI 9/28更新

桃やん 2012/09/23 14392 1  

【パートナー再販記念】執事用 錬金向けIS支援

金魅 2012/04/26 12973 1  

【桃やん式】 二刀流装備メイド+1打AI(遅いスピード2打)

桃やん 2012/01/28 14648 3  

FBカウンター

冬椛 2011/12/20 16840 0  

クモ

ぶいたん 2011/12/03 10724 0  

お手玉

PEGASUS_tri 2011/11/18 11107 0  

相談に乗ってください

+4
みれりぁ 2011/10/24 14114 0  

[返事] 桃やん式 デバッグサポート

+4
桃やん 2011/10/24 8050 0  

[返事] ありがとうございました

みれりぁ 2011/10/29 4739 0  

【桃やん式】 ハロウィンイベント用 自滅AI ver3

+2
桃やん 2011/10/22 6925 2  

パートナー用ミル壁+死んだフリ維持

中足迅雷 2011/10/22 16506 4  

[ミル仕様変更対応改善版]

中足迅雷 2012/02/22 7209 0  

【桃やん式】 雑魚掃除ファイナルヒット パートナー用

桃やん 2011/10/21 13517 0  

シャドゥアーチャー援護用

フウリベット 2011/10/09 8188 1  

パートナー用 FH+ミル 一応完成版

レナ 2011/09/28 20105 1  

ミル&ヒーリング&FH支援 2011/09/29更新

流星ジョ二一 2011/09/24 15534 1  

パートナー用 ファイナルヒット試用版

レナ 2011/09/24 9940 0  

メイド用AI FBL固定砲台

+6
くーちゃ 2011/09/23 24663 2  

テスト 執事用 IS AI

くーちゃ 2011/09/22 9234 1  

テスト メイド用FBL

くーちゃ 2011/09/22 7255 0