dcOnDeath: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
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 [[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]]

Revision as of 22:05, 15 December 2009

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.