Difference between revisions of "Game Opcodes:EndClientOrderEvent"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "Ends a currently running event. :; Opcode - 0x131 :; Source - Server :; Data Size - 0x50 bytes :; Requirements - None == Data == {| class="wikitable sortable" width="100%"...")
 
(Data)
 
(9 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
| 0x00 || actorID || 4 Bytes || playerActorID || The actor id of the player ending this event.
 
| 0x00 || actorID || 4 Bytes || playerActorID || The actor id of the player ending this event.
 
|-
 
|-
| 0x02 || uint32 || 4 Bytes || unknown ||
+
| 0x04 || uint32 || 4 Bytes || unknown || Might be unused? Always 0 so far.
 
|-
 
|-
| 0x09 || byte || 1 Bytes || unknown ||
+
| 0x08 || byte || 1 Bytes || eventType || Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 3 (EmoteDefault1), 5 (NoticeEvent).
 
|-
 
|-
| 0x0A || string || 32 Bytes || eventName || The name of the event that is being ended.
+
| 0x09 || string || 32 Bytes || eventName || The name of the event that is being ended.
 
|}
 
|}
  
 
== Notes ==
 
== Notes ==
 
:* Unknown 1 & 2 is used in a bunch of places. Unknown what it is.
 
:* The first constructor param is always the classpath to the lua script file.
 
  
 
== Visual Layout ==
 
== Visual Layout ==
Line 37: Line 34:
 
! 0x0 !! 0x1 !! 0x2 !! 0x3 !! 0x4 !! 0x5 !! 0x6 !! 0x7 !! 0x8 !! 0x9 !! 0xA !! 0xB !! 0xC !! 0xD !! 0xE !! 0xF
 
! 0x0 !! 0x1 !! 0x2 !! 0x3 !! 0x4 !! 0x5 !! 0x6 !! 0x7 !! 0x8 !! 0x9 !! 0xA !! 0xB !! 0xC !! 0xD !! 0xE !! 0xF
 
|-
 
|-
! 0x000
+
! 0x00
| colspan="2" style="background:#8FA6E8" | '''unknown '''
+
| colspan="4" style="background:#8FA6E8" | '''actorID'''
| colspan="2" style="background:#8FA6E8" | '''unknown '''
+
| colspan="4" style="background:#8FA6E8" | '''unknown'''
| colspan="12" style="background:#f1cbff" | ''' '''
+
| colspan="1" style="background:#8FA6E8" | '''eventType'''
|-
+
| colspan="7" style="background:#f1cbff" |  
! 0x010
 
| colspan="16" style="background:#f1cbff" | '''actorName'''
 
|-
 
! 0x020
 
| colspan="4" style="background:#f1cbff" | '''''
 
| colspan="12" style="background:#CEE0F2" | ''' '''
 
|-
 
! 0x030
 
| colspan="16" style="background:#CEE0F2" | '''className'''
 
|-
 
! 0x040
 
| colspan="4" style="background:#CEE0F2" | ''' '''
 
| colspan="12" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x050
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x060
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x070
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x080
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x090
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x0A0
 
| colspan="16" style="background:#8FA6E8" | ''' params '''
 
|-
 
! 0x0B0
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x0C0
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x0D0
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x0E0
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x0F0
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x100
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
 
|-
 
|-
! 0x110
+
! 0x10
| colspan="16" style="background:#8FA6E8" | ''' '''
+
| colspan="16" style="background:#f1cbff" | '''eventName'''
 
|-
 
|-
! 0x120
+
! 0x20
| colspan="16" style="background:#8FA6E8" | ''' '''
+
| colspan="9" style="background:#f1cbff" |  
 
|}
 
|}
  
 
[[Category:Unfinished]]
 
[[Category:Unfinished]]

Latest revision as of 11:16, 5 July 2019

Ends a currently running event.

Opcode - 0x131
Source - Server
Data Size - 0x50 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 actorID 4 Bytes playerActorID The actor id of the player ending this event.
0x04 uint32 4 Bytes unknown Might be unused? Always 0 so far.
0x08 byte 1 Bytes eventType Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 3 (EmoteDefault1), 5 (NoticeEvent).
0x09 string 32 Bytes eventName The name of the event that is being ended.

Notes

Visual Layout

Game Opcode layout
0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF
0x00 actorID unknown eventType
0x10 eventName
0x20