From 4e3bf7ba177cf7df2fd5876ceb6a0033964e98ac Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 18 Sep 2018 20:29:35 +1000 Subject: [PATCH 1/6] no merge yet pls mordred :(((( --- src/common/Network/PacketDef/Ipcs.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 1cc19abf..2e12289c 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -64,7 +64,7 @@ enum ServerZoneIpcType : /////////////////////////////////////////////////// ChatBanned = 0x006B, - Logout = 0x0077, // updated 4.3 + Logout = 0x0077, // updated 4.4 CFNotify = 0x0078, CFMemberStatus = 0x0079, CFDutyInfo = 0x007A, @@ -86,7 +86,7 @@ enum ServerZoneIpcType : InitSearchInfo = 0x0101, // updated 4.3 ExamineSearchComment = 0x0102, // updated 4.1 - ServerNotice = 0x0106, // updated 4.3 + ServerNotice = 0x0104, // updated 4.4 SetOnlineStatus = 0x0107, // updated 4.3 @@ -114,10 +114,10 @@ enum ServerZoneIpcType : GCAffiliation = 0x0162, // updated 4.3 - PlayerSpawn = 0x0172, // updated 4.3 - NpcSpawn = 0x0173, // updated 4.3 - ActorMove = 0x0174, // updated 4.3 - ActorSetPos = 0x0176, // updated 4.3 + PlayerSpawn = 0x016D, // updated 4.4 + NpcSpawn = 0x017E, // updated 4.4 + ActorMove = 0x0170, // updated 4.4 + ActorSetPos = 0x0172, // updated 4.4 ActorCast = 0x0174, // updated 4.4 From 6081e69d58ba03af6abff97b948d8493f0af7cdd Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 18 Sep 2018 20:34:37 +1000 Subject: [PATCH 2/6] more opcodes #383 --- src/common/Network/PacketDef/Ipcs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 2e12289c..313da7c1 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -79,11 +79,11 @@ enum ServerZoneIpcType : Playtime = 0x00F5, // updated 4.3 - Chat = 0x00F7, // updated 4.3 - SocialList = 0x00FD, // updated 4.3 + Chat = 0x00F4, // updated 4.4 + SocialList = 0x00FB, // updated 4.4 - UpdateSearchInfo = 0x0100, // updated 4.3 - InitSearchInfo = 0x0101, // updated 4.3 + UpdateSearchInfo = 0x00FE, // updated 4.4 + InitSearchInfo = 0x00FF, // updated 4.4 ExamineSearchComment = 0x0102, // updated 4.1 ServerNotice = 0x0104, // updated 4.4 From dafd87fc8323db3915795e32d0da07d9ae68512f Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 18 Sep 2018 20:56:12 +1000 Subject: [PATCH 3/6] packetzzzzzzzz --- src/common/Network/PacketDef/Ipcs.h | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 313da7c1..c50b8f8a 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -49,7 +49,7 @@ enum ServerZoneIpcType : { // static opcode ( the ones that rarely, if ever, change ) - Ping = 0x0065, + Ping = 0x0065, Init = 0x0066, ActorFreeSpawn = 0x0191, @@ -87,35 +87,35 @@ enum ServerZoneIpcType : ExamineSearchComment = 0x0102, // updated 4.1 ServerNotice = 0x0104, // updated 4.4 - SetOnlineStatus = 0x0107, // updated 4.3 + SetOnlineStatus = 0x0105, // updated 4.4 - CountdownInitiate = 0x0111, // updated 4.3 - CountdownCancel = 0x0112, // updated 4.3 + CountdownInitiate = 0x010C, // updated 4.4 + CountdownCancel = 0x010D, // updated 4.4 - BlackList = 0x0115, // updated 4.3 + BlackList = 0x0110, // updated 4.4 LogMessage = 0x00D0, - LinkshellList = 0x011C, // updated 4.3 + LinkshellList = 0x0117, // updated 4.4 ExamineFreeCompanyInfo = 0x013A, // updated 4.1 - CharaFreeCompanyTag = 0x013B, // updated 4.3 - FreeCompanyBoardMsg = 0x013C, // updated 4.3 - FreeCompanyInfo = 0x013D, // updated 4.3 + CharaFreeCompanyTag = 0x0127, // updated 4.4 + FreeCompanyBoardMsg = 0x0128, // updated 4.4 + FreeCompanyInfo = 0x0129, // updated 4.4 - StatusEffectList = 0x014E, // updated 4.3 - Effect = 0x0151, // updated 4.3 - AoeEffect8 = 0x0154, // updated 4.3 - AoeEffect16 = 0x0155, // updated 4.3 - AoeEffect24 = 0x0156, // updated 4.3 - AoeEffect32 = 0x0157, // updated 4.3 + StatusEffectList = 0x0149, // updated 4.4 + Effect = 0x014C, // updated 4.4 + AoeEffect8 = 0x014F, // updated 4.4 + AoeEffect16 = 0x0150, // updated 4.4 + AoeEffect24 = 0x0151, // updated 4.4 + AoeEffect32 = 0x0152, // updated 4.4 PersistantEffect = 0x0158, // updated 4.3 - GCAffiliation = 0x0162, // updated 4.3 + GCAffiliation = 0x015D, // updated 4.4 PlayerSpawn = 0x016D, // updated 4.4 - NpcSpawn = 0x017E, // updated 4.4 + NpcSpawn = 0x016E, // updated 4.4 ActorMove = 0x0170, // updated 4.4 ActorSetPos = 0x0172, // updated 4.4 From c6b8c449fe3bd837c7d8ea07b8a78aa7cc7648ea Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 18 Sep 2018 21:21:52 +1000 Subject: [PATCH 4/6] even more opcodes --- src/common/Network/PacketDef/Ipcs.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index c50b8f8a..886cd496 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -110,7 +110,7 @@ enum ServerZoneIpcType : AoeEffect16 = 0x0150, // updated 4.4 AoeEffect24 = 0x0151, // updated 4.4 AoeEffect32 = 0x0152, // updated 4.4 - PersistantEffect = 0x0158, // updated 4.3 + PersistantEffect = 0x0153, // updated 4.4 GCAffiliation = 0x015D, // updated 4.4 @@ -119,7 +119,7 @@ enum ServerZoneIpcType : ActorMove = 0x0170, // updated 4.4 ActorSetPos = 0x0172, // updated 4.4 - ActorCast = 0x0174, // updated 4.4 + ActorCast = 0x0170, // updated 4.4 PartyList = 0x0176, // updated 4.4 HateList = 0x0177, // updated 4.4 @@ -148,12 +148,12 @@ enum ServerZoneIpcType : InventoryActionAck = 0x0193, // updated 4.4 UpdateInventorySlot = 0x0194, // updated 4.4 - EventPlay = 0x01A6, // updated 4.3 - EventOpenGilShop = 0x01AD, // updated 4.3 - DirectorPlayScene = 0x01AA, // updated 4.3 + EventPlay = 0x01A2, // updated 4.4 + EventOpenGilShop = 0x01A9, // updated 4.4 + DirectorPlayScene = 0x01A6, // updated 4.4 - EventStart = 0x01AF, // updated 4.3 - EventFinish = 0x01B0, // updated 4.3 + EventStart = 0x01AB, // updated 4.4 + EventFinish = 0x01AC, // updated 4.4 EventLinkshell = 0x1169, From 5a35a2dabf5f15586745ac7a9b091be33776a8c3 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 18 Sep 2018 21:36:39 +1000 Subject: [PATCH 5/6] please look forward to it:tm: --- src/common/Network/PacketDef/Ipcs.h | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 886cd496..61ab5deb 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -157,40 +157,40 @@ enum ServerZoneIpcType : EventLinkshell = 0x1169, - QuestActiveList = 0x01C3, // updated 4.3 - QuestUpdate = 0x01C4, // updated 4.3 - QuestCompleteList = 0x01C5, // updated 4.3 + QuestActiveList = 0x01BF, // updated 4.4 + QuestUpdate = 0x01C0, // updated 4.4 + QuestCompleteList = 0x01C1, // updated 4.4 - QuestFinish = 0x01C6, // updated 4.3 - MSQTrackerComplete = 0x01C7, // updated 4.3 - MSQTrackerProgress = 0x01C8, // updated 4.3 + QuestFinish = 0x01C2, // updated 4.4 + MSQTrackerComplete = 0x01C3, // updated 4.4 + MSQTrackerProgress = 0x01C4, // updated 4.4 - QuestMessage = 0x01CE, // updated 4.3 + QuestMessage = 0x01CA, // updated 4.4 - QuestTracker = 0x01D3, // updated 4.3 + QuestTracker = 0x01CF, // updated 4.4 - Mount = 0x01E3, // updated 4.3 + Mount = 0x01DF, // updated 4.4 - DirectorVars = 0x01E5, // updated 4.3 + DirectorVars = 0x01E1, // updated 4.4 CFAvailableContents = 0x01FD, // updated 4.2 - WeatherChange = 0x0200, // updated 4.3 - PlayerTitleList = 0x0201, // updated 4.3 - Discovery = 0x0202, // updated 4.3 + WeatherChange = 0x01FC, // updated 4.4 + PlayerTitleList = 0x01FD, // updated 4.4 + Discovery = 0x01FE, // updated 4.4 - EorzeaTimeOffset = 0x0204, // updated 4.3 + EorzeaTimeOffset = 0x01FF, // updated 4.4 - EquipDisplayFlags = 0x0210, // updated 4.3 + EquipDisplayFlags = 0x020C, // updated 4.4 - WardInfo = 0x0224, // updated 4.3 - WardHousingPermission = 0x022D, // updated 4.3 + WardInfo = 0x0220, // updated 4.4 + WardHousingPermission = 0x0229, // updated 4.4 WardYardInfo = 0x022F, // updated 4.3 DuelChallenge = 0x0277, // 4.2; this is responsible for opening the ui PerformNote = 0x0286, // updated 4.3 - PrepareZoning = 0x0291, // updated 4.3 + PrepareZoning = 0x028F, // updated 4.4 ActorGauge = 0x0292, // updated 4.3 From 471cacb3722092b49aa67c1b4810cc5928d52dfa Mon Sep 17 00:00:00 2001 From: Mordred <30826167+SapphireMordred@users.noreply.github.com> Date: Tue, 18 Sep 2018 13:54:03 +0200 Subject: [PATCH 6/6] Update Ipcs.h --- src/common/Network/PacketDef/Ipcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 61ab5deb..6ea8426d 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -185,7 +185,7 @@ enum ServerZoneIpcType : WardInfo = 0x0220, // updated 4.4 WardHousingPermission = 0x0229, // updated 4.4 - WardYardInfo = 0x022F, // updated 4.3 + WardYardInfo = 0x022B, // updated 4.4 DuelChallenge = 0x0277, // 4.2; this is responsible for opening the ui PerformNote = 0x0286, // updated 4.3