mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 09:47:46 +00:00
Merge branch 'develop' of https://github.com/SapphireServer/Sapphire into develop
This commit is contained in:
commit
dc81999485
3 changed files with 12 additions and 11 deletions
|
@ -24,6 +24,9 @@ namespace Sapphire::Network::ActorControl
|
|||
SetStatus = 0x02,
|
||||
CastStart = 0x03,
|
||||
ToggleAggro = 0x04,
|
||||
/*!
|
||||
* param1 = ClassJob ID
|
||||
*/
|
||||
ClassJobChange = 0x05,
|
||||
DefeatMsg = 0x06,
|
||||
GainExpMsg = 0x07,
|
||||
|
@ -372,6 +375,12 @@ namespace Sapphire::Network::ActorControl
|
|||
EmoteReq = 0x1F4,
|
||||
EmoteCancel = 0x1F6,
|
||||
PersistentEmoteCancel = 0x1F7,
|
||||
/*!
|
||||
* param2 = pose ID
|
||||
* 0 = idle pose 0 (just standing)
|
||||
* 1 = idle pose 1
|
||||
* 2-4 = idle poses 2-4
|
||||
*/
|
||||
PoseChange = 0x1F9,
|
||||
PoseReapply = 0x1FA,
|
||||
PoseCancel = 0x1FB,
|
||||
|
|
|
@ -111,8 +111,8 @@ namespace Sapphire::Network::Packets
|
|||
MailLetterNotification = 0x013A, // updated 5.0
|
||||
|
||||
MarketBoardItemListingCount = 0x013B, // updated 5.0
|
||||
MarketBoardItemListing = 0x013C, // updated 5.0
|
||||
MarketBoardItemListingHistory = 0x012A, // updated 4.5
|
||||
MarketBoardItemListing = 0x036A, // updated 5.1
|
||||
MarketBoardItemListingHistory = 0x0194, // updated 5.1
|
||||
MarketBoardSearchResult = 0x0139, // updated 4.5
|
||||
|
||||
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
||||
|
|
|
@ -322,15 +322,7 @@ namespace Sapphire::Network::Packets::Server
|
|||
bool hq;
|
||||
uint8_t materiaCount;
|
||||
uint8_t onMannequin;
|
||||
/**
|
||||
* 0x01 Limsa Lominsa
|
||||
* 0x02 Gridania
|
||||
* 0x03 Ul'dah
|
||||
* 0x04 Ishgard
|
||||
* 0x07 Kugane
|
||||
* 0x0A Crystarium
|
||||
*/
|
||||
uint8_t retainerCity;
|
||||
Common::Town marketCity;
|
||||
uint16_t dyeId;
|
||||
uint16_t padding3;
|
||||
uint32_t padding4;
|
||||
|
|
Loading…
Add table
Reference in a new issue