From db005e874de2e83d82494a6066d7acce47ec2f15 Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:18:57 -0700 Subject: [PATCH] Update ServerZoneIpcTypes for 6.38 --- src/common/Network/PacketDef/Ipcs.h | 330 ++++++++++++++-------------- 1 file changed, 165 insertions(+), 165 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index c27ad476..61936e63 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -43,81 +43,81 @@ namespace Sapphire::Network::Packets */ enum ServerZoneIpcType : uint16_t { - Ping = 0x2f7, // updated 6.35 - Init = 0xa9, // updated 6.35 + Ping = 0x2c6, // updated 6.38 + Init = 0x37b, // updated 6.38 - ActorFreeSpawn = 0xcd, // updated 6.35 + ActorFreeSpawn = 0x3a2, // updated 6.38 - InitZone = 0x37d, // updated 6.35 - PrepareZoning = 0x99, // updated 6.35 + InitZone = 0x1fe, // updated 6.38 + PrepareZoning = 0x267, // updated 6.38 - EffectResult = 0x37b, // updated 6.35 - EffectResultBasic = 0x1fb, // updated 6.35 + EffectResult = 0x3b5, // updated 6.38 + EffectResultBasic = 0x2c4, // updated 6.38 - ActorControl = 0x1bb, // updated 6.35 - ActorControlTarget = 0x19d, // updated 6.35 - ActorControlSelf = 0x228, // updated 6.35 - ActorCast = 0x291, // updated 6.35 - ActorSetPos = 0x2e5, // updated 6.35 - ActorMove = 0xb4, // updated 6.35 - ActorGauge = 0x376, // updated 6.35 + ActorControl = 0x2c2, // updated 6.38 + ActorControlTarget = 0x1b8, // updated 6.38 + ActorControlSelf = 0x256, // updated 6.38 + ActorCast = 0x15f, // updated 6.38 + ActorSetPos = 0x2f0, // updated 6.38 + ActorMove = 0x25b, // updated 6.38 + ActorGauge = 0x136, // updated 6.38 /*! * @brief Used when resting */ - UpdateHpMpTp = 0x394, // updated 6.35 - UpdateClassInfo = 0x20a, // updated 6.35 + UpdateHpMpTp = 0x268, // updated 6.38 + UpdateClassInfo = 0x2f7, // updated 6.38 /////////////////////////////////////////////////// ChatBanned = 0xF06B, - Playtime = 0x301, // updated 6.35 - Logout = 0x181, // updated 6.35 - CFNotify = 0x3c6, // updated 6.35 + Playtime = 0xa3, // updated 6.38 + Logout = 0x146, // updated 6.38 + CFNotify = 0x38a, // updated 6.38 CFMemberStatus = 0x0079, - CFDutyInfo = 0x3ae, // updated 6.35 + CFDutyInfo = 0x21d, // updated 6.38 CFPlayerInNeed = 0xF07F, - CFPreferredRole = 0x2aa, // updated 6.35 - CFCancel = 0x206, // updated 6.35 + CFPreferredRole = 0xbb, // updated 6.38 + CFCancel = 0x227, // updated 6.38 SocialRequestError = 0xF0AD, CFRegistered = 0x029F, // updated 5.58h - SocialRequestResponse = 0x33b, // updated 6.35 + SocialRequestResponse = 0x397, // updated 6.38 SocialMessage = 0x03CB, // updated 5.58h SocialMessage2 = 0x01D7, // updated 5.58h CancelAllianceForming = 0xF0C6, // updated 4.2 - LogMessage = 0xea, // updated 6.35 + LogMessage = 0x30f, // updated 6.38 - Chat = 0x118, // updated 6.35 + Chat = 0x1e4, // updated 6.38 PartyChat = 0x0065, WorldVisitList = 0xF0FE, // added 4.5 - SocialList = 0x222, // updated 6.35 + SocialList = 0x219, // updated 6.38 - ExamineSearchInfo = 0xf9, // updated 6.35 - UpdateSearchInfo = 0x2b8, // updated 6.35 - InitSearchInfo = 0x17c, // updated 6.35 - ExamineSearchComment = 0x3a7, // updated 6.35 + ExamineSearchInfo = 0x213, // updated 6.38 + UpdateSearchInfo = 0x3dc, // updated 6.38 + InitSearchInfo = 0x1eb, // updated 6.38 + ExamineSearchComment = 0x357, // updated 6.38 - ServerNoticeShort = 0x0333, // updated 5.58h - ServerNotice = 0x13a, // updated 6.35 - SystemLogMessage = 0xf7, // updated 6.35 - SetOnlineStatus = 0x233, // updated 6.35 + ServerNoticeShort = 0x0333, // updated 5.58h + ServerNotice = 0x92, // updated 6.38 + SystemLogMessage = 0x1a6, // updated 6.38 + SetOnlineStatus = 0x2e9, // updated 6.38 - CountdownInitiate = 0x23e, // updated 6.35 - CountdownCancel = 0x365, // updated 6.35 + CountdownInitiate = 0x3b0, // updated 6.38 + CountdownCancel = 0x194, // updated 6.38 - PlayerAddedToBlacklist = 0x1fe, // updated 6.35 - PlayerRemovedFromBlacklist = 0x19a, // updated 6.35 - BlackList = 0xd2, // updated 6.35 + PlayerAddedToBlacklist = 0x2e6, // updated 6.38 + PlayerRemovedFromBlacklist = 0x2b5, // updated 6.38 + BlackList = 0xde, // updated 6.38 - LinkshellList = 0x225, // updated 6.35 - CrossWorldLinkshellList = 0x2d7, // updated 6.35 - FellowshipList = 0x34c, // updated 6.35 + LinkshellList = 0x241, // updated 6.38 + CrossWorldLinkshellList = 0x240, // updated 6.38 + FellowshipList = 0x26d, // updated 6.38 - MailDeleteRequest = 0x223, // updated 6.35 + MailDeleteRequest = 0x1b7, // updated 6.38 // 12D - 137 - constant gap between 4.5x -> 5.0 ReqMoogleMailList = 0xF138, // updated 5.0 @@ -126,111 +126,111 @@ namespace Sapphire::Network::Packets MarketTaxRates = 0x01F8, // updated 5.35h - MarketBoardSearchResult = 0x31e, // updated 6.35 - MarketBoardItemListingCount = 0x32e, // updated 6.35 - MarketBoardItemListingHistory = 0x3b1, // updated 6.35 - MarketBoardItemListing = 0x3cb, // updated 6.35 - MarketBoardPurchase = 0x243, // updated 6.35 - ItemMarketBoardInfo = 0x130, // updated 6.35 + MarketBoardSearchResult = 0xea, // updated 6.38 + MarketBoardItemListingCount = 0x174, // updated 6.38 + MarketBoardItemListingHistory = 0x3cd, // updated 6.38 + MarketBoardItemListing = 0x379, // updated 6.38 + MarketBoardPurchase = 0x370, // updated 6.38 + ItemMarketBoardInfo = 0x209, // updated 6.38 - CharaFreeCompanyTag = 0x013B, // updated 4.5 - FreeCompanyBoardMsg = 0x03DB, // updated 5.58h - FreeCompanyInfo = 0x177, // updated 6.35 - FreeCompanyDialog = 0xac, // updated 6.35 - ExamineFreeCompanyInfo = 0xf1, // updated 6.35 + CharaFreeCompanyTag = 0x013B, // updated 4.5 + FreeCompanyBoardMsg = 0x03DB, // updated 5.58h + FreeCompanyInfo = 0x199, // updated 6.38 + FreeCompanyDialog = 0x1d6, // updated 6.38 + ExamineFreeCompanyInfo = 0x29a, // updated 6.38 FreeCompanyUpdateShortMessage = 0xF157, // added 5.0 - StatusEffectList = 0x2d4, // updated 6.35 - EurekaStatusEffectList = 0x3d0, // updated 6.35 - BossStatusEffectList = 0x35d, // updated 6.35 - StatusEffectList2 = 0x3de, // updated 6.35 - StatusEffectList3 = 0x123, // updated 6.35 - Effect = 0xd4, // updated 6.35 - AoeEffect8 = 0x1a4, // updated 6.35 - AoeEffect16 = 0x1c9, // updated 6.35 - AoeEffect24 = 0x252, // updated 6.35 - AoeEffect32 = 0x2c8, // updated 6.35 - PersistantEffect = 0x123, // updated 6.35 + StatusEffectList = 0x317, // updated 6.38 + EurekaStatusEffectList = 0x23b, // updated 6.38 + BossStatusEffectList = 0xc8, // updated 6.38 + StatusEffectList2 = 0x30d, // updated 6.38 + StatusEffectList3 = 0x12b, // updated 6.38 + Effect = 0xfb, // updated 6.38 + AoeEffect8 = 0x2ef, // updated 6.38 + AoeEffect16 = 0x3c6, // updated 6.38 + AoeEffect24 = 0x97, // updated 6.38 + AoeEffect32 = 0x24b, // updated 6.38 + PersistantEffect = 0x12b, // updated 6.38 - PlaceFieldMarker = 0x160, // updated 6.35 - PlaceFieldMarkerPreset = 0x90, // updated 6.35 + PlaceFieldMarker = 0x354, // updated 6.38 + PlaceFieldMarkerPreset = 0x286, // updated 6.38 - GCAffiliation = 0x2df, // updated 6.35 + GCAffiliation = 0x264, // updated 6.38 - PlayerSpawn = 0x100, // updated 6.35 - NpcSpawn = 0x1c0, // updated 6.35 - NpcSpawn2 = 0x163, // updated 6.35 + PlayerSpawn = 0x94, // updated 6.38 + NpcSpawn = 0x269, // updated 6.38 + NpcSpawn2 = 0x196, // updated 6.38 SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18 - PartyList = 0x3bb, // updated 6.35 - PartyMessage = 0x27a, // updated 6.35 - HateRank = 0x17a, // updated 6.35 - HateList = 0x205, // updated 6.35 - ObjectSpawn = 0x1f4, // updated 6.35 - ObjectDespawn = 0x2cb, // updated 6.35 + PartyList = 0x186, // updated 6.38 + PartyMessage = 0x75, // updated 6.38 + HateRank = 0xe5, // updated 6.38 + HateList = 0x99, // updated 6.38 + ObjectSpawn = 0x2d1, // updated 6.38 + ObjectDespawn = 0x132, // updated 6.38 SilentSetClassJob = 0xF18E, // updated 5.0 - seems to be the case, not sure if it's actually used for anything - PlayerSetup = 0x27f, // updated 6.35 - PlayerStats = 0xee, // updated 6.35 - ActorOwner = 0x27f, // updated 6.35 - PlayerStateFlags = 0x32f, // updated 6.35 - PlayerClassInfo = 0x3af, // updated 6.35 - PlayerUpdateLook = 0x224, // updated 6.35 - CharaVisualEffect = 0x339, // updated 6.35 + PlayerSetup = 0x2bf, // updated 6.38 + PlayerStats = 0x2d8, // updated 6.38 + ActorOwner = 0x2bf, // updated 6.38 + PlayerStateFlags = 0x3e5, // updated 6.38 + PlayerClassInfo = 0x27b, // updated 6.38 + PlayerUpdateLook = 0x114, // updated 6.38 + CharaVisualEffect = 0x121, // updated 6.38 - ModelEquip = 0x381, // updated 6.35 - Examine = 0x3dc, // updated 6.35 - CharaNameReq = 0x1c4, // updated 6.35 + ModelEquip = 0x2e2, // updated 6.38 + Examine = 0x22f, // updated 6.38 + CharaNameReq = 0x170, // updated 6.38 // nb: see #565 on github UpdateRetainerItemSalePrice = 0xF19F, // updated 5.0 - RetainerSaleHistory = 0x79, // updated 6.35 - RetainerInformation = 0x168, // updated 6.35 + RetainerSaleHistory = 0x1e1, // updated 6.38 + RetainerInformation = 0x260, // updated 6.38 SetLevelSync = 0x1186, // not updated for 4.4, not sure what it is anymore - ItemInfo = 0x220, // updated 6.35 - ContainerInfo = 0x1ad, // updated 6.35 - InventoryTransactionFinish = 0x35b, // updated 6.35 - InventoryTransaction = 0x29f, // updated 6.35 - CurrencyCrystalInfo = 0x304, // updated 6.35 + ItemInfo = 0x34d, // updated 6.38 + ContainerInfo = 0x2e4, // updated 6.38 + InventoryTransactionFinish = 0x2fc, // updated 6.38 + InventoryTransaction = 0x31b, // updated 6.38 + CurrencyCrystalInfo = 0x39a, // updated 6.38 - InventoryActionAck = 0x256, // updated 6.35 - UpdateInventorySlot = 0x20d, // updated 6.35 + InventoryActionAck = 0x2cf, // updated 6.38 + UpdateInventorySlot = 0x335, // updated 6.38 - HuntingLogEntry = 0x204, // updated 6.35 + HuntingLogEntry = 0x2f3, // updated 6.38 - EventPlay = 0x17f, // updated 6.35 - EventPlay4 = 0xca, // updated 6.35 - EventPlay8 = 0x175, // updated 6.35 - EventPlay16 = 0x26a, // updated 6.35 - EventPlay32 = 0x74, // updated 6.35 - EventPlay64 = 0x255, // updated 6.35 - EventPlay128 = 0x330, // updated 6.35 - EventPlay255 = 0xdd, // updated 6.35 - EventStart = 0x8f, // updated 6.35 - EventFinish = 0x39a, // updated 6.35 + EventPlay = 0x284, // updated 6.38 + EventPlay4 = 0xe2, // updated 6.38 + EventPlay8 = 0x2c1, // updated 6.38 + EventPlay16 = 0x7f, // updated 6.38 + EventPlay32 = 0xd3, // updated 6.38 + EventPlay64 = 0xc1, // updated 6.38 + EventPlay128 = 0x29d, // updated 6.38 + EventPlay255 = 0x326, // updated 6.38 + EventStart = 0x8b, // updated 6.38 + EventFinish = 0x362, // updated 6.38 - EventContinue = 0xaf, // updated 6.35 + EventContinue = 0x33e, // updated 6.38 EventLinkshell = 0x1169, - QuestActiveList = 0x218, // updated 6.35 - QuestUpdate = 0x3c2, // updated 6.35 - QuestCompleteList = 0x29c, // updated 6.35 + QuestActiveList = 0xcf, // updated 6.38 + QuestUpdate = 0x17c, // updated 6.38 + QuestCompleteList = 0x2f2, // updated 6.38 - QuestFinish = 0x1a7, // updated 6.35 - MSQTrackerComplete = 0x2bc, // updated 6.35 + QuestFinish = 0x25c, // updated 6.38 + MSQTrackerComplete = 0x3bb, // updated 6.38 MSQTrackerProgress = 0xF1CD, // updated 4.5 ? this actually looks like the two opcodes have been combined, see #474 QuestMessage = 0x0220, // updated 5.58h - QuestTracker = 0x2b2, // updated 6.35 + QuestTracker = 0xa8, // updated 6.38 - Mount = 0x317, // updated 6.35 + Mount = 0x2df, // updated 6.38 - DirectorVars = 0x215, // updated 6.35 + DirectorVars = 0x1c7, // updated 6.38 SomeDirectorUnk1 = 0x0084, // updated 5.18 SomeDirectorUnk2 = 0xF0C1, // updated 5.18 SomeDirectorUnk4 = 0x03DD, // updated 5.58h @@ -242,67 +242,67 @@ namespace Sapphire::Network::Packets CFAvailableContents = 0xF1FD, // updated 4.2 - WeatherChange = 0x371, // updated 6.35 - PlayerTitleList = 0x2b5, // updated 6.35 - Discovery = 0x390, // updated 6.35 + WeatherChange = 0x17a, // updated 6.38 + PlayerTitleList = 0x2b3, // updated 6.38 + Discovery = 0x1f7, // updated 6.38 - EorzeaTimeOffset = 0x333, // updated 6.35 + EorzeaTimeOffset = 0x2bc, // updated 6.38 - EquipDisplayFlags = 0x22f, // updated 6.35 + EquipDisplayFlags = 0x248, // updated 6.38 MiniCactpotInit = 0x0286, // added 5.31 ShopMessage = 0x0287, // updated 5.58h - LootMessage = 0x216, // updated 6.35 - ResultDialog = 0x125, // updated 6.35 - DesynthResult = 0x1da, // updated 6.35 + LootMessage = 0x65, // updated 6.38 + ResultDialog = 0x113, // updated 6.38 + DesynthResult = 0x308, // updated 6.38 /// Housing ////////////////////////////////////// - LandSetInitialize = 0x35a, // updated 6.35 - LandUpdate = 0x1d6, // updated 6.35 - LandAvailability = 0x33c, // updated 6.35 - YardObjectSpawn = 0x231, // updated 6.35 - HousingIndoorInitialize = 0x33a, // updated 6.35 - LandPriceUpdate = 0x33f, // updated 6.35 - LandInfoSign = 0x245, // updated 6.35 - LandRename = 0x10a, // updated 6.35 - HousingEstateGreeting = 0x26f, // updated 6.35 - HousingUpdateLandFlagsSlot = 0x3aa, // updated 6.35 - HousingLandFlags = 0x124, // updated 6.35 - HousingShowEstateGuestAccess = 0x332, // updated 6.35 + LandSetInitialize = 0xd4, // updated 6.38 + LandUpdate = 0x151, // updated 6.38 + LandAvailability = 0x81, // updated 6.38 + YardObjectSpawn = 0x3b9, // updated 6.38 + HousingIndoorInitialize = 0x271, // updated 6.38 + LandPriceUpdate = 0x215, // updated 6.38 + LandInfoSign = 0xa9, // updated 6.38 + LandRename = 0x22c, // updated 6.38 + HousingEstateGreeting = 0xa7, // updated 6.38 + HousingUpdateLandFlagsSlot = 0x177, // updated 6.38 + HousingLandFlags = 0x3ba, // updated 6.38 + HousingShowEstateGuestAccess = 0x2ec, // updated 6.38 - HousingObjectInitialize = 0x167, // updated 6.35 - HousingInternalObjectSpawn = 0xc2, // updated 6.35 + HousingObjectInitialize = 0xc7, // updated 6.38 + HousingInternalObjectSpawn = 0x1d3, // updated 6.38 - HousingWardInfo = 0x1b5, // updated 6.35 - HousingObjectMove = 0x14a, // updated 6.35 - HousingObjectDye = 0xa1, // updated 6.35 + HousingWardInfo = 0x28e, // updated 6.38 + HousingObjectMove = 0x282, // updated 6.38 + HousingObjectDye = 0x3ce, // updated 6.38 - SharedEstateSettingsResponse = 0x1ff, // updated 6.35 + SharedEstateSettingsResponse = 0x3a0, // updated 6.38 - LandUpdateHouseName = 0x1f7, // updated 6.35 - LandSetMap = 0x30d, // updated 6.35 + LandUpdateHouseName = 0x1a7, // updated 6.38 + LandSetMap = 0x1b0, // updated 6.38 - CeremonySetActorAppearance = 0x368, // updated 6.35 + CeremonySetActorAppearance = 0x1a9, // updated 6.38 ////////////////////////////////////////////////// DuelChallenge = 0x0277, // 4.2; this is responsible for opening the ui - PerformNote = 0xc6, // updated 6.35 + PerformNote = 0xb3, // updated 6.38 DutyGauge = 0x02E5, // updated 5.58h // daily quest info -> without them sent, login will take longer... - DailyQuests = 0x98, // updated 6.35 - DailyQuestRepeatFlags = 0x2a1, // updated 6.35 + DailyQuests = 0x21f, // updated 6.38 + DailyQuestRepeatFlags = 0x184, // updated 6.38 - MapUpdate = 0x15c, // updated 6.35 - MapUpdate4 = 0x2fc, // updated 6.35 - MapUpdate8 = 0xf4, // updated 6.35 - MapUpdate16 = 0x320, // updated 6.35 - MapUpdate32 = 0x3e5, // updated 6.35 - MapUpdate64 = 0x199, // updated 6.35 - MapUpdate128 = 0x312, // updated 6.35 + MapUpdate = 0x2cd, // updated 6.38 + MapUpdate4 = 0x3c8, // updated 6.38 + MapUpdate8 = 0x1d9, // updated 6.38 + MapUpdate16 = 0x389, // updated 6.38 + MapUpdate32 = 0x9a, // updated 6.38 + MapUpdate64 = 0x361, // updated 6.38 + MapUpdate128 = 0x1c9, // updated 6.38 /// Doman Mahjong ////////////////////////////////////// MahjongOpenGui = 0x02A4, // only available in mahjong instance @@ -317,18 +317,18 @@ namespace Sapphire::Network::Packets MahjongEndGame = 0x02C6, // finished oorasu(all-last) round; shows a result screen. /// Airship & Submarine ////////////////////////////////////// - AirshipTimers = 0x1e5, // updated 6.35 - AirshipStatus = 0x2f3, // updated 6.35 - AirshipStatusList = 0x335, // updated 6.35 - AirshipExplorationResult = 0x28f, // updated 6.35 + AirshipTimers = 0x3d0, // updated 6.38 + AirshipStatus = 0x314, // updated 6.38 + AirshipStatusList = 0x257, // updated 6.38 + AirshipExplorationResult = 0x288, // updated 6.38 - SubmarineTimers = 0xa5, // updated 6.35 - SubmarineProgressionStatus = 0x292, // updated 6.35 - SubmarineStatusList = 0x76, // updated 6.35 - SubmarineExplorationResult = 0x196, // updated 6.35 + SubmarineTimers = 0x16d, // updated 6.38 + SubmarineProgressionStatus = 0x31a, // updated 6.38 + SubmarineStatusList = 0x1a4, // updated 6.38 + SubmarineExplorationResult = 0x147, // updated 6.38 - EnvironmentControl = 0x126, // updated 6.35 - IslandWorkshopSupplyDemand = 0x1b2, // updated 6.35 + EnvironmentControl = 0x118, // updated 6.38 + IslandWorkshopSupplyDemand = 0x168, // updated 6.38 };