dcOnDeath: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
m (Conversion script moved page DcOnDeath to dcOnDeath: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; dcOnDeath [<value>]
; dcOnDeath [<value>]
: Specifies what to do when dying.
: Specifies what to do when Kore dies.


:; -1
{|border="1" cellpadding="2" cellspacing="1"
:: Do nothing (do not respawn).
|- style=background-color:#F9F9F9;
 
!Value
:; 0 or empty or missing
!Description
:: Respawn after [[ai_dead_respawn]] seconds.
|-
 
|align=center|-1
:; 1 or any other value
|Do nothing (do not respawn).
:: Disconnect and quit.
|-
|align=center|0 or empty
|Respawn after [[Timeouts.txt#AI_Dead|ai_dead_respawn]] seconds.
|-
|align=center|1 or any other value
|Disconnect and quit.
|}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:auto_disconnect]]
[[Category:auto_disconnect]]

Latest revision as of 22:34, 26 April 2021

dcOnDeath [<value>]
Specifies what to do when Kore dies.
Value Description
-1 Do nothing (do not respawn).
0 or empty Respawn after ai_dead_respawn seconds.
1 or any other value Disconnect and quit.