Difference between revisions of "monsterSkill"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; monsterSkill [<skill>] { ;;: target [<monster names list>] ;;: maxUses [<integer>] :: {{SkillUseAttributes}} :: {{SelfConditions}} :: {{TargetMonsterConditions}} ; } : Enables…')
 
m
Line 9: Line 9:
 
: Enables auto use specified skill on specified monsters even if you're not currently attacking them. Useful for fighting multiple enemies at once.
 
: Enables auto use specified skill on specified monsters even if you're not currently attacking them. Useful for fighting multiple enemies at once.
  
 +
[[Category:config.txt]]
 
[[Category:skills]]
 
[[Category:skills]]

Revision as of 20:57, 9 November 2009

monsterSkill [<skill>] {
target [<monster names list>]
maxUses [<integer>]
Template:SkillUseAttributes
Template:SelfConditions
Template:TargetMonsterConditions
}
Enables auto use specified skill on specified monsters even if you're not currently attacking them. Useful for fighting multiple enemies at once.