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...)
 
Line 5: Line 5:
  
 
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 platebody is 9.04kg).
 +
 +
=== Packet Structure ===
 +
 +
{| border=2
 +
! Data type
 +
! Description
 +
|-
 +
| Short
 +
| The amount of weight.
 +
|-
 +
|}

Revision as of 13:48, 15 August 2009

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

Clear Screen

Description

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

Packet Structure

Data type Description
Short The amount of weight.