Difference between revisions of "notInTown"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; notInTown [<boolean flag>] : Set this option to '''1''' if you don't want to use the block while in town. Example: useSelf_skill Heal { hp < 10% notInTown 1 } * Use He…')
 
m
Line 9: Line 9:
  
 
* Use Heal when hp is bellow 10% and we are not in a town.
 
* Use Heal when hp is bellow 10% and we are not in a town.
 +
 +
[[Category:Self Condition]]

Revision as of 02:01, 9 January 2010

notInTown [<boolean flag>]
Set this option to 1 if you don't want to use the block while in town.
Example:
useSelf_skill Heal {
	hp < 10%
	notInTown 1
}
  • Use Heal when hp is bellow 10% and we are not in a town.