Difference between revisions of "317:Weight"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Weight|description=Sends the players weight.|opcode=240|type=Fixed|length=2|revision=317}} == Clear Screen == === Description === Sends how much weight of equipment the pla...)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{packet|name=Weight|description=Sends the players weight.|opcode=240|type=Fixed|length=2|revision=317}}
+
{{packet|name=Weight|description=Sends the players weight amount.|opcode=240|type=Fixed|length=2|revision=317}}
== Clear Screen ==
+
== Weight ==
  
 
=== Description ===
 
=== Description ===
  
Sends how much weight of equipment the player is wearing (e.g. Rune platebody is 9.04kg).
+
Sends how much weight of equipment the player is wearing (e.g. Rune plate-body is 9.04kg).
 +
 
 +
=== Packet Structure ===
 +
 
 +
{| border=2
 +
! Data type
 +
! Description
 +
|-
 +
| [[Data_Types#Standard_data_types|Short]]
 +
| The amount of weight.
 +
|-
 +
|}

Latest revision as of 18:46, 11 October 2009

Weight
Sends the players weight amount.
Opcode 240
Type Fixed
Length 2

Weight

Description

Sends how much weight of equipment the player is wearing (e.g. Rune plate-body is 9.04kg).

Packet Structure

Data type Description
Short The amount of weight.