Skip to content

Commit

Permalink
Merge pull request karashiiro#205 from Supamiu/master
Browse files Browse the repository at this point in the history
Fix StatusEffectList
  • Loading branch information
Supamiu authored Nov 12, 2024
2 parents 8e48088 + 8923c17 commit 1ba0776
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion FFXIVOpcodes/Ipcs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ enum ServerZoneIpcType : ushort
ObjectSpawn = 0x009C, // updated 7.1
EffectResultBasic = 0x018D, // updated 7.1
Effect = 0x02E2, // updated 7.1
StatusEffectList = 0x03C1, // updated 7.1
StatusEffectList = 0x0373, // updated 7.1
StatusEffectList2 = 0x0347, // updated 7.1
StatusEffectList3 = 0x022C, // updated 7.1
ActorGauge = 0x02F0, // updated 7.1
Expand Down
56 changes: 28 additions & 28 deletions opcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,17 @@
"opcode": 675
},
{
"name": "PlayerSetup",
"opcode": 550
"name": "PlaceFieldMarkerPreset",
"opcode": 118
},
{
"name": "PlayerSpawn",
"opcode": 369
},
{
"name": "Playtime",
"opcode": 715
},
{
"name": "PlayerStats",
"opcode": 401
Expand All @@ -225,56 +229,48 @@
"opcode": 682
},
{
"name": "PlaceFieldMarkerPreset",
"opcode": 118
},
{
"name": "Playtime",
"opcode": 715
},
{
"name": "ResultDialog",
"opcode": 783
"name": "PlayerSetup",
"opcode": 550
},
{
"name": "RetainerInformation",
"opcode": 404
},
{
"name": "StatusEffectList2",
"opcode": 839
"name": "ResultDialog",
"opcode": 783
},
{
"name": "SubmarineStatusList",
"opcode": 844
"name": "SubmarineTimers",
"opcode": 243
},
{
"name": "SystemLogMessage",
"opcode": 822
"name": "SubmarineProgressionStatus",
"opcode": 249
},
{
"name": "StatusEffectList3",
"opcode": 556
},
{
"name": "SubmarineExplorationResult",
"opcode": 811
"name": "StatusEffectList",
"opcode": 883
},
{
"name": "StatusEffectList",
"opcode": 961
"name": "SubmarineStatusList",
"opcode": 844
},
{
"name": "SubmarineProgressionStatus",
"opcode": 249
"name": "StatusEffectList2",
"opcode": 839
},
{
"name": "SubmarineTimers",
"opcode": 243
"name": "SystemLogMessage",
"opcode": 822
},
{
"name": "UpdateInventorySlot",
"opcode": 621
"name": "SubmarineExplorationResult",
"opcode": 811
},
{
"name": "UpdateClassInfo",
Expand All @@ -284,6 +280,10 @@
"name": "UpdateSearchInfo",
"opcode": 948
},
{
"name": "UpdateInventorySlot",
"opcode": 621
},
{
"name": "UpdateHpMpTp",
"opcode": 761
Expand Down
Loading

0 comments on commit 1ba0776

Please sign in to comment.