Difference between revisions of "Game Opcodes:SetEventStatus"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "Sets if this event is currently enabled. :; Opcode - 0x136 :; Source - Server :; Data Size - 0x48 bytes :; Requirements - None == Data == {| class="wikitable sortable" widt...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
| 0x00 || uint32 || 4 Bytes || enabled || If set to 0, the event won't fire. If set to 1, it will.
 
| 0x00 || uint32 || 4 Bytes || enabled || If set to 0, the event won't fire. If set to 1, it will.
 
|-
 
|-
| 0x04 || byte || 1 Bytes || unknown || Seems to match other event bytes before the event name. Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 5 (NoticeEvent).
+
| 0x04 || byte || 1 Bytes || eventType || Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 3 (EmoteDefault1), 5 (NoticeEvent).  
 
|-
 
|-
 
| 0x05 || string || 32 Bytes || eventName || The event name being set.
 
| 0x05 || string || 32 Bytes || eventName || The event name being set.
Line 34: Line 34:
 
! 0x00
 
! 0x00
 
| colspan="4" style="background:#8FA6E8" | ''' enabled '''
 
| colspan="4" style="background:#8FA6E8" | ''' enabled '''
| colspan="1" style="background:#8FA6E8" | ''' unknown '''
+
| colspan="1" style="background:#AA66E8" | ''' eventType '''
 
| colspan="11" style="background:#f1cbff" |  
 
| colspan="11" style="background:#f1cbff" |  
 
|-
 
|-
Line 41: Line 41:
 
|-
 
|-
 
! 0x20
 
! 0x20
| colspan="8" style="background:#f1cbff" |  
+
| colspan="5" style="background:#f1cbff" |  
|-
+
| 00 || 00 || 00
! 0x30
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x40
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x50
 
| colspan="16" style="background:#8FA6E8" | '''luaArgs '''
 
|-
 
! 0x60
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x70
 
| colspan="16" style="background:#8FA6E8" | ''' '''
 
|-
 
! 0x80
 
| colspan="9" style="background:#8FA6E8" | ''' '''
 
| 00 || 00 || 00 || 00 || 00 || 00 || 00  
 
 
|}
 
|}
 
[[Category:Unfinished]]
 

Latest revision as of 18:36, 28 May 2024

Sets if this event is currently enabled.

Opcode - 0x136
Source - Server
Data Size - 0x48 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
0x00 uint32 4 Bytes enabled If set to 0, the event won't fire. If set to 1, it will.
0x04 byte 1 Bytes eventType Seen values 0 (CommandContent), 1 (TalkEvent), 2 (PushDefault), 3 (EmoteDefault1), 5 (NoticeEvent).
0x05 string 32 Bytes eventName The event name being set.

Notes

Visual Layout

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