relog: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';relog [<seconds>] :<seconds> ::- the time in seconds. :Log out then log in again. {| class="wikitable" border="1" cellspacing="0" |-style=background-color:#F9F9F9; !Command…') |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
:<seconds> | :<seconds> | ||
::- the time in seconds. | ::- the time in seconds. Default: 5. | ||
: | :Force disconnect and set reconnect timeout to <seconds>. | ||
{| class="wikitable" border="1" cellspacing="0" | {| class="wikitable" border="1" cellspacing="0" | ||
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 |