mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
replay def
This commit is contained in:
parent
506ecfc19b
commit
1696a292e5
2 changed files with 8 additions and 1 deletions
|
@ -587,6 +587,10 @@ namespace Common {
|
|||
ToggleOrchestrionUnlock = 0x396,
|
||||
Dismount = 0x3A0,
|
||||
|
||||
// Duty Recorder
|
||||
BeginReplayAck = 0x3A1,
|
||||
EndReplayAck = 0x3A2,
|
||||
|
||||
// PvP Duel
|
||||
SetPvPState = 0x5E0, // param3 must be 6 to engage a duel (hardcoded in the client)
|
||||
EndDuelSession = 0x5E1, // because someone went oob?
|
||||
|
|
|
@ -72,7 +72,7 @@ enum ClientTrigger
|
|||
HuntingLogDetails = 0x194,
|
||||
|
||||
Timers = 0x1AB,
|
||||
|
||||
|
||||
DyeItem = 0x1B5,
|
||||
|
||||
RequestChocoboInventory = 0x1C4,
|
||||
|
@ -104,6 +104,9 @@ enum ClientTrigger
|
|||
|
||||
OpenPerformInstrumentUI = 0x71C,
|
||||
|
||||
StartReplay = 0x7BC,
|
||||
EndReplay = 0x7BD, // request for restoring the original player state (actor, buff, gauge, etc..)
|
||||
|
||||
OpenDuelUI = 0x898, // Open a duel ui
|
||||
DuelRequestResult = 0x899, // either accept/reject
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue