mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
add some more director ids, add packet def for DirectorPopUp
This commit is contained in:
parent
a03bcd6bfc
commit
ef1188cbe6
2 changed files with 18 additions and 0 deletions
|
@ -1550,6 +1550,22 @@ namespace Sapphire::Network::Packets::Server
|
|||
uint16_t u28;
|
||||
};
|
||||
|
||||
struct FFXIVIpcDirectorPopUp : FFXIVIpcBasePacket< DirectorPopUp >
|
||||
{
|
||||
uint32_t directorId;
|
||||
uint16_t pad1[2];
|
||||
uint64_t sourceActorId;
|
||||
/*!
|
||||
* 2 = green text in log
|
||||
*/
|
||||
uint8_t flags;
|
||||
uint8_t pad2[3];
|
||||
uint32_t bNPCName;
|
||||
uint32_t textId;
|
||||
uint32_t popupTimeMs;
|
||||
uint32_t pad3[4];
|
||||
};
|
||||
|
||||
|
||||
struct FFXIVIpcActorGauge : FFXIVIpcBasePacket< ActorGauge >
|
||||
{
|
||||
|
|
|
@ -26,7 +26,9 @@ namespace Sapphire::Event
|
|||
PublicContent = 0x8004,
|
||||
QuestBattle = 0x8006,
|
||||
CompanyLeve = 0x8007,
|
||||
TreasureHunt = 0x8009,
|
||||
GoldSaucer = 0x800A,
|
||||
CompanyCraftDirector = 0x800B,
|
||||
DpsChallange = 0x800D,
|
||||
Fate = 0x801A
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue