spirit: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
== Examples ==
== Examples ==
Use [http://irowiki.org/wiki/Summon_Spirit_Sphere Summon Spirit Sphere] when your spirit number is bellow 5 and your sp is higher than 100:
Use [http://irowiki.org/wiki/Summon_Spirit_Sphere Summon Spirit Sphere] when your spirit number is bellow 5 and your sp is higher than 100:
  [[useSelf_skill]] [[skill name|MO_CALLSPIRITS]] {
  [[useSelf_skill]] [[References#Skill_Names|MO_CALLSPIRITS]] {
  '''spirit''' < 5
  '''spirit''' < 5
  [[sp]] > 100
  [[sp]] > 100

Revision as of 15:53, 9 February 2013

spirit <range>
Only use the block if the number of summoned spirit spheres matches the specified range.

Examples

Use Summon Spirit Sphere when your spirit number is bellow 5 and your sp is higher than 100:

useSelf_skill MO_CALLSPIRITS {
	spirit < 5
	sp > 100
}