Difference between revisions of "Game Opcodes:Position Update"

From FFXIV Classic Wiki
Jump to: navigation, search
Line 50: Line 50:
 
| colspan="2" style="background:#C0E8A7" | '''moveState'''
 
| colspan="2" style="background:#C0E8A7" | '''moveState'''
 
| colspan="6" style="background:#C0E8A7" | '''unknown'''
 
| colspan="6" style="background:#C0E8A7" | '''unknown'''
|-
 
! 0x10
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x20
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x30
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x40
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x50
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x60
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x70
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x80
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0x90
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
|-
 
! 0xA0
 
|  ||  ||  ||  || || || || || || || || || || || ||
 
 
|}
 
|}

Revision as of 11:57, 26 March 2018

Client update giving the current position and movement state the player actor is in. This is sent at a regular interval.

Opcode - 0x0CA
Source - Client
Data Size - 20 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 uint64 8 Bytes mapID The map file the client should load.
0x08 float 4 Bytes posX The x-horizontal position of the player in world coordinates.
0x0C float 4 Bytes posY The vertical position of the player in world coordinates.
0x10 float 4 Bytes posZ The y-horizontal position of the player in world coordinates.
0x14 float 4 Bytes posZ The current rotation of the player.
0x18 uint16 2 Bytes moveState The move state the player is currently in.

Notes

  • The pong packet seems to control the rate at which this packet is sent.
  • Data at the end is unknown for now.


Visual Layout

0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF
0x00 timestamp posX posY
0x10 posZ rotation moveState unknown