Skip to content

Commit d4f6834

Browse files
committed
Global 7.35
1 parent 9f55872 commit d4f6834

6 files changed

Lines changed: 212 additions & 212 deletions

File tree

FFXIVConstants/Global.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ static class Global
77
public static Dictionary<string, object> Constants = new Dictionary<string, object>
88
{
99
// This is InventoryModifyHandler + 7
10-
{ "InventoryOperationBaseValue", 0x028B+7 }
10+
{ "InventoryOperationBaseValue", 0x0248+7 }
1111
};
1212
}
1313
}

FFXIVOpcodes/Ipcs.cs

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -37,94 +37,94 @@ enum ClientLobbyIpcType : ushort
3737
enum ServerZoneIpcType : ushort
3838
{
3939
// Server Zone
40-
PlayerSetup = 0x0141, // updated 7.31h
41-
UpdateHpMpTp = 0x02EE, // updated 7.31h
42-
UpdateClassInfo = 0x00B9, // updated 7.31h
43-
PlayerStats = 0x0074, // updated 7.31h
44-
ActorControl = 0x03D1, // updated 7.31h
45-
ActorControlSelf = 0x0120, // updated 7.31h
46-
ActorControlTarget = 0x0133, // updated 7.31h
47-
Playtime = 0x03A8, // updated 7.31h
48-
UpdateSearchInfo = 0x0135, // updated 7.31h
49-
ExamineSearchInfo = 0x03C7, // updated 7.31h
50-
Examine = 0x01F5, // updated 7.31h
51-
ActorCast = 0x00CC, // updated 7.31h
52-
CurrencyCrystalInfo = 0x02B8, // updated 7.31h
53-
InitZone = 0x0309, // updated 7.31h
54-
WeatherChange = 0x021A, // updated 7.31h
55-
PlayerSpawn = 0x021E, // updated 7.31h
56-
ActorSetPos = 0x03BB, // updated 7.31h
57-
PrepareZoning = 0x01C2, // updated 7.31h
58-
ContainerInfo = 0x0091, // updated 7.31h
59-
ItemInfo = 0x01EF, // updated 7.31h
60-
PlaceFieldMarker = 0x0265, // updated 7.31h
61-
PlaceFieldMarkerPreset = 0x008C, // updated 7.31h
62-
EffectResult = 0x0191, // updated 7.31h
63-
EventStart = 0x00FB, // updated 7.31h
64-
EventFinish = 0x008A, // updated 7.31h
65-
DesynthResult = 0x024D, // updated 7.31h
66-
FreeCompanyInfo = 0x018C, // updated 7.31h
67-
FreeCompanyDialog = 0x0293, // updated 7.31h
68-
MarketBoardSearchResult = 0x00D3, // updated 7.31h
69-
MarketBoardItemListingCount = 0x02C7, // updated 7.31h
70-
MarketBoardItemListingHistory = 0x029B, // updated 7.31h
71-
MarketBoardItemListing = 0x00D8, // updated 7.31h
72-
MarketBoardPurchase = 0x031A, // updated 7.31h
73-
UpdateInventorySlot = 0x03E5, // updated 7.31h
74-
InventoryActionAck = 0x02AA, // updated 7.31h
75-
InventoryTransaction = 0x0156, // updated 7.31h
76-
InventoryTransactionFinish = 0x01A7, // updated 7.31h
77-
ResultDialog = 0x029F, // updated 7.31h
78-
RetainerInformation = 0x029E, // updated 7.31h
79-
NpcSpawn = 0x00E0, // updated 7.31h
80-
ItemMarketBoardInfo = 0x038C, // updated 7.31h
81-
ObjectSpawn = 0x031F, // updated 7.31h
82-
EffectResultBasic = 0x0331, // updated 7.31h
83-
Effect = 0x0338, // updated 7.31h
84-
StatusEffectList = 0x012C, // updated 7.31h
85-
StatusEffectList2 = 0x0348, // updated 7.31h
86-
StatusEffectList3 = 0x0307, // updated 7.31h
87-
ActorGauge = 0x0243, // updated 7.31h
88-
CFNotify = 0x00C2, // updated 7.31h
89-
SystemLogMessage = 0x0356, // updated 7.31h
90-
AirshipTimers = 0x023C, // updated 7.31h
91-
SubmarineTimers = 0x02EC, // updated 7.31h
92-
AirshipStatusList = 0x01D0, // updated 7.31h
93-
AirshipStatus = 0x0297, // updated 7.31h
94-
AirshipExplorationResult = 0x03CA, // updated 7.31h
95-
SubmarineProgressionStatus = 0x0294, // updated 7.31h
96-
SubmarineStatusList = 0x0306, // updated 7.31h
97-
SubmarineExplorationResult = 0x01E1, // updated 7.31h
40+
PlayerSetup = 0x02EE, // updated 7.35
41+
UpdateHpMpTp = 0x01B7, // updated 7.35
42+
UpdateClassInfo = 0x0277, // updated 7.35
43+
PlayerStats = 0x03CC, // updated 7.35
44+
ActorControl = 0x031B, // updated 7.35
45+
ActorControlSelf = 0x00F1, // updated 7.35
46+
ActorControlTarget = 0x02C5, // updated 7.35
47+
Playtime = 0x0229, // updated 7.35
48+
UpdateSearchInfo = 0x0372, // updated 7.35
49+
ExamineSearchInfo = 0x021B, // updated 7.35
50+
Examine = 0x0221, // updated 7.35
51+
ActorCast = 0x020F, // updated 7.35
52+
CurrencyCrystalInfo = 0x02AF, // updated 7.35
53+
InitZone = 0x0173, // updated 7.35
54+
WeatherChange = 0x009A, // updated 7.35
55+
PlayerSpawn = 0x00FA, // updated 7.35
56+
ActorSetPos = 0x021D, // updated 7.35
57+
PrepareZoning = 0x01D7, // updated 7.35
58+
ContainerInfo = 0x0370, // updated 7.35
59+
ItemInfo = 0x03A7, // updated 7.35
60+
PlaceFieldMarker = 0x03E3, // updated 7.35
61+
PlaceFieldMarkerPreset = 0x033B, // updated 7.35
62+
EffectResult = 0x00CB, // updated 7.35
63+
EventStart = 0x01E4, // updated 7.35
64+
EventFinish = 0x0356, // updated 7.35
65+
DesynthResult = 0x01C6, // updated 7.35
66+
FreeCompanyInfo = 0x02EB, // updated 7.35
67+
FreeCompanyDialog = 0x01F2, // updated 7.35
68+
MarketBoardSearchResult = 0x030C, // updated 7.35
69+
MarketBoardItemListingCount = 0x02A4, // updated 7.35
70+
MarketBoardItemListingHistory = 0x0144, // updated 7.35
71+
MarketBoardItemListing = 0x0098, // updated 7.35
72+
MarketBoardPurchase = 0x02EA, // updated 7.35
73+
UpdateInventorySlot = 0x0212, // updated 7.35
74+
InventoryActionAck = 0x0093, // updated 7.35
75+
InventoryTransaction = 0x0089, // updated 7.35
76+
InventoryTransactionFinish = 0x019B, // updated 7.35
77+
ResultDialog = 0x007E, // updated 7.35
78+
RetainerInformation = 0x03B4, // updated 7.35
79+
NpcSpawn = 0x023F, // updated 7.35
80+
ItemMarketBoardInfo = 0x0099, // updated 7.35
81+
ObjectSpawn = 0x010F, // updated 7.35
82+
EffectResultBasic = 0x037E, // updated 7.35
83+
Effect = 0x01DA, // updated 7.35
84+
StatusEffectList = 0x0068, // updated 7.35
85+
StatusEffectList2 = 0x03BE, // updated 7.35
86+
StatusEffectList3 = 0x02F8, // updated 7.35
87+
ActorGauge = 0x017A, // updated 7.35
88+
CFNotify = 0x02D8, // updated 7.35
89+
SystemLogMessage = 0x027C, // updated 7.35
90+
AirshipTimers = 0x02B4, // updated 7.35
91+
SubmarineTimers = 0x0346, // updated 7.35
92+
AirshipStatusList = 0x0172, // updated 7.35
93+
AirshipStatus = 0x02FE, // updated 7.35
94+
AirshipExplorationResult = 0x00C2, // updated 7.35
95+
SubmarineProgressionStatus = 0x00D1, // updated 7.35
96+
SubmarineStatusList = 0x0217, // updated 7.35
97+
SubmarineExplorationResult = 0x0219, // updated 7.35
9898

99-
CraftingLog = 0x00F7, // updated 7.31h
100-
GatheringLog = 0x02CF, // updated 7.31h
99+
CraftingLog = 0x00A1, // updated 7.35
100+
GatheringLog = 0x017D, // updated 7.35
101101

102-
ActorMove = 0x02F3, // updated 7.31h
102+
ActorMove = 0x015F, // updated 7.35
103103

104-
EventPlay = 0x01ED, // updated 7.31h
105-
EventPlay4 = 0x0090, // updated 7.31h
106-
EventPlay8 = 0x00AE, // updated 7.31h
107-
EventPlay16 = 0x0088, // updated 7.31h
108-
EventPlay32 = 0x0246, // updated 7.31h
109-
EventPlay64 = 0x00E8, // updated 7.31h
110-
EventPlay128 = 0x0248, // updated 7.31h
111-
EventPlay255 = 0x00FA, // updated 7.31h
104+
EventPlay = 0x00D7, // updated 7.35
105+
EventPlay4 = 0x00CA, // updated 7.35
106+
EventPlay8 = 0x03AF, // updated 7.35
107+
EventPlay16 = 0x0156, // updated 7.35
108+
EventPlay32 = 0x0095, // updated 7.35
109+
EventPlay64 = 0x0283, // updated 7.35
110+
EventPlay128 = 0x0141, // updated 7.35
111+
EventPlay255 = 0x0268, // updated 7.35
112112

113-
EnvironmentControl = 0x026B, // updated 7.31h
114-
IslandWorkshopSupplyDemand = 0x006E, // updated 7.31h
115-
Logout = 0x01A3, // updated 7.31h
113+
EnvironmentControl = 0x0256, // updated 7.35
114+
IslandWorkshopSupplyDemand = 0x0319, // updated 7.35
115+
Logout = 0x03DA, // updated 7.35
116116
};
117117

118118
/**
119119
* Client IPC Zone Type Codes.
120120
*/
121121
enum ClientZoneIpcType : ushort
122122
{
123-
UpdatePositionHandler = 0x039A, // updated 7.31h
123+
UpdatePositionHandler = 0x0188, // updated 7.35
124124
//ClientTrigger = 0x0324, // updated 7.0h
125-
SetSearchInfoHandler = 0x01D6, // updated 7.31h
126-
MarketBoardPurchaseHandler = 0x01FC, // updated 7.31h
127-
InventoryModifyHandler = 0x028B, // updated 7.31h
125+
SetSearchInfoHandler = 0x020D, // updated 7.35
126+
MarketBoardPurchaseHandler = 0x039B, // updated 7.35
127+
InventoryModifyHandler = 0x0248, // updated 7.35
128128
//UpdatePositionInstance = 0x03CE, // updated 7.0h
129129
};
130130

constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Global": {
3-
"InventoryOperationBaseValue": 658
3+
"InventoryOperationBaseValue": 591
44
},
55
"CN": {
66
"InventoryOperationBaseValue": 153

constants.min.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Global":{"InventoryOperationBaseValue":658},"CN":{"InventoryOperationBaseValue":153},"KR":{"InventoryOperationBaseValue":919}}
1+
{"Global":{"InventoryOperationBaseValue":591},"CN":{"InventoryOperationBaseValue":153},"KR":{"InventoryOperationBaseValue":919}}

0 commit comments

Comments
 (0)