Game Opcodes:Set Emnity Indicator

From FFXIV Classic Wiki
Revision as of 13:47, 3 August 2018 by Ioncannon (talk | contribs) (Created page with "Moves the actor's head to look at an XYZ position. The speed of the animation can be changed. :; Opcode - 0x195 :; Source - Server :; Data Size - 0x08 bytes :; Requirements -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Moves the actor's head to look at an XYZ position. The speed of the animation can be changed.

Opcode - 0x195
Source - Server
Data Size - 0x08 bytes
Requirements - Source actor ID must set (where is emnity coming from).

Data

Offset Data Type Length Variable Description
0x00 uint32 4 Bytes targetActorID The actor that has the most hate currently.
0x04 uint32 4 Bytes hateAmount Sets the percentage of hate this actor has.

Visual Layout

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