Skip to content

Commit

Permalink
Merge pull request #196 from Ra-Workspace/cn/6.58
Browse files Browse the repository at this point in the history
CN 6.58*
  • Loading branch information
Supamiu authored Sep 4, 2024
2 parents ce0a48f + 80709c5 commit 3783540
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions FFXIVOpcodes/Ipcs_cn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum ClientLobbyIpcType : ushort

public enum ServerZoneIpcType : ushort
{
PlayerSpawn = 0x037B,
PlayerSpawn = 0x0265,
NpcSpawn = 0x0276,
NpcSpawn2 = 0x014E,
ActorFreeSpawn = 0x0126,
Expand Down Expand Up @@ -63,7 +63,7 @@ public enum ServerZoneIpcType : ushort
ActorSetPos = 0x031B,
PrepareZoning = 0x0394,
WeatherChange = 0x033C,
UpdateParty = 0x037B,
// UpdateParty = 0x037B,
UpdateAlliance = 0x00A1,
UpdateSpAlliance = 0x0112,
UpdateHpMpTp = 0x0248,
Expand Down Expand Up @@ -115,8 +115,9 @@ public enum ServerZoneIpcType : ushort
Playtime = 0x01AC,
UpdateClassInfo = 0x03B2,
UpdateInventorySlot = 0x0379,
ContainerInfo = 0x0201,
UpdateSearchInfo = 0x00AF,
WardLandInfo = 0x032F,
HousingWardInfo = 0x032F,
CEDirector = 0x0363,
Logout = 0x038C,
FreeCompanyInfo = 0x011A,
Expand All @@ -128,15 +129,24 @@ public enum ServerZoneIpcType : ushort
SubmarineProgressionStatus = 0x00DA,
SubmarineExplorationResult = 0x0246,
CFPreferredRole = 0x01FD,
CompanyAirshipStatus = 0x0370,
CompanySubmersibleStatus = 0x0069,
ContentFinderNotifyPop = 0x0326,
AirshipTimers = 0x0370,
SubmarineTimers = 0x0069,
CFNotify = 0x0326,
FateInfo = 0x01DF,
UpdateRecastTimes = 0x03B7,
SocialList = 0x0350,
IslandWorkshopSupplyDemand = 0x0301,
RSV = 0x0329,
RSF = 0x03D2,
CurrencyCrystalInfo = 0x01D7,
MiniCactpotInit = 0x029C,
InventoryTransaction = 0x0286,
InventoryTransactionFinish = 0x0118,
ItemInfo = 0x0327,
ResultDialog = 0x023C,
RetainerInformation = 0x0204,
DesynthResult = 0x0215,
ItemMarketBoardInfo = 0x02F2,
};

public enum ClientZoneIpcType : ushort
Expand Down

0 comments on commit 3783540

Please sign in to comment.