Game Opcodes:JobQuestCompleteTriple
From FFXIV Classic Wiki
Tells the client to fire the "onJobQuestComplete" series of functions for a given quest id, along with the typical completed job window with rewards and fanfare. Used on the completion of specific quests which do not involve an NPC interaction.
- TO-DO: Requires further documenting. Presumably has a few uint32s for detailing the quest reward window
- Opcode - 0x1A2
- Source - Server
- Data Size - Unknown bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | uint32 | 4 Bytes | questId | The id of a job quest |
0x04 | ??? |
Notes
- Will error/crash the client with either an improper quest id, or a quest id which doesn't include the specific functions it looks for.
Visual Layout
Packet Data Layout | ||||||||||||||||
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | questId | unk2 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | ||||||
0x10 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |