Net4u レンタル掲示板を作る

記事検索

記事検索フォーム
  • 検索結果 22件
  • 所要時間 0.002秒
キーワード

  1. ラットマン用ミル迎撃AI(その五)(-)
  2. ラットマン用ミル迎撃AI(その四)(-)
  3. ラットマン用ミル迎撃AI(その三)(-)
  4. ラットマン用ミル迎撃AI(その二)(-)
  5. ラットマン用ミル迎撃AI(その一)(-)
  6. スケルトン用死んだふりタゲ取りAI(-)
  7. ペットAIの集い(-)
  8. れぃくらうん(-)

ラットマン用ミル迎撃AI(その五)

カディス

---続きここから---
<rule name="ミル待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="windmill"/>
</rule>
<rule name="主攻撃(カライベント)">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attack" master_skill="all"/>
</rule>
<rule name="主攻撃される(ダウンしない)(カライベント)">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attacked" master_skill="all" down="false"/>
</rule>
<rule name="主攻撃される(ダウンする)(カライベント)">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attacked" master_skill="all" down="true"/>
</rule>
<rule name="主警戒">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_targeted" targeting_type="attack"/>
</rule>
---続く---

2011/05/14 Sat 04:17 [No.456]

ラットマン用ミル迎撃AI(その四)

カディス

---続きここから---
<rule name="アイススピア待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="icespace"/>
</rule>
<rule name="アイスボルト待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="icebolt"/>
</rule>
<rule name="ファイアボルト待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="firebolt"/>
</rule>
---続く---

2011/05/14 Sat 04:16 [No.455]

ラットマン用ミル迎撃AI(その三)

カディス

---続きここから---
<rule name="ミラージュミサイル待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="mirage_missile"/>
</rule>
<rule name="ライトニングボルト待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="lightningbolt"/>
</rule>
<rule name="ファイアボール待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="fireball"/>
</rule>
---続く---

2011/05/14 Sat 04:14 [No.454]

ラットマン用ミル迎撃AI(その二)

カディス

---続きここから---
<rule name="主ミル使用">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="5" timeout="5000"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="windmill"/>
</rule>
<rule name="レンジ待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="ranged_attack"/>
</rule>
<rule name="サンダー待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="thunder"/>
</rule>
<rule name="マグナムショット待機">
<conditions>
<condition name="skill_preparable" pet_skill="windmill"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="1000" run="true"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="1" timeout="3000"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="magnum_shot"/>
</rule>
---続く---

2011/05/14 Sat 04:12 [No.453]

ラットマン用ミル迎撃AI(その一)

カディス

---AIここから----
<rules>
<rule name="ターゲット戻し">
<conditions>
<condition name="target_state" state="blowaway"/>
<condition name="target_state" state="shoved"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="my_pos" timeout="500"/>
<cmd name="chase" chase_target="master" timeout="500" run="true"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="ミル未準備暴発防止">
<conditions>
<condition name="skill_preparable" pet_skill="defence"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="500" run="true"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</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>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="5" timeout="5000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="windmill" down="true"/>
</rule>
<rule name="ミル再準備(DEF))">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="5" timeout="5000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="windmill" down="false"/>
</rule>
---続く---

2011/05/14 Sat 04:07 [No.452]

スケルトン用死んだふりタゲ取りAI

カディス

---AI ここから----
<rules>
<rule name="ご主人様追撃します。">
<conditions>
<condition name="skill_preparable" pet_skill="icebolt"/>
<condition name="target_state" state="hit"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="5000"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="lightningbolt"/>
</rule>
</rules>

---AI ここまで---

スケルトン/雪原スケルトンに
死んだフリでタゲを取ってもらうためのAIです。
上記では主人がLBを敵に命中させると、
スケルトンがIB後に死んだフリをします。

ちなみにスケルトンの体力が50%以下でないと
死んだフリをせずにアタックをしてしまうので要注意。

なおキーとなる主人のスキルは
LBでなくても良いので好きなものに変えてお使い下さいませw

2011/05/14 Sat 03:54 [No.451]

ペットAIの集い

カディス

使ってるAIを公開して欲しいとお願いされたので
貼ってみま〜す。

以下、2つほど子記事として。

2011/05/14 Sat 03:48 [No.450]

れぃくらうん

AI

<rules>
<rule name="ターゲット確認">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attack" master_skill="all"/>
</rule>
<rule name="緊急迎撃">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="firebolt" charge="1" timeout="5000"/>
</sequence>
</pattern>
<event name="master_attacked" master_skill="all" down="false"/>
</rule>
<rule name="緊急迎撃その2">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="firebolt" charge="1" timeout="5000"/>
</sequence>
</pattern>
<event name="master_attacked" master_skill="all" down="true"/>
</rule>
<rule name="攻撃〜">
<conditions>
<condition name="target_state" state="run"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="firebolt" charge="1" timeout="500"/>
<cmd name="chase" chase_target="master" timeout="500" run="true"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="待機〜">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="500" run="false"/>
<cmd name="stack_skill" stack_magic="firebolt" charge="1"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="再装填〜">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="500" run="false"/>
<cmd name="stack_skill" stack_magic="firebolt" charge="1"/>
</sequence>
</pattern>
<event name="attacked" master_skill="all" down="true"/>
</rule>
<rule name="再装填〜その2">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="chase" chase_target="master" timeout="500" run="false"/>
<cmd name="stack_skill" stack_magic="firebolt" charge="1"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="all" down="true"/>
</rule>
</rules>

2010/10/31 Sun 04:34 [No.442]

  1. 前8件
  2. 1
  3. 2
  4. 3
  5. (9-16/22)
  6. 次8件