1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 07:07:45 +00:00

Merge pull request #548 from NotAdam/develop

add some more director ids, add packet def for DirectorPopUp
This commit is contained in:
Mordred 2019-04-18 13:12:24 +02:00 committed by GitHub
commit af6eadd70c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View file

@ -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 >
{

View file

@ -26,7 +26,9 @@ namespace Sapphire::Event
PublicContent = 0x8004,
QuestBattle = 0x8006,
CompanyLeve = 0x8007,
TreasureHunt = 0x8009,
GoldSaucer = 0x800A,
CompanyCraftDirector = 0x800B,
DpsChallange = 0x800D,
Fate = 0x801A
};