mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
update DirectorPopUp2
This commit is contained in:
parent
a2a1afc92a
commit
94653a6739
2 changed files with 6 additions and 10 deletions
|
@ -234,7 +234,7 @@ enum ServerZoneIpcType :
|
||||||
DirectorMsg4 = 0x3A9, // updated 6.58 hotfix 2
|
DirectorMsg4 = 0x3A9, // updated 6.58 hotfix 2
|
||||||
DirectorMsg8 = 0xF28A, // updated 5.18
|
DirectorMsg8 = 0xF28A, // updated 5.18
|
||||||
DirectorMsg16 = 0xF28C, // updated 5.18
|
DirectorMsg16 = 0xF28C, // updated 5.18
|
||||||
DirectorPopUp = 0xF3DF, // updated 5.58h
|
DirectorPopUp2 = 0x300, // updated 6.58 hotfix 2
|
||||||
DirectorPopUp4 = 0xF19B, // updated 5.58h
|
DirectorPopUp4 = 0xF19B, // updated 5.58h
|
||||||
DirectorPopUp8 = 0xF271, // updated 5.58h
|
DirectorPopUp8 = 0xF271, // updated 5.58h
|
||||||
|
|
||||||
|
|
|
@ -1789,23 +1789,19 @@ namespace Sapphire::Network::Packets::Server
|
||||||
uint16_t u28;
|
uint16_t u28;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct FFXIVIpcDirectorPopUp : FFXIVIpcBasePacket< DirectorPopUp >
|
struct FFXIVIpcDirectorPopUp2 : FFXIVIpcBasePacket< DirectorPopUp2 >
|
||||||
{
|
{
|
||||||
uint32_t directorId;
|
uint32_t directorId;
|
||||||
uint16_t pad1[2];
|
uint16_t pad1[2];
|
||||||
uint64_t sourceActorId;
|
uint64_t sourceActorId;
|
||||||
/*!
|
|
||||||
* 2 = green text in log
|
|
||||||
*/
|
|
||||||
uint8_t flags;
|
|
||||||
uint8_t pad2[3];
|
|
||||||
uint32_t bNPCName;
|
|
||||||
uint32_t textId;
|
uint32_t textId;
|
||||||
uint32_t popupTimeMs;
|
uint32_t popupTimeMs;
|
||||||
uint32_t param[6];
|
uint32_t bNPCName;
|
||||||
|
uint8_t flags; // 2 = green text in log
|
||||||
|
uint8_t pad2[3];
|
||||||
|
uint32_t param[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
struct FFXIVIpcActorGauge : FFXIVIpcBasePacket< ActorGauge >
|
struct FFXIVIpcActorGauge : FFXIVIpcBasePacket< ActorGauge >
|
||||||
{
|
{
|
||||||
uint8_t classJobId;
|
uint8_t classJobId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue