mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
commit
4f16667765
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?
|
||||||
|
|
|
@ -72,7 +72,7 @@ enum ClientTrigger
|
||||||
HuntingLogDetails = 0x194,
|
HuntingLogDetails = 0x194,
|
||||||
|
|
||||||
Timers = 0x1AB,
|
Timers = 0x1AB,
|
||||||
|
|
||||||
DyeItem = 0x1B5,
|
DyeItem = 0x1B5,
|
||||||
|
|
||||||
RequestChocoboInventory = 0x1C4,
|
RequestChocoboInventory = 0x1C4,
|
||||||
|
@ -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