Game Opcodes:Set Head to Position (/w speed)
From FFXIV Classic Wiki
Moves the actor's head to look at an XYZ position. The speed of the animation can be changed.
- Opcode - 0x0DC
- Source - Server
- Data Size - 0x10 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | float | 4 Bytes | xPosition | The x-coordinate of the position to look at. |
0x04 | float | 4 Bytes | yPosition | The y-coordinate of the position to look at. |
0x08 | float | 4 Bytes | zPosition | The z-coordinate of the position to look at. |
0x0C | float | 4 Bytes | speed | The speed at which to play the animation. |
Visual Layout
Packet Data layout | ||||||||||||||||
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | xPosition | yPosition | zPosition | speed |