Difference between revisions of "inLockOnly"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
  
 
  Example:
 
  Example:
  useSelf_skill Red Potion {
+
  useSelf_item Red Potion {
 
  hp < 500
 
  hp < 500
 
  inLockOnly 1
 
  inLockOnly 1

Revision as of 06:14, 6 November 2010

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_item 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.