Difference between revisions of "Game Opcodes:Set Actor Icon (ChangeActorExtraStat)"

From FFXIV Classic Wiki
Jump to: navigation, search
(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...")
 
(Visual Layout)
Line 29: Line 29:
 
| 00 || 00
 
| 00 || 00
 
| colspan="1" style="background:#8FA6E8" | '''netStatSystem'''
 
| colspan="1" style="background:#8FA6E8" | '''netStatSystem'''
| 00 || 00 || 00 || 00
+
| 00 || 00 || 00 || 00 || 00  
 
|}
 
|}
  
 
[[Category:Unfinished]]
 
[[Category:Unfinished]]

Revision as of 14:04, 3 August 2018

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 00