Game Opcodes:Event Start Request

From FFXIV Classic Wiki
Revision as of 23:05, 22 June 2019 by Ioncannon (talk | contribs) (Created page with "Sent by the client when the player triggers an event; either talking to an npc, touching a push event, or it triggering by a kick event packet. :; Opcode - 0x12D :; Source -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sent by the client when the player triggers an event; either talking to an npc, touching a push event, or it triggering by a kick event packet.

Opcode - 0x12D
Source - Client
Data Size - 0xB8 bytes
Requirements - Triggering an event.

Data

Offset Data Type Length Variable Description
0x00 actorID 4 Bytes triggeringActorID The actor that triggered this event.
0x04 actorID 4 Bytes ownerActorID The actor that owns this event.
0x08 int32 4 Bytes unknown
0x0C int32 4 Bytes unknown
0x10 byte 1 Bytes type? Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 5 (NoticeEvent).
0x11 string 32 Bytes eventName The name of the event that has fired.
0x31 luaParams 128 Bytes luaParams Any params this event might send.

Notes

  • 0xC0000000 is sent if the current target is cleared (no target selected).