mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
NpcSpawn findings and added info on actrl 0x73A
This commit is contained in:
parent
1cc0573e66
commit
c4d8117743
2 changed files with 3 additions and 2 deletions
|
@ -289,7 +289,7 @@ enum ActorControlType : uint16_t
|
|||
SetDutyActionActive = 0x5EA,
|
||||
SetDutyActionRemaining = 0x5EB,
|
||||
|
||||
EurekaStep = 0x73A, // alters the Eureka maps depending on the progress of the player
|
||||
EurekaStep = 0x73A, // alters the progress of the player on Eureka (is used for all the eureka zones)
|
||||
};
|
||||
|
||||
enum ClientTriggerType
|
||||
|
|
|
@ -610,7 +610,8 @@ namespace Sapphire::Network::Packets::Server
|
|||
uint8_t mountFeet;
|
||||
uint8_t mountColor;
|
||||
uint8_t scale;
|
||||
uint32_t u29b;
|
||||
uint16_t elementalLevel; // Eureka
|
||||
uint16_t element; // Eureka
|
||||
uint32_t u30b;
|
||||
Common::StatusEffect effect[30];
|
||||
Common::FFXIVARR_POSITION3 pos;
|
||||
|
|
Loading…
Add table
Reference in a new issue