Game Opcodes:Set Chocobo Ride
From FFXIV Classic Wiki
Sets the rental properties and the appearance of the chocobo once the player's state is set to 15. If not renting, values are set to 0.
- 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 |