relog: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				|||
| (One intermediate revision by one other user not shown) | |||
| 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]]  | ||
Latest revision as of 22:35, 26 April 2021
- 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 |