notInTown

From OpenKore Wiki
Revision as of 21:36, 29 November 2009 by Mushrom (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.