Game Opcodes:Set Actor Icon (ChangeActorExtraStat)

From FFXIV Classic Wiki
Revision as of 14:03, 3 August 2018 by Ioncannon (talk | contribs) (Created page with "Changes the LUA player object's <code>NetStatSystem</code> values. Used to set the AFK and GM icons. :; Opcode - 0x145 :; Source - Server :; Data Size - 0x8 bytes :; Requirem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Changes the LUA player object's NetStatSystem values. Used to set the AFK and GM icons.

Opcode - 0x145
Source - Server
Data Size - 0x8 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x03 byte 1 Bytes netStatSystem Sets the NetStatSystem value. Valid values are: 0x1 - AFK Icon, 0x2 - GM Icon.

Visual Layout

Packet Data layout
0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF
0x00 00 00 netStatSystem 00 00 00 00