Difference between revisions of "aggressives"

From OpenKore Wiki
Jump to navigation Jump to search
m
(merge)
Line 1: Line 1:
 +
''[[:Category:Self Condition|Self Conditions]]:''
 +
 
; aggressives [<[[References#Range Operators|range]]>]
 
; aggressives [<[[References#Range Operators|range]]>]
 
: If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the specified range.
 
: If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the specified range.
  
Example:
+
''Target [[:Category:Player Condition|Player]] Conditions:''
 +
 
 +
; target_aggressives [<[[References#Range Operators|range]]>]
 +
: If this option is set, the skill will only be used if the amount of monsters who has hit or missed the target player is within the specified range.
 +
 
 +
== Examples ==
 +
 
 
  atttackSkillSlot Storm Gust {
 
  atttackSkillSlot Storm Gust {
 
  aggressives > 3
 
  aggressives > 3
Line 8: Line 16:
 
  }
 
  }
  
* Storm Gust will be used when more than 3 monster hits you.
+
: Storm Gust will be used when more than 3 monster hits you.
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]

Revision as of 14:11, 10 January 2010

Self Conditions:

aggressives [<range>]
If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the specified range.

Target Player Conditions:

target_aggressives [<range>]
If this option is set, the skill will only be used if the amount of monsters who has hit or missed the target player is within the specified range.

Examples

atttackSkillSlot Storm Gust {
	aggressives > 3
	sp > 5%
}
Storm Gust will be used when more than 3 monster hits you.