mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +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,
|
ToggleOrchestrionUnlock = 0x396,
|
||||||
Dismount = 0x3A0,
|
Dismount = 0x3A0,
|
||||||
|
|
||||||
|
// Duty Recorder
|
||||||
|
BeginReplayAck = 0x3A1,
|
||||||
|
EndReplayAck = 0x3A2,
|
||||||
|
|
||||||
// PvP Duel
|
// PvP Duel
|
||||||
SetPvPState = 0x5E0, // param3 must be 6 to engage a duel (hardcoded in the client)
|
SetPvPState = 0x5E0, // param3 must be 6 to engage a duel (hardcoded in the client)
|
||||||
EndDuelSession = 0x5E1, // because someone went oob?
|
EndDuelSession = 0x5E1, // because someone went oob?
|
||||||
|
|
|
@ -104,6 +104,9 @@ enum ClientTrigger
|
||||||
|
|
||||||
OpenPerformInstrumentUI = 0x71C,
|
OpenPerformInstrumentUI = 0x71C,
|
||||||
|
|
||||||
|
StartReplay = 0x7BC,
|
||||||
|
EndReplay = 0x7BD, // request for restoring the original player state (actor, buff, gauge, etc..)
|
||||||
|
|
||||||
OpenDuelUI = 0x898, // Open a duel ui
|
OpenDuelUI = 0x898, // Open a duel ui
|
||||||
DuelRequestResult = 0x899, // either accept/reject
|
DuelRequestResult = 0x899, // either accept/reject
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue