1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-30 02:17:45 +00:00

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.
This commit is contained in:
Joshua Goins 2025-04-22 16:17:40 -04:00
parent 20030c18c8
commit 4d06ae2d14
2 changed files with 19 additions and 19 deletions

View file

@ -12,7 +12,7 @@ Kawari is primarily a research project, but also a way to preserve the modern cl
## Supported Game Version ## 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. 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.

View file

@ -7,32 +7,32 @@
}, },
{ {
"name": "InitZone", "name": "InitZone",
"opcode": 636, "opcode": 790,
"size": 112 "size": 112
}, },
{ {
"name": "ActorControlSelf", "name": "ActorControlSelf",
"opcode": 178, "opcode": 738,
"size": 32 "size": 32
}, },
{ {
"name": "PlayerStats", "name": "PlayerStats",
"opcode": 308, "opcode": 176,
"size": 144 "size": 144
}, },
{ {
"name": "PlayerSetup", "name": "PlayerSetup",
"opcode": 990, "opcode": 311,
"size": 2808 "size": 2808
}, },
{ {
"name": "UpdateClassInfo", "name": "UpdateClassInfo",
"opcode": 633, "opcode": 921,
"size": 16 "size": 16
}, },
{ {
"name": "PlayerSpawn", "name": "PlayerSpawn",
"opcode": 932, "opcode": 884,
"size": 664 "size": 664
}, },
{ {
@ -47,7 +47,7 @@
}, },
{ {
"name": "ActorSetPos", "name": "ActorSetPos",
"opcode": 197, "opcode": 121,
"size": 24 "size": 24
}, },
{ {
@ -72,7 +72,7 @@
}, },
{ {
"name": "PrepareZoning", "name": "PrepareZoning",
"opcode": 190, "opcode": 196,
"size": 16 "size": 16
}, },
{ {
@ -87,12 +87,12 @@
}, },
{ {
"name": "ActorControl", "name": "ActorControl",
"opcode": 623, "opcode": 156,
"size": 24 "size": 24
}, },
{ {
"name": "ActorMove", "name": "ActorMove",
"opcode": 401, "opcode": 487,
"size": 16 "size": 16
}, },
{ {
@ -107,22 +107,22 @@
}, },
{ {
"name": "NpcSpawn", "name": "NpcSpawn",
"opcode": 860, "opcode": 606,
"size": 656 "size": 656
}, },
{ {
"name": "StatusEffectList", "name": "StatusEffectList",
"opcode": 424, "opcode": 635,
"size": 384 "size": 384
}, },
{ {
"name": "WeatherChange", "name": "WeatherChange",
"opcode": 900, "opcode": 580,
"size": 8 "size": 8
}, },
{ {
"name": "ItemInfo", "name": "ItemInfo",
"opcode": 195, "opcode": 404,
"size": 64 "size": 64
}, },
{ {
@ -132,17 +132,17 @@
}, },
{ {
"name": "EventPlay", "name": "EventPlay",
"opcode": 147, "opcode": 269,
"size": 40 "size": 40
}, },
{ {
"name": "EventStart", "name": "EventStart",
"opcode": 610, "opcode": 295,
"size": 24 "size": 24
}, },
{ {
"name": "UpdateHpMpTp", "name": "UpdateHpMpTp",
"opcode": 162, "opcode": 540,
"size": 8 "size": 8
}, },
{ {
@ -214,7 +214,7 @@
}, },
{ {
"name": "LogOut", "name": "LogOut",
"opcode": 127, "opcode": 637,
"size": 8 "size": 8
}, },
{ {