交流區

奇幻留言版 - 回覆文章

【心得】寵物AI重擊後冰反
發表人 Krad [ Lv.462 ] ?(安黛莉 - 1)(1F) 2010-05-21 03:56:53
回覆
<rules>
<rule name="尋找敵人">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="smash" try_cnt="0" timeout="5000"/>
<cmd name="melee_attack" timeout="5000"/>
</sequence>
</pattern>
<event name="seek_target"/>
</rule>
<rule name="重擊後冰矛">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="5000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="smash" down="true"/>
</rule>
<rule name="冰矛後反擊">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="10000"/>
<cmd name="wait" min="1000" max="10000"/>
<cmd name="wait" min="1000" max="10000"/>
<cmd name="cancel_skill"/>
<cmd name="melee_attack" timeout="5000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="false"/>
</rule>
<rule name="冰矛後冰矛">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="5000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="true"/>
</rule>
<rule name="反擊後冰矛">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="10000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="counter" down="true"/>
</rule>
<rule name="擊倒後反擊">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="5000"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="basic" down="true"/>
</rule>
</rules>

加多了一條冰怪倒地後冰矛
怕是DEADLY狀態
回覆Runner [ Lv.755 ] ?(愛麗沙 - 10)(2F) 2010-05-21 04:10:54
 
經測試後証明
他沒重擊啊?_+
----------------------
哦哦哦我錯了(?
原來我叫寵物攻擊所以沒用重擊
寵物自行鎖怪的時候還是會用重擊的(?)
[ 此文章已由作者修改 1 次 最後更新於:2010-05-21 05:49:59 ]
回覆(安黛莉 - 1)(3F) 2010-05-21 13:08:23
 
謝謝K大~
寵物又有新ai了^^
回覆火之神斬 [ Lv.55 ] ?(愛麗沙 - 11)(4F) 2010-05-21 17:23:25
 
感謝
有新AI
不過本人是沒在用
 
Message請先 登入 會員才能發表或回覆文章。
 
 
Message此篇文章發表日期已超過一個月,無法進行回覆。
 

網路禮儀

網路發言雖然是匿名性質,但網路發表文章還是請遵守基本的網路禮儀,請勿發表含有不雅文字、人身攻擊等文章內容,良好的奇幻交流環境需要您的配合!
回頂端