Difference between revisions of "317:Design screen"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Design screen|description=Sent when a player is choosing their character design options.|opcode=101|type=Fixed|length=13|revision=317}} == Design Screen == === Description =...)
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players gender.
 
| The players gender.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players head model.
 
| The players head model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players beard model.
 
| The players beard model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players torso model.
 
| The players torso model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players arm model.
 
| The players arm model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players hand model.
 
| The players hand model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players leg model
 
| The players leg model
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players foot model.
 
| The players foot model.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players hair color.
 
| The players hair color.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players torso color.
 
| The players torso color.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players leg color.
 
| The players leg color.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| The players foot color.
 
| The players foot color.
 
|-
 
|-

Revision as of 19:04, 11 October 2009

Design screen
Sent when a player is choosing their character design options.
Opcode 101
Type Fixed
Length 13

Design Screen

Description

This packet is sent when a player is choosing their character design options.

Packet Structure

Data Type Description
Byte The players gender.
Byte The players head model.
Byte The players beard model.
Byte The players torso model.
Byte The players arm model.
Byte The players hand model.
Byte The players leg model
Byte The players foot model.
Byte The players hair color.
Byte The players torso color.
Byte The players leg color.
Byte The players foot color.
Byte The players skin color.