Skip to content

Commit

Permalink
updated for 7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukkales committed Nov 26, 2024
1 parent a870bcf commit dc3248a
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions NecroLens/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,94 +39,94 @@ enum ClientLobbyIpcType : ushort
enum ServerZoneIpcType : ushort
{
// Server Zone
PlayerSetup = 0x0226, // updated 7.1
UpdateHpMpTp = 0x02F9, // updated 7.1
UpdateClassInfo = 0x0135, // updated 7.1
PlayerStats = 0x0191, // updated 7.1
ActorControl = 0x0212, // updated 7.1
ActorControlSelf = 0x00AF, // updated 7.1
ActorControlTarget = 0x028A, // updated 7.1
Playtime = 0x02CB, // updated 7.1
UpdateSearchInfo = 0x03B4, // updated 7.1
ExamineSearchInfo = 0x0391, // updated 7.1
Examine = 0x03AE, // updated 7.1
ActorCast = 0x0160, // updated 7.1
CurrencyCrystalInfo = 0x0257, // updated 7.1
InitZone = 0x016C, // updated 7.1
WeatherChange = 0x02E0, // updated 7.1
PlayerSpawn = 0x0171, // updated 7.1
ActorSetPos = 0x038C, // updated 7.1
PrepareZoning = 0x02A3, // updated 7.1
ContainerInfo = 0x02ED, // updated 7.1
ItemInfo = 0x0310, // updated 7.1
PlaceFieldMarker = 0x02AA, // updated 7.1
PlaceFieldMarkerPreset = 0x0076, // updated 7.1
EffectResult = 0x0179, // updated 7.1
EventStart = 0x037F, // updated 7.1
EventFinish = 0x02FE, // updated 7.1
DesynthResult = 0x02C9, // updated 7.1
FreeCompanyInfo = 0x0378, // updated 7.1
FreeCompanyDialog = 0x03CC, // updated 7.1
MarketBoardSearchResult = 0x01B8, // updated 7.1
MarketBoardItemListingCount = 0x02D2, // updated 7.1
MarketBoardItemListingHistory = 0x03D7, // updated 7.1
MarketBoardItemListing = 0x00F2, // updated 7.1
MarketBoardPurchase = 0x0219, // updated 7.1
UpdateInventorySlot = 0x026D, // updated 7.1
InventoryActionAck = 0x035E, // updated 7.1
InventoryTransaction = 0x02FC, // updated 7.1
InventoryTransactionFinish = 0x01C0, // updated 7.1
ResultDialog = 0x030F, // updated 7.1
RetainerInformation = 0x0194, // updated 7.1
NpcSpawn = 0x039A, // updated 7.1
ItemMarketBoardInfo = 0x024B, // updated 7.1
ObjectSpawn = 0x009C, // updated 7.1
EffectResultBasic = 0x018D, // updated 7.1
Effect = 0x02E2, // updated 7.1
StatusEffectList = 0x0373, // updated 7.1
StatusEffectList2 = 0x0347, // updated 7.1
StatusEffectList3 = 0x022C, // updated 7.1
ActorGauge = 0x02F0, // updated 7.1
CFNotify = 0x01C4, // updated 7.1
SystemLogMessage = 0x0336, // updated 7.1
AirshipTimers = 0x01E5, // updated 7.1
SubmarineTimers = 0x00F3, // updated 7.1
AirshipStatusList = 0x02C3, // updated 7.1
AirshipStatus = 0x00E8, // updated 7.1
AirshipExplorationResult = 0x0132, // updated 7.1
SubmarineProgressionStatus = 0x00F9, // updated 7.1
SubmarineStatusList = 0x034C, // updated 7.1
SubmarineExplorationResult = 0x032B, // updated 7.1
PlayerSetup = 0x036D, // updated 7.11
UpdateHpMpTp = 0x010E, // updated 7.11
UpdateClassInfo = 0x00F8, // updated 7.11
PlayerStats = 0x03B9, // updated 7.11
ActorControl = 0x01C5, // updated 7.11
ActorControlSelf = 0x018B, // updated 7.11
ActorControlTarget = 0x038F, // updated 7.11
Playtime = 0x03B7, // updated 7.11
UpdateSearchInfo = 0x0381, // updated 7.11
ExamineSearchInfo = 0x0237, // updated 7.11
Examine = 0x033D, // updated 7.11
ActorCast = 0x01E1, // updated 7.11
CurrencyCrystalInfo = 0x03B3, // updated 7.11
InitZone = 0x0247, // updated 7.11
WeatherChange = 0x031D, // updated 7.11
PlayerSpawn = 0x012A, // updated 7.11
ActorSetPos = 0x0112, // updated 7.11
PrepareZoning = 0x014D, // updated 7.11
ContainerInfo = 0x00F1, // updated 7.11
ItemInfo = 0x0380, // updated 7.11
PlaceFieldMarker = 0x011B, // updated 7.11
PlaceFieldMarkerPreset = 0x0207, // updated 7.11
EffectResult = 0x018F, // updated 7.11
EventStart = 0x02B5, // updated 7.11
EventFinish = 0x01E9, // updated 7.11
DesynthResult = 0x0353, // updated 7.11
FreeCompanyInfo = 0x01CA, // updated 7.11
FreeCompanyDialog = 0x022C, // updated 7.11
MarketBoardSearchResult = 0x022F, // updated 7.11
MarketBoardItemListingCount = 0x01EC, // updated 7.11
MarketBoardItemListingHistory = 0x01A2, // updated 7.11
MarketBoardItemListing = 0x0311, // updated 7.11
MarketBoardPurchase = 0x0225, // updated 7.11
UpdateInventorySlot = 0x03D4, // updated 7.11
InventoryActionAck = 0x03E7, // updated 7.11
InventoryTransaction = 0x028B, // updated 7.11
InventoryTransactionFinish = 0x033E, // updated 7.11
ResultDialog = 0x009A, // updated 7.11
RetainerInformation = 0x00D4, // updated 7.11
NpcSpawn = 0x03A3, // updated 7.11
ItemMarketBoardInfo = 0x0104, // updated 7.11
ObjectSpawn = 0x0136, // updated 7.11
EffectResultBasic = 0x02FA, // updated 7.11
Effect = 0x0199, // updated 7.11
StatusEffectList = 0x02C9, // updated 7.11
StatusEffectList2 = 0x0201, // updated 7.11
StatusEffectList3 = 0x0399, // updated 7.11
ActorGauge = 0x0350, // updated 7.11
CFNotify = 0x013F, // updated 7.11
SystemLogMessage = 0x010C, // updated 7.11
AirshipTimers = 0x0097, // updated 7.11
SubmarineTimers = 0x02BA, // updated 7.11
AirshipStatusList = 0x0360, // updated 7.11
AirshipStatus = 0x039A, // updated 7.11
AirshipExplorationResult = 0x0286, // updated 7.11
SubmarineProgressionStatus = 0x0356, // updated 7.11
SubmarineStatusList = 0x0368, // updated 7.11
SubmarineExplorationResult = 0x016B, // updated 7.11

CraftingLog = 0x02E3, // updated 7.1
GatheringLog = 0x02B7, // updated 7.1
CraftingLog = 0x00A6, // updated 7.11
GatheringLog = 0x0284, // updated 7.11

ActorMove = 0x03AA, // updated 7.1
ActorMove = 0x02E7, // updated 7.11

EventPlay = 0x03CA, // updated 7.1
EventPlay4 = 0x0183, // updated 7.1
EventPlay8 = 0x0237, // updated 7.1
EventPlay16 = 0x0150, // updated 7.1
EventPlay32 = 0x00FF, // updated 7.1
EventPlay64 = 0x0328, // updated 7.1
EventPlay128 = 0x01ED, // updated 7.1
EventPlay255 = 0x0337, // updated 7.1
EventPlay = 0x0206, // updated 7.11
EventPlay4 = 0x039D, // updated 7.11
EventPlay8 = 0x036F, // updated 7.11
EventPlay16 = 0x0301, // updated 7.11
EventPlay32 = 0x00FA, // updated 7.11
EventPlay64 = 0x02C7, // updated 7.11
EventPlay128 = 0x01DA, // updated 7.11
EventPlay255 = 0x0159, // updated 7.11

EnvironmentControl = 0x010E, // updated 7.1
IslandWorkshopSupplyDemand = 0x016A, // updated 7.1
Logout = 0x03D3, // updated 7.1
EnvironmentControl = 0x014C, // updated 7.11
IslandWorkshopSupplyDemand = 0x02FF, // updated 7.11
Logout = 0x0304, // updated 7.11
};

/**
* Client IPC Zone Type Codes.
*/
enum ClientZoneIpcType : ushort
{
UpdatePositionHandler = 0x03DC, // updated 7.1
UpdatePositionHandler = 0x02A8, // updated 7.11
//ClientTrigger = 0x0324, // updated 7.0h
SetSearchInfoHandler = 0x03BD, // updated 7.1
MarketBoardPurchaseHandler = 0x02B1, // updated 7.1
InventoryModifyHandler = 0x0217, // updated 7.1
SetSearchInfoHandler = 0x0320, // updated 7.11
MarketBoardPurchaseHandler = 0x03D5, // updated 7.11
InventoryModifyHandler = 0x00E3, // updated 7.11
//UpdatePositionInstance = 0x03CE, // updated 7.0h
};

Expand Down

0 comments on commit dc3248a

Please sign in to comment.