defendMonsters: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Conversion script moved page DefendMonsters to defendMonsters: Converting page titles to lowercase) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
; defendMonsters | ; defendMonsters <[[References#Monster_Names|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. | : 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 { | attackSkillSlot Turn Undead { | ||
defendMonsters Anubis | defendMonsters Anubis | ||
} | } | ||
[[Category:Self Condition]] | [[Category:Self Condition]] |
Latest revision as of 22:34, 26 April 2021
- 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 }