Skip to content

Commit

Permalink
v2.3.4.1 - Opcode updates for korean ffxiv patch 6.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ravahn committed Jul 5, 2022
1 parent 2ef034e commit be83683
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
46 changes: 23 additions & 23 deletions Machina.FFXIV/Headers/Opcodes/Korean.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
StatusEffectList|211
StatusEffectList2|179
StatusEffectList3|0000|-
StatusEffectList|1C1
StatusEffectList2|1FA
StatusEffectList3|7B
BossStatusEffectList|0000|-
Ability1|19F
Ability8|0B2
Ability16|318
Ability24|18E
Ability32|250
ActorCast|1F6
EffectResult|2CB
EffectResultBasic|7a
ActorControl|240
ActorControlSelf|099
ActorControlTarget|0CD
UpdateHpMpTp|2B2
PlayerSpawn|195
NpcSpawn|1E5
Ability1|B6
Ability8|1FE
Ability16|298
Ability24|2B1
Ability32|FF
ActorCast|333
EffectResult|C2
EffectResultBasic|14F
ActorControl|1A2
ActorControlSelf|1A6
ActorControlTarget|30A
UpdateHpMpTp|293
PlayerSpawn|300
NpcSpawn|31D
NpcSpawn2|0000|-
ActorMove|0CB
ActorSetPos|277
ActorGauge|18C
PresetWaymark|341
Waymark|2EC
SystemLogMessage|2A0
ActorMove|260
ActorSetPos|397
ActorGauge|272
PresetWaymark|2FF
Waymark|302
SystemLogMessage|2E9
6 changes: 3 additions & 3 deletions Machina.FFXIV/Machina.FFXIV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<Version>2.3.4.0</Version>
<Version>2.3.4.1</Version>
<Authors>Ravahn</Authors>
<PackageId>Machina.FFXIV</PackageId>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<AssemblyVersion>2.3.4.1</AssemblyVersion>
<FileVersion>2.3.4.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Description>Extension to Machina network library to support decoding of Final Fantasy XIV network data</Description>
<Copyright>Copyright © 2022 Ravahn</Copyright>
Expand Down
6 changes: 3 additions & 3 deletions Machina/Machina.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<Version>2.3.1.0</Version>
<Version>2.3.1.1</Version>
<Authors>Ravahn</Authors>
<PackageId>Machina</PackageId>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<AssemblyVersion>2.3.1.1</AssemblyVersion>
<FileVersion>2.3.1.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Description>General-purpose library for raw network packet reading and reassembly</Description>
<Copyright>Copyright © 2022 Ravahn</Copyright>
Expand Down

0 comments on commit be83683

Please sign in to comment.