useSelf skill

From OpenKore Wiki
Revision as of 22:40, 29 September 2010 by EternalHarvest (talk | contribs)
Jump to navigation Jump to search

Uses skill on caster (usually your character) when all specified conditions are met.

Syntax

useSelf_skill [<skill name>] {
	smartEncore [<boolean flag>]

	# Skill Use Conditions
	# Self Conditions
}

Attribute definitions


useSelf_skill [<skill name>]
This block specifies the skill to automatically use on self.


smartEncore [<boolean flag>]
If this option is set, Kore will use the Encore skill instead of the specified skill if Encore would cause this skill to be cast (saves SP for bards and dancers).


Example

useSelf_skill Crazy Uproar {
	lvl 1
	sp > 8
	whenStatusInactive Crazy Uproar
}