ペットAI掲示板

おすすめ パンに捧げるAI
痛いネカマ 11/05/02 08:59
ペットキャラクターAIソースコード ソースコードをコピーする

<rules>
<rule name="1.IB後カウンター→3">
<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="2.FB後カウンター→1">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="cancel_skill"/>
<cmd name="move_against" distance="3000" run="true" timeout="2000"/>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="firebolt" down="true"/>
</rule>
<rule name="3.攻撃後カウンター→3">
<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="basic" down="true"/>
</rule>
<rule name="4.スマッシュ後カウンター→3">
<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="smash" down="true"/>
</rule>
<rule name="5.被ダウン後カウンター→3">
<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="6.カウンター後IB→1">
<conditions>
<condition name="skill_preparable" pet_skill="defence"/>
<condition name="target_distance" min="0" max="160" min_distance="100" max_distance="100"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="7.カウンター後大きい敵にはFB→2">
<conditions>
<condition name="skill_preparable" pet_skill="defence"/>
<condition name="target_distance" min="0" max="700" min_distance="100" max_distance="1200"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="firebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="8.カウンター後大きい敵追いかけてFB→2">
<conditions>
<condition name="skill_preparable" pet_skill="defence"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stack_skill" stack_magic="firebolt" charge="1"/>
<cmd name="chase" chase_target="enemy" timeout="1000" run="true"/>
<cmd name="stackmagic_attack" stack_magic="firebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="----">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="9.敵発見したらアタック">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="cancel_skill"/>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="seek_target"/>
</rule>
<rule name="10.発見されたらカウンター">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="targeted" targeting_type="attack"/>
</rule>
<rule name="11.主人がFBしたらFB">
<conditions>
<condition name="skill_preparable" pet_skill="counter"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stack_skill" stack_magic="firebolt" charge="1"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="firebolt"/>
</rule>
<rule name="12.主人がスマしたらスマ">
<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>
</rules>

スセリビメ 実用的なAIから面白いAIまで、いつも感心して読ませてもらっています♪
ほんとですね! ボルトチャージ状態でシフトクリックで、魔法うってくれますね! びっくりw
こんな風にコッソリと仕様変更されると、今までのAIのどこに影響でるかわからないので、ネクソンさんにはちゃんとアナウンスしてもらいたいですよね~^ヮ^; 11/05/04 13:06
件名 名前 日付 閲覧数 投票数

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

桃やん 2012/09/23 14397 1  

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

金魅 2012/04/26 12979 1  

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

桃やん 2012/01/28 14654 3  

FBカウンター

冬椛 2011/12/20 16846 0  

クモ

ぶいたん 2011/12/03 10729 0  

お手玉

PEGASUS_tri 2011/11/18 11115 0  

相談に乗ってください

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

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

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

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

みれりぁ 2011/10/29 4744 0  

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

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

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

中足迅雷 2011/10/22 16512 4  

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

中足迅雷 2012/02/22 7216 0  

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

桃やん 2011/10/21 13521 0  

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

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

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

レナ 2011/09/28 20114 1  

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

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

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

レナ 2011/09/24 9949 0  

メイド用AI FBL固定砲台

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

テスト 執事用 IS AI

くーちゃ 2011/09/22 9241 1  

テスト メイド用FBL

くーちゃ 2011/09/22 7263 0