Difference between revisions of "target timeout"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (Conversion script moved page Target timeout to target timeout: Converting page titles to lowercase)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
; target_timeout [<seconds>]
 
; target_timeout [<seconds>]
 
: If this option is set, Kore will wait for this number of seconds before using this skill on a monster/player again. This is different from [[timeout]] because the time is stored for each monster/player.
 
: If this option is set, Kore will wait for this number of seconds before using this skill on a monster/player again. This is different from [[timeout]] because the time is stored for each monster/player.
 
'''Example'''
 
: Use Gift Box every 5 seconds.
 
 
useSelf_item Gift Box {
 
timeout 5
 
}
 
  
 
[[Category:Monster Condition]]
 
[[Category:Monster Condition]]
 
[[Category:Player Condition]]
 
[[Category:Player Condition]]

Latest revision as of 22:34, 26 April 2021

Target Monster and Player Conditions

target_timeout [<seconds>]
If this option is set, Kore will wait for this number of seconds before using this skill on a monster/player again. This is different from timeout because the time is stored for each monster/player.