Difference between revisions of "317:Load map region"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Load map region|description=Makes the client load the specified map region.|opcode=73|type=Fixed|length=4|revision=317}} == Send Message == === Description === Makes the cl...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{packet|name=Load map region|description=Makes the client load the specified map region.|opcode=73|type=Fixed|length=4|revision=317}}
 
{{packet|name=Load map region|description=Makes the client load the specified map region.|opcode=73|type=Fixed|length=4|revision=317}}
== Send Message ==
+
== Load Map Region ==
  
 
=== Description ===
 
=== Description ===
Line 12: Line 12:
 
! Description
 
! Description
 
|-
 
|-
| ShortA
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| Region X coordinate (absolute X / 8) plus 6.
 
| Region X coordinate (absolute X / 8) plus 6.
 
|-
 
|-
| Short
+
| [[Data_Types#Standard_data_types|Short]]
 
| Region Y coordinate (absolute Y / 8) plus 6.
 
| Region Y coordinate (absolute Y / 8) plus 6.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 18:06, 11 October 2009

Load map region
Makes the client load the specified map region.
Opcode 73
Type Fixed
Length 4

Load Map Region

Description

Makes the client load the specified map region.

Packet Structure

Data type Description
Short Special A Region X coordinate (absolute X / 8) plus 6.
Short Region Y coordinate (absolute Y / 8) plus 6.