From 83622555514b4722c36daa6ad7ae29c823e0f589 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Feb 2018 20:28:04 +1100 Subject: [PATCH 1/2] update opcodes --- src/common/Network/PacketDef/Ipcs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 9bfb6a20..e58c62e8 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -46,7 +46,7 @@ namespace Packets { { Ping = 0x0065, Init = 0x0066, - Chat = 0x00B9, + Chat = 0x00E1, // updated 4.2 ChatBanned = 0x006B, Logout = 0x0077, CFNotify = 0x0078, @@ -56,7 +56,7 @@ namespace Packets { SocialRequestError = 0x00AD, - Playtime = 0x00B7, // updated 4.1 + Playtime = 0x00DF, // updated 4.2 CFRegistered = 0x00B8, // updated 4.1 SocialRequestResponse = 0x00BB, // updated 4.1 SocialList = 0x00E7, // updated 4.2 @@ -101,7 +101,7 @@ namespace Packets { InventoryTransaction = 0x017D, // updated 4.2 CurrencyCrystalInfo = 0x017E, // updated 4.2 InventoryActionAck = 0x1139, - UpdateInventorySlot = 0x0153, // updated 4.1 + UpdateInventorySlot = 0x0180, // updated 4.2 EventPlay = 0x018E, // updated 4.2 EventStart = 0x0198, // updated 4.2 @@ -128,7 +128,7 @@ namespace Packets { EorzeaTimeOffset = 0x01C0, // updated 4.1 - EquipDisplayFlags = 0x01CC, // updated 4.1 + EquipDisplayFlags = 0x01FA, // updated 4.2 CFAvailableContents = 0x01CF, @@ -173,7 +173,7 @@ namespace Packets { LinkshellListHandler = 0x00E8, // updated 4.2 - FcInfoReqHandler = 0x0109, // updated 4.1 + FcInfoReqHandler = 0x011A, // updated 4.2 ZoneLineHandler = 0x0130, // updated 4.2 ActionHandler = 0x0131, // updated 4.2 From ce032c13459679ba8389d5377904a46f8ac1d396 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Feb 2018 22:06:02 +1100 Subject: [PATCH 2/2] correct opcode for ActorSetPos --- 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 e58c62e8..496931c6 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -76,7 +76,7 @@ namespace Packets { PlayerSpawn = 0x015C, // updated 4.2 NpcSpawn = 0x015D, // updated 4.2 ActorMove = 0x015E, // updated 4.2 - ActorSetPos = 0x015F, // updated 4.2 + ActorSetPos = 0x0160, // updated 4.2 ActorCast = 0x0162, // updated 4.2 HateList = 0x0165, // updated 4.2 UpdateClassInfo = 0x0169, // updated 4.2