Difference between revisions of "Game Opcodes:Set Cutscene Book Details"

From FFXIV Classic Wiki
Jump to: navigation, search
(Visual Layout)
(Visual Layout)
Line 74: Line 74:
 
! 0x100
 
! 0x100
 
| 00 || 00 || 00 || 00 || 00 || 00 || 00 || 00 || 00  
 
| 00 || 00 || 00 || 00 || 00 || 00 || 00 || 00 || 00  
| colspan="7" style="background:#CEE0F2"
+
| colspan="7" style="background:#CEE0F2" |
 
|-
 
|-
 
! 0x110
 
! 0x110

Revision as of 17:32, 27 March 2018

Sets the information needed for the "The Unending Journey" cutscene book actor. This includes completed quests as well as Path Companion info. This should be sent when the player zones into the inn.

Opcode - 0x1A3
Source - Server
Data Size - 0x130 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 byte 1 Bytes unknown
0x01 uint16 2 Bytes unknown Set to 0x2.
0x03 byte 1 Bytes unknown Set to 0x0.
0x04 uint32 1 Bytes sNpcActorIdOffset The offset from the base Actor Class ID used to define what the player's Path Companion looks like.
0x08 byte 1 Bytes sNpcSkin The skin color of the Path Companion.
0x09 byte 1 Bytes sNpcPersonality The personality of the Path Companion.
0x109 bitstream 21 Bytes completedQuest A bit stream of all the completed quests the player had done, which let's the player view their respective cutscenes.

Visual Layout

Packet Data Layout
0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF
0x00 00 02 00 sNpcActorIdOffset sNpcSkin sNpcPersonality 00 00 00 00 00 00 00
0x10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x100 00 00 00 00 00 00 00 00 00
0x110 completedQuests
0x120
0x130
0x140