Difference between revisions of "useSelf skill"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 21: Line 21:
  
 
== Example ==
 
== Example ==
* Use skill '''Crazy Uproar''' when status '''Crazy Uproar''' is not active and SP is higher than 8.
+
* Use [[References#Skill Names|skill Crazy Uproar]] on yourself if you do not have [[References#Status Names|status Crazy Uproar]] active and your SP is higher than 8.
  
 
  useSelf_skill Crazy Uproar {
 
  useSelf_skill Crazy Uproar {

Revision as of 16:46, 15 December 2009

Automatically use skills on self when certain conditions are met. This block specifies the skill to automatically use on self.

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
}