Difference between revisions of "Game Opcodes:Set Chocobo Ride"

From FFXIV Classic Wiki
Jump to: navigation, search
(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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sets the name of the Chocobo the player owns.
+
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
 
:; Opcode - 0x197
Line 16: Line 16:
 
|-
 
|-
 
| 0x00 || timestamp || 4 Bytes || rentalExpireTime || The time at which the rental will expire. If not renting, set to 0.
 
| 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.
 
| 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.
 
| 0x05 || byte || 1 Bytes || chocoboAppearance || Sets the barding on the chocobo.
 
|}
 
|}
Line 33: Line 35:
 
| colspan="1" style="background:#CEE0F2" | '''chocoboAppearance '''
 
| colspan="1" style="background:#CEE0F2" | '''chocoboAppearance '''
 
| 00 || 00
 
| 00 || 00
|-
 
! 0x10
 
 
|}
 
|}

Latest revision as of 15:39, 4 August 2018

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