Skip to content

Commit

Permalink
Merge pull request #189 from Supamiu/master
Browse files Browse the repository at this point in the history
Add CraftingLog and GatheringLog
  • Loading branch information
Supamiu authored Jul 11, 2024
2 parents 16474f0 + 5596519 commit cca5097
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 37 deletions.
3 changes: 3 additions & 0 deletions FFXIVOpcodes/Ipcs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ enum ServerZoneIpcType : ushort
SubmarineStatusList = 0x008B, // updated 7.0h
SubmarineExplorationResult = 0x0086, // updated 7.0h

CraftingLog = 0x00B2, // updated 7.0h
GatheringLog = 0x033A, // updated 7.0h

ActorMove = 0x015F, // updated 7.0h

EventPlay = 0x034D, // updated 7.0h
Expand Down
80 changes: 44 additions & 36 deletions opcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"name": "ActorControlTarget",
"opcode": 842
},
{
"name": "ActorSetPos",
"opcode": 660
},
{
"name": "ActorMove",
"opcode": 351
Expand All @@ -45,25 +49,29 @@
"opcode": 403
},
{
"name": "ActorSetPos",
"opcode": 660
"name": "ContainerInfo",
"opcode": 697
},
{
"name": "CFNotify",
"opcode": 339
},
{
"name": "CurrencyCrystalInfo",
"opcode": 604
"name": "CraftingLog",
"opcode": 178
},
{
"name": "ContainerInfo",
"opcode": 697
"name": "CurrencyCrystalInfo",
"opcode": 604
},
{
"name": "DesynthResult",
"opcode": 764
},
{
"name": "EventPlay4",
"opcode": 548
},
{
"name": "EventPlay16",
"opcode": 721
Expand All @@ -73,24 +81,20 @@
"opcode": 581
},
{
"name": "ExamineSearchInfo",
"opcode": 554
"name": "EventPlay255",
"opcode": 696
},
{
"name": "Effect",
"opcode": 811
},
{
"name": "EventPlay4",
"opcode": 548
},
{
"name": "EventPlay",
"opcode": 845
},
{
"name": "EventPlay255",
"opcode": 696
"name": "ExamineSearchInfo",
"opcode": 554
},
{
"name": "EventPlay32",
Expand All @@ -108,10 +112,6 @@
"name": "Examine",
"opcode": 258
},
{
"name": "EventStart",
"opcode": 168
},
{
"name": "EnvironmentControl",
"opcode": 337
Expand All @@ -121,13 +121,17 @@
"opcode": 335
},
{
"name": "EffectResultBasic",
"opcode": 305
"name": "EventStart",
"opcode": 168
},
{
"name": "EffectResult",
"opcode": 143
},
{
"name": "EffectResultBasic",
"opcode": 305
},
{
"name": "FreeCompanyInfo",
"opcode": 453
Expand All @@ -136,6 +140,10 @@
"name": "FreeCompanyDialog",
"opcode": 804
},
{
"name": "GatheringLog",
"opcode": 826
},
{
"name": "InventoryTransactionFinish",
"opcode": 195
Expand All @@ -145,12 +153,12 @@
"opcode": 727
},
{
"name": "IslandWorkshopSupplyDemand",
"opcode": 313
"name": "InventoryTransaction",
"opcode": 749
},
{
"name": "ItemMarketBoardInfo",
"opcode": 862
"name": "IslandWorkshopSupplyDemand",
"opcode": 313
},
{
"name": "InitZone",
Expand All @@ -161,8 +169,8 @@
"opcode": 897
},
{
"name": "InventoryTransaction",
"opcode": 749
"name": "ItemMarketBoardInfo",
"opcode": 862
},
{
"name": "Logout",
Expand Down Expand Up @@ -205,16 +213,16 @@
"opcode": 884
},
{
"name": "PrepareZoning",
"opcode": 217
"name": "PlayerSetup",
"opcode": 215
},
{
"name": "PlayerSpawn",
"opcode": 407
},
{
"name": "PlayerSetup",
"opcode": 215
"name": "PrepareZoning",
"opcode": 217
},
{
"name": "PlaceFieldMarker",
Expand All @@ -233,8 +241,8 @@
"opcode": 684
},
{
"name": "StatusEffectList3",
"opcode": 770
"name": "SubmarineProgressionStatus",
"opcode": 792
},
{
"name": "SubmarineExplorationResult",
Expand All @@ -253,12 +261,12 @@
"opcode": 976
},
{
"name": "SubmarineTimers",
"opcode": 214
"name": "StatusEffectList3",
"opcode": 770
},
{
"name": "SubmarineProgressionStatus",
"opcode": 792
"name": "SubmarineTimers",
"opcode": 214
},
{
"name": "SystemLogMessage",
Expand Down
Loading

0 comments on commit cca5097

Please sign in to comment.