Skip to content

Commit

Permalink
v2.3.4.2 - opcode updates for FFXIV global patch 6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ravahn committed Jul 5, 2022
1 parent be83683 commit 3e0956e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Machina.FFXIV/Headers/Opcodes/Global.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
StatusEffectList|3b9
StatusEffectList2|10c
StatusEffectList3|213
BossStatusEffectList|128
Ability1|14c
Ability8|f4
Ability16|2b0
Ability24|2f9
Ability32|15b
ActorCast|347
EffectResult|24a
EffectResultBasic|0365
ActorControl|286
ActorControlSelf|308
ActorControlTarget|070
UpdateHpMpTp|2e1
PlayerSpawn|2dd
NpcSpawn|331
NpcSpawn2|376
ActorMove|1f1
ActorSetPos|3c8
ActorGauge|1fc
PresetWaymark|3ac
Waymark|2fe
SystemLogMessage|107
StatusEffectList|e9
StatusEffectList2|d1
StatusEffectList3|d3
BossStatusEffectList|267
Ability1|ee
Ability8|3aa
Ability16|2ba
Ability24|211
Ability32|2d5
ActorCast|3c2
EffectResult|95
EffectResultBasic|25d
ActorControl|36e
ActorControlSelf|2f0
ActorControlTarget|1fd
UpdateHpMpTp|20f
PlayerSpawn|1d7
NpcSpawn|86
NpcSpawn2|3c0
ActorMove|188
ActorSetPos|2c4
ActorGauge|1e9
PresetWaymark|24f
Waymark|1c1
SystemLogMessage|246
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.1</Version>
<Version>2.3.4.2</Version>
<Authors>Ravahn</Authors>
<PackageId>Machina.FFXIV</PackageId>
<AssemblyVersion>2.3.4.1</AssemblyVersion>
<FileVersion>2.3.4.1</FileVersion>
<AssemblyVersion>2.3.4.2</AssemblyVersion>
<FileVersion>2.3.4.2</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

0 comments on commit 3e0956e

Please sign in to comment.