Difference between revisions of "317:Idle logout"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Idle logout|description=Sent when the player has become idle and should be logged out. |opcode=202|type=Fixed|length=0|revision=317}} == Button click == === Description === ...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{packet|name=Idle logout|description=Sent when the player has become idle and should be logged out. |opcode=202|type=Fixed|length=0|revision=317}}
 
{{packet|name=Idle logout|description=Sent when the player has become idle and should be logged out. |opcode=202|type=Fixed|length=0|revision=317}}
== Button click ==
+
== Idle logout ==
  
 
=== Description ===
 
=== Description ===
  
This is sent when the player becomes idle and should be logged out.
+
This is sent when the player becomes idle and should be logged out. This is sent after the player is idle for 60 seconds, after that it is sent every 10 seconds as long as the player is idle.
 
 
=== Packet Structure ===
 
 
 
{| border=2
 
! Data type
 
! Description
 
|-
 
| Short
 
| The button id.
 
|-
 
|}
 

Latest revision as of 05:32, 16 August 2009

Idle logout
Sent when the player has become idle and should be logged out.
Opcode 202
Type Fixed
Length 0

Idle logout

Description

This is sent when the player becomes idle and should be logged out. This is sent after the player is idle for 60 seconds, after that it is sent every 10 seconds as long as the player is idle.