Difference between revisions of "relog"

From OpenKore Wiki
Jump to navigation Jump to search
m
(add relog x..y)
Line 11: Line 11:
 
!Description
 
!Description
 
|-
 
|-
|align=center|relog
+
|align=center|relog
 
|Logout and then login after 5 seconds.
 
|Logout and then login after 5 seconds.
 
|-
 
|-
|align=center|relog <seconds>
+
|align=center|relog <seconds>
 
|Logout and then login after the specified number of seconds.  
 
|Logout and then login after the specified number of seconds.  
 +
|-
 +
|align=center|relog x..y <seconds>
 +
|Logout and then login after defined range the specified number of seconds, where relog rand(y-x)+x. See [http://sourceforge.net/p/openkore/code/8496/ SVN8496]
 
|}
 
|}
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 22:37, 10 April 2013

relog [<seconds>]
<seconds>
- the time in seconds. Default: 5.
Force disconnect and set reconnect timeout to <seconds>.
Command Description
relog Logout and then login after 5 seconds.
relog <seconds> Logout and then login after the specified number of seconds.
relog x..y <seconds> Logout and then login after defined range the specified number of seconds, where relog rand(y-x)+x. See SVN8496