Difference between revisions of "notInTown"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page NotInTown to notInTown: Converting page titles to lowercase)
 
Line 1: Line 1:
; notInTown [<boolean flag>]
+
; notInTown [<[[boolean]]>]
 
: Set this option to '''1''' if you don't want to use the block while in town.
 
: Set this option to '''1''' if you don't want to use the block while in town.
  
Line 8: Line 8:
 
  }
 
  }
  
* Use Heal when hp is bellow 10% and we are not in a [[City Condition|town]].
+
* Use Heal when hp is bellow 10% and we are not in a [[cities.txt|town]].
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]

Latest revision as of 00:40, 7 May 2021

notInTown [<boolean>]
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.