Skip to content

Commit

Permalink
feat(ipc): update for cn patch-6.50
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe authored and karashiiro committed Mar 6, 2024
1 parent 2001223 commit 7c40582
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions FFXIVOpcodes/Ipcs_cn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,22 @@ public enum ServerZoneIpcType : ushort
AoeEffect24 = 0x0323,
AoeEffect32 = 0x0160,
AoeEffect8 = 0x00EF,
BattleTalk2 = 0x01B4,
BossStatusEffectList = 0x0220,
CEDirector = 0x00D0,
CFNotify = 0x036C,
CFPreferredRole = 0x01DE,
ContainerInfo = 0x0237,
Countdown = 0x03A7,
CountdownCancel = 0x022F,
CurrencyCrystalInfo = 0x02F7,
DesynthResult = 0x01F8,
Effect = 0x0329,
EffectResult = 0x0085,
EnvironmentControl = 0x03AB,
EventFinish = 0x02D3,
EventPlay = 0x021D,
EventPlay4 = 0x0302,
EventStart = 0x0215,
Examine = 0x00FA,
ExamineSearchInfo = 0x0188,
Expand All @@ -50,15 +57,18 @@ public enum ServerZoneIpcType : ushort
InventoryTransaction = 0x028C,
InventoryTransactionFinish = 0x0311,
IslandWorkshopSupplyDemand = 0x02EE,
ItemInfo = 0x0336,
ItemMarketBoardInfo = 0x013B,
Logout = 0x035D,
MarketBoardItemListing = 0x0315,
MarketBoardItemListingCount = 0x0319,
MarketBoardItemListingHistory = 0x018F,
MarketBoardPurchase = 0x00CA,
MarketBoardSearchResult = 0x0308,
MiniCactpotInit = 0x027E,
NpcSpawn = 0x02AE,
NpcSpawn2 = 0x0173,
NpcYell = 0x0242,
ObjectSpawn = 0x0355,
PlaceFieldMarker = 0x0312,
PlaceFieldMarkerPreset = 0x01A1,
Expand All @@ -67,6 +77,7 @@ public enum ServerZoneIpcType : ushort
PlayerStats = 0x02AA,
Playtime = 0x00B1,
PrepareZoning = 0x0178,
ResultDialog = 0x03E0,
RetainerInformation = 0x02A0,
RSV = 0x01F0,
StatusEffectList = 0x0356,
Expand Down

0 comments on commit 7c40582

Please sign in to comment.