Difference between revisions of "Game Opcodes:Set Dalamud Phase"

From FFXIV Classic Wiki
Jump to: navigation, search
Line 15: Line 15:
 
|-
 
|-
 
| 0x00 || byte || 1 Bytes || dalamudPhase || The size of Dalamud to set to. Valid numbers are 0-7 and -1 turns it off.
 
| 0x00 || byte || 1 Bytes || dalamudPhase || The size of Dalamud to set to. Valid numbers are 0-7 and -1 turns it off.
 +
|}
 +
 +
== Visual Layout ==
 +
 +
{| class="wikitable" style="border:1px solid black; text-align:center;"
 +
|
 +
! 0x0 !! 0x1 !! 0x2 !! 0x3 !! 0x4 !! 0x5 !! 0x6 !! 0x7 !! 0x8 !! 0x9 !! 0xA !! 0xB !! 0xC !! 0xD !! 0xE !! 0xF
 +
|-
 +
! 0x00
 +
| colspan="4" style="background:#CEE0F2" | '''dalamudPhase '''
 +
| 00 || 00 || 00 || 00
 
|}
 
|}

Revision as of 20:07, 27 March 2018

Sets the size of Dalamud or turns it off.

Opcode - 0x010
Data Size - 8 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 byte 1 Bytes dalamudPhase The size of Dalamud to set to. Valid numbers are 0-7 and -1 turns it off.

Visual Layout

0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF
0x00 dalamudPhase 00 00 00 00