whenNotPermitSkill: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; whenNotPermitSkill [<skill names>] : If this option is set, the block will only be used when you have not been granted use of the specified temporary…')
 
mNo edit summary
Line 8: Line 8:


* Use item Level 5 Heal when Kore is not permited to use the skill, as it doesn't have.
* Use item Level 5 Heal when Kore is not permited to use the skill, as it doesn't have.
[[Category:Self Condition]]

Revision as of 02:08, 9 January 2010

whenNotPermitSkill [<skill names>]
If this option is set, the block will only be used when you have not been granted use of the specified temporary skill.
Example:
doCommand is Level 5 Heal {
	whenNotPermitSkill 1
}
  • Use item Level 5 Heal when Kore is not permited to use the skill, as it doesn't have.