Game Opcodes:Set Status @ Index
From FFXIV Classic Wiki
Sets the status at the designated index, visible ingame by the targeting bar, not the personal status bar which is controlled via work values.
- Opcode - 0x177
- Source - Server
- Data Size - 8 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | int16 | 2 Bytes | Index | Which status slot to select. |
0x02 | int16 | 2 Bytes | Status | The id of the status to add to the slot. |
Notes
- Status value of 0x0000 to clear it.
Visual Layout
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | Index | Status |