Difference between revisions of "defendMonsters"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
; defendMonsters [<[[References#Monster Names|monsters names]]>]
+
; defendMonsters <[[monster name]]s>
 
: If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.
 
: If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.
  
Example
+
== Examples ==
 +
Turn Undead will be used on all the Anubis that is attacking you:
 
  attackSkillSlot Turn Undead {
 
  attackSkillSlot Turn Undead {
 
  defendMonsters Anubis
 
  defendMonsters Anubis
 
  }
 
  }
 
* Turn Undead will be used on all the Anubis that is attacking you.
 
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]

Revision as of 11:30, 17 August 2012

defendMonsters <monster names>
If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.

Examples

Turn Undead will be used on all the Anubis that is attacking you:

attackSkillSlot Turn Undead {
	defendMonsters Anubis
}