Skip to content

Commit 203ab10

Browse files
committed
Global 7.38
1 parent b6e8219 commit 203ab10

6 files changed

Lines changed: 207 additions & 207 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", 0x016B+7 }
10+
{ "InventoryOperationBaseValue", 0x0224+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 = 0x026F, // updated 7.35h
41-
UpdateHpMpTp = 0x03D1, // updated 7.35h
42-
UpdateClassInfo = 0x02CC, // updated 7.35h
43-
PlayerStats = 0x03AD, // updated 7.35h
44-
ActorControl = 0x00A1, // updated 7.35h
45-
ActorControlSelf = 0x03BD, // updated 7.35h
46-
ActorControlTarget = 0x01DD, // updated 7.35h
47-
Playtime = 0x00A4, // updated 7.35h
48-
UpdateSearchInfo = 0x00BB, // updated 7.35h
49-
ExamineSearchInfo = 0x01BA, // updated 7.35h
50-
Examine = 0x0349, // updated 7.35h
51-
ActorCast = 0x0355, // updated 7.35h
52-
CurrencyCrystalInfo = 0x0121, // updated 7.35h
53-
InitZone = 0x03A3, // updated 7.35h
54-
WeatherChange = 0x00E0, // updated 7.35h
55-
PlayerSpawn = 0x00E3, // updated 7.35h
56-
ActorSetPos = 0x034D, // updated 7.35h
57-
PrepareZoning = 0x02FA, // updated 7.35h
58-
ContainerInfo = 0x017C, // updated 7.35h
59-
ItemInfo = 0x00F6, // updated 7.35h
60-
PlaceFieldMarker = 0x00C0, // updated 7.35h
61-
PlaceFieldMarkerPreset = 0x0105, // updated 7.35h
62-
EffectResult = 0x0185, // updated 7.35h
63-
EventStart = 0x0107, // updated 7.35h
64-
EventFinish = 0x028A, // updated 7.35h
65-
DesynthResult = 0x032B, // updated 7.35h
66-
FreeCompanyInfo = 0x023B, // updated 7.35h
67-
FreeCompanyDialog = 0x0280, // updated 7.35h
68-
MarketBoardSearchResult = 0x025F, // updated 7.35h
69-
MarketBoardItemListingCount = 0x011E, // updated 7.35h
70-
MarketBoardItemListingHistory = 0x03C1, // updated 7.35h
71-
MarketBoardItemListing = 0x027D, // updated 7.35h
72-
MarketBoardPurchase = 0x025C, // updated 7.35h
73-
UpdateInventorySlot = 0x037B, // updated 7.35h
74-
InventoryActionAck = 0x02C3, // updated 7.35h
75-
InventoryTransaction = 0x00EB, // updated 7.35h
76-
InventoryTransactionFinish = 0x02A1, // updated 7.35h
77-
ResultDialog = 0x031D, // updated 7.35h
78-
RetainerInformation = 0x01B9, // updated 7.35h
79-
NpcSpawn = 0x02EA, // updated 7.35h
80-
ItemMarketBoardInfo = 0x01B2, // updated 7.35h
81-
ObjectSpawn = 0x01C0, // updated 7.35h
82-
EffectResultBasic = 0x02D9, // updated 7.35h
83-
Effect = 0x00F2, // updated 7.35h
84-
StatusEffectList = 0x03D4, // updated 7.35h
85-
StatusEffectList2 = 0x01BD, // updated 7.35h
86-
StatusEffectList3 = 0x038D, // updated 7.35h
87-
ActorGauge = 0x0301, // updated 7.35h
88-
CFNotify = 0x0387, // updated 7.35h
89-
SystemLogMessage = 0x039F, // updated 7.35h
90-
AirshipTimers = 0x02EE, // updated 7.35h
91-
SubmarineTimers = 0x01AD, // updated 7.35h
92-
AirshipStatusList = 0x0103, // updated 7.35h
93-
AirshipStatus = 0x0323, // updated 7.35h
94-
AirshipExplorationResult = 0x0239, // updated 7.35h
95-
SubmarineProgressionStatus = 0x0067, // updated 7.35h
96-
SubmarineStatusList = 0x026E, // updated 7.35h
97-
SubmarineExplorationResult = 0x006A, // updated 7.35h
40+
PlayerSetup = 0x039A, // updated 7.38
41+
UpdateHpMpTp = 0x02DB, // updated 7.38
42+
UpdateClassInfo = 0x0204, // updated 7.38
43+
PlayerStats = 0x02C4, // updated 7.38
44+
ActorControl = 0x0113, // updated 7.38
45+
ActorControlSelf = 0x0254, // updated 7.38
46+
ActorControlTarget = 0x0293, // updated 7.38
47+
Playtime = 0x0377, // updated 7.38
48+
UpdateSearchInfo = 0x016E, // updated 7.38
49+
ExamineSearchInfo = 0x0332, // updated 7.38
50+
Examine = 0x0338, // updated 7.38
51+
ActorCast = 0x032D, // updated 7.38
52+
CurrencyCrystalInfo = 0x03C1, // updated 7.38
53+
InitZone = 0x02B1, // updated 7.38
54+
WeatherChange = 0x02F8, // updated 7.38
55+
PlayerSpawn = 0x0270, // updated 7.38
56+
ActorSetPos = 0x00DE, // updated 7.38
57+
PrepareZoning = 0x00D5, // updated 7.38
58+
ContainerInfo = 0x021E, // updated 7.38
59+
ItemInfo = 0x01E7, // updated 7.38
60+
PlaceFieldMarker = 0x0276, // updated 7.38
61+
PlaceFieldMarkerPreset = 0x0382, // updated 7.38
62+
EffectResult = 0x00D0, // updated 7.38
63+
EventStart = 0x0343, // updated 7.38
64+
EventFinish = 0x03CE, // updated 7.38
65+
DesynthResult = 0x02D9, // updated 7.38
66+
FreeCompanyInfo = 0x0215, // updated 7.38
67+
FreeCompanyDialog = 0x0324, // updated 7.38
68+
MarketBoardSearchResult = 0x0378, // updated 7.38
69+
MarketBoardItemListingCount = 0x0104, // updated 7.38
70+
MarketBoardItemListingHistory = 0x01FB, // updated 7.38
71+
MarketBoardItemListing = 0x0241, // updated 7.38
72+
MarketBoardPurchase = 0x02F2, // updated 7.38
73+
UpdateInventorySlot = 0x00CE, // updated 7.38
74+
InventoryActionAck = 0x02CC, // updated 7.38
75+
InventoryTransaction = 0x0117, // updated 7.38
76+
InventoryTransactionFinish = 0x00EC, // updated 7.38
77+
ResultDialog = 0x037F, // updated 7.38
78+
RetainerInformation = 0x0137, // updated 7.38
79+
NpcSpawn = 0x02C9, // updated 7.38
80+
ItemMarketBoardInfo = 0x0388, // updated 7.38
81+
ObjectSpawn = 0x02B9, // updated 7.38
82+
EffectResultBasic = 0x02DE, // updated 7.38
83+
Effect = 0x02AB, // updated 7.38
84+
StatusEffectList = 0x00B0, // updated 7.38
85+
StatusEffectList2 = 0x024F, // updated 7.38
86+
StatusEffectList3 = 0x010A, // updated 7.38
87+
ActorGauge = 0x0365, // updated 7.38
88+
CFNotify = 0x00FC, // updated 7.38
89+
SystemLogMessage = 0x01FA, // updated 7.38
90+
AirshipTimers = 0x02F4, // updated 7.38
91+
SubmarineTimers = 0x0229, // updated 7.38
92+
AirshipStatusList = 0x0179, // updated 7.38
93+
AirshipStatus = 0x03CD, // updated 7.38
94+
AirshipExplorationResult = 0x032E, // updated 7.38
95+
SubmarineProgressionStatus = 0x01C7, // updated 7.38
96+
SubmarineStatusList = 0x018E, // updated 7.38
97+
SubmarineExplorationResult = 0x00AC, // updated 7.38
9898

99-
CraftingLog = 0x015B, // updated 7.35h
100-
GatheringLog = 0x0173, // updated 7.35h
99+
CraftingLog = 0x011A, // updated 7.38
100+
GatheringLog = 0x024B, // updated 7.38
101101

102-
ActorMove = 0x013E, // updated 7.35h
102+
ActorMove = 0x035D, // updated 7.38
103103

104-
EventPlay = 0x0083, // updated 7.35h
105-
EventPlay4 = 0x0115, // updated 7.35h
106-
EventPlay8 = 0x02ED, // updated 7.35h
107-
EventPlay16 = 0x0262, // updated 7.35h
108-
EventPlay32 = 0x0371, // updated 7.35h
109-
EventPlay64 = 0x0380, // updated 7.35h
110-
EventPlay128 = 0x02D4, // updated 7.35h
111-
EventPlay255 = 0x0098, // updated 7.35h
104+
EventPlay = 0x01B1, // updated 7.38
105+
EventPlay4 = 0x0330, // updated 7.38
106+
EventPlay8 = 0x0251, // updated 7.38
107+
EventPlay16 = 0x017C, // updated 7.38
108+
EventPlay32 = 0x02C7, // updated 7.38
109+
EventPlay64 = 0x035C, // updated 7.38
110+
EventPlay128 = 0x033C, // updated 7.38
111+
EventPlay255 = 0x026E, // updated 7.38
112112

113-
EnvironmentControl = 0x0226, // updated 7.35h
114-
IslandWorkshopSupplyDemand = 0x0325, // updated 7.35h
115-
Logout = 0x0360, // updated 7.35h
113+
EnvironmentControl = 0x033D, // updated 7.38
114+
IslandWorkshopSupplyDemand = 0x03A0, // updated 7.38
115+
Logout = 0x0312, // updated 7.38
116116
};
117117

118118
/**
119119
* Client IPC Zone Type Codes.
120120
*/
121121
enum ClientZoneIpcType : ushort
122122
{
123-
UpdatePositionHandler = 0x02F6, // updated 7.35h
123+
UpdatePositionHandler = 0x0069, // updated 7.38
124124
//ClientTrigger = 0x0324, // updated 7.0h
125-
SetSearchInfoHandler = 0x0233, // updated 7.35h
126-
MarketBoardPurchaseHandler = 0x02E3, // updated 7.35h
127-
InventoryModifyHandler = 0x016B, // updated 7.35h
125+
SetSearchInfoHandler = 0x01D7, // updated 7.38
126+
MarketBoardPurchaseHandler = 0x01BE, // updated 7.38
127+
InventoryModifyHandler = 0x0224, // updated 7.38
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": 370
3+
"InventoryOperationBaseValue": 555
44
},
55
"CN": {
66
"InventoryOperationBaseValue": 997

constants.min.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Global":{"InventoryOperationBaseValue":370},"CN":{"InventoryOperationBaseValue":997},"KR":{"InventoryOperationBaseValue":705}}
1+
{"Global":{"InventoryOperationBaseValue":555},"CN":{"InventoryOperationBaseValue":997},"KR":{"InventoryOperationBaseValue":705}}

0 commit comments

Comments
 (0)