inLockOnly

From OpenKore Wiki
Revision as of 21:02, 29 November 2009 by Mushrom (talk | contribs) (Created page with '; inLockOnly [<boolean flag>] : Set this option to '''1''' if you want to use the block only when Kore is inside the specified lockMap. Example: useSelf_skill Red Potion {…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
inLockOnly [<boolean flag>]
Set this option to 1 if you want to use the block only when Kore is inside the specified lockMap.
Example:
useSelf_skill Red Potion {
	hp < 500
	inLockOnly 1
}
  • It will only use Red Potion if your hp is bellow 500 and you are on lockMap. So it lockMap is prt_fild08, it will only be used on prt_fild08.