Difference between revisions of "Game Opcodes:Set Chocobo Ride"
From FFXIV Classic Wiki
(Created page with "Sets the name of the Chocobo the player owns. :; Opcode - 0x197 :; Source - Server :; Data Size - 0x8 bytes :; Requirements - ??? == Data == {| class="wikitable sortable" w...") |
(→Visual Layout) |
||
Line 33: | Line 33: | ||
| colspan="1" style="background:#CEE0F2" | '''chocoboAppearance ''' | | colspan="1" style="background:#CEE0F2" | '''chocoboAppearance ''' | ||
| 00 || 00 | | 00 || 00 | ||
− | |||
− | |||
|} | |} |
Revision as of 15:38, 4 August 2018
Sets the name of the Chocobo the player owns.
- Opcode - 0x197
- Source - Server
- Data Size - 0x8 bytes
- Requirements - ???
Data
Offset | Data Type | Length | Variable | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | timestamp | 4 Bytes | rentalExpireTime | The time at which the rental will expire. If not renting, set to 0. | 0x04 | byte | 1 Bytes | rentalMinutesLeft | The minutes left for the current rental. Used for the worldMaster message. If not renting, set to 0. | 0x05 | byte | 1 Bytes | chocoboAppearance | Sets the barding on the chocobo. |
Visual Layout
Packet Data Layout | ||||||||||||||||
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | rentalExpireTime | rentalMinutesLeft | chocoboAppearance | 00 | 00 |