TalentRangedAttackers(object)
射程ある攻撃法で攻撃されている間の、呪文詠唱者であるNPCの行動方針を決定します。
int TalentRangedAttackers( object oIntruder = OBJECT_INVALID );
Parameters
oIntruder
(デフォルト: OBJECT_INVALID)
Description
現在接近戦状態でない限り、射程ある攻撃者を狙います。現在の射程のある攻撃者が単独で、OBJECT_SELFとTargetが5メートル以上離れている場合、適切な範囲攻撃(指定)のためにOBJECT_SELFを調べます。
1以上の攻撃者がいた場合、範囲攻撃(無指定)能力を調べます。もし両方の範囲攻撃チェックが無効であった場合、遠距離攻撃能力をチェックします。
Requirements
#include "nw_io_generic"
Version
1.29
See Also
functions: | TalentMeleeAttack | TalentMeleeAttacked | TalentRangedEnemies | TalentSpellAttack |
categories: | Combat Functions | Core AI Talent Functions | Talents/Skills/Feats Functions |
events: | OnCombatRoundEnd Event | OnPhysicalAttacked Event |
author: Jody Fletcher, JP team: Rainie
Send comments on this topic.