Difference between revisions of "Game Opcodes:Group Begin"
From FFXIV Classic Wiki
(Created page with "Begin sending the member entries for this group. :; Opcode - 0x17D :; Source - Server :; Data Size - 0x20 bytes :; Requirements - None == Data == {| class="wikitable sortab...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Begin sending the member entries for this group. | + | Begin sending the member entries for this group. Paired with [[Game Opcodes:Group End]]. |
:; Opcode - 0x17D | :; Opcode - 0x17D | ||
Line 43: | Line 43: | ||
| 00 || 00 || 00 || 00 | | 00 || 00 || 00 || 00 | ||
|} | |} | ||
− | |||
− |
Latest revision as of 18:12, 29 May 2024
Begin sending the member entries for this group. Paired with Game Opcodes:Group End.
- Opcode - 0x17D
- Source - Server
- Data Size - 0x20 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | uint64 | 8 Bytes | locationCode | The place id this group is in (???). |
0x08 | uint64 | 8 Bytes | sequenceId | This ID must have not been used before; and match later packets in this sequence. |
0x10 | uint64 | 8 Bytes | groupIndex | The groupId for this group. |
0x18 | uint32 | 4 Bytes | numMembers | The number of members in this group. |
Notes
Visual Layout
Game Opcode layout | ||||||||||||||||
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | locationCode | sequenceId | ||||||||||||||
0x10 | groupIndex | numMembers | 00 | 00 | 00 | 00 |