From 4d06ae2d1458d40c64a813368caf9155605bae6e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 22 Apr 2025 16:17:40 -0400 Subject: [PATCH] Add initial set of opcodes for 7.21h This is *not* complete so the client probably won't work, this is just what FFXIVOpcodes has. --- README.md | 2 +- resources/opcodes.json | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a5cec2e..84b46e9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Kawari is primarily a research project, but also a way to preserve the modern cl ## Supported Game Version -Kawari currently supports patch **7.20h**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the previous patch is moved to a branch (e.g. 7.1) These branches are for archival: effectively unsupported, but still useful. +Kawari currently supports patch **7.21**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the previous patch is moved to a branch (e.g. 7.1) These branches are for archival: effectively unsupported, but still useful. Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project. diff --git a/resources/opcodes.json b/resources/opcodes.json index 3e971eb..720cd27 100644 --- a/resources/opcodes.json +++ b/resources/opcodes.json @@ -7,32 +7,32 @@ }, { "name": "InitZone", - "opcode": 636, + "opcode": 790, "size": 112 }, { "name": "ActorControlSelf", - "opcode": 178, + "opcode": 738, "size": 32 }, { "name": "PlayerStats", - "opcode": 308, + "opcode": 176, "size": 144 }, { "name": "PlayerSetup", - "opcode": 990, + "opcode": 311, "size": 2808 }, { "name": "UpdateClassInfo", - "opcode": 633, + "opcode": 921, "size": 16 }, { "name": "PlayerSpawn", - "opcode": 932, + "opcode": 884, "size": 664 }, { @@ -47,7 +47,7 @@ }, { "name": "ActorSetPos", - "opcode": 197, + "opcode": 121, "size": 24 }, { @@ -72,7 +72,7 @@ }, { "name": "PrepareZoning", - "opcode": 190, + "opcode": 196, "size": 16 }, { @@ -87,12 +87,12 @@ }, { "name": "ActorControl", - "opcode": 623, + "opcode": 156, "size": 24 }, { "name": "ActorMove", - "opcode": 401, + "opcode": 487, "size": 16 }, { @@ -107,22 +107,22 @@ }, { "name": "NpcSpawn", - "opcode": 860, + "opcode": 606, "size": 656 }, { "name": "StatusEffectList", - "opcode": 424, + "opcode": 635, "size": 384 }, { "name": "WeatherChange", - "opcode": 900, + "opcode": 580, "size": 8 }, { "name": "ItemInfo", - "opcode": 195, + "opcode": 404, "size": 64 }, { @@ -132,17 +132,17 @@ }, { "name": "EventPlay", - "opcode": 147, + "opcode": 269, "size": 40 }, { "name": "EventStart", - "opcode": 610, + "opcode": 295, "size": 24 }, { "name": "UpdateHpMpTp", - "opcode": 162, + "opcode": 540, "size": 8 }, { @@ -214,7 +214,7 @@ }, { "name": "LogOut", - "opcode": 127, + "opcode": 637, "size": 8 }, {