Difference between revisions of "target timeout"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (copypaste is never good)
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]]

Revision as of 19:48, 18 April 2011

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.