mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
commit
7224363b2d
1 changed files with 190 additions and 190 deletions
|
@ -42,81 +42,81 @@ enum ClientLobbyIpcType :
|
||||||
enum ServerZoneIpcType :
|
enum ServerZoneIpcType :
|
||||||
uint16_t
|
uint16_t
|
||||||
{
|
{
|
||||||
Ping = 0x349, // updated 6.45
|
Ping = 0x378, // updated 6.48
|
||||||
Init = 0x3bd, // updated 6.45
|
Init = 0x2ac, // updated 6.48
|
||||||
|
|
||||||
ActorFreeSpawn = 0x3a6, // updated 6.45
|
ActorFreeSpawn = 0x112, // updated 6.48
|
||||||
|
|
||||||
InitZone = 0xd8, // updated 6.45
|
InitZone = 0x71, // updated 6.48
|
||||||
PrepareZoning = 0x3a8, // updated 6.45
|
PrepareZoning = 0x188, // updated 6.48
|
||||||
|
|
||||||
EffectResult = 0xd2, // updated 6.45
|
EffectResult = 0x2a3, // updated 6.48
|
||||||
EffectResultBasic = 0x34f, // updated 6.45
|
EffectResultBasic = 0xfa, // updated 6.48
|
||||||
|
|
||||||
ActorControl = 0x88, // updated 6.45
|
ActorControl = 0xd4, // updated 6.48
|
||||||
ActorControlTarget = 0xa1, // updated 6.45
|
ActorControlTarget = 0xef, // updated 6.48
|
||||||
ActorControlSelf = 0x2f7, // updated 6.45
|
ActorControlSelf = 0x3c1, // updated 6.48
|
||||||
ActorCast = 0x330, // updated 6.45
|
ActorCast = 0xc8, // updated 6.48
|
||||||
ActorSetPos = 0x196, // updated 6.45
|
ActorSetPos = 0x32c, // updated 6.48
|
||||||
ActorMove = 0x1f1, // updated 6.45
|
ActorMove = 0x1aa, // updated 6.48
|
||||||
ActorGauge = 0x80, // updated 6.45
|
ActorGauge = 0x2a4, // updated 6.48
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Used when resting
|
* @brief Used when resting
|
||||||
*/
|
*/
|
||||||
UpdateHpMpTp = 0x2fa, // updated 6.45
|
UpdateHpMpTp = 0x1fb, // updated 6.48
|
||||||
UpdateClassInfo = 0x3a5, // updated 6.45
|
UpdateClassInfo = 0x3e3, // updated 6.48
|
||||||
|
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
ChatBanned = 0xF06B,
|
ChatBanned = 0xF06B,
|
||||||
Playtime = 0x2e5, // updated 6.45
|
Playtime = 0x313, // updated 6.48
|
||||||
Logout = 0x132, // updated 6.45
|
Logout = 0x116, // updated 6.48
|
||||||
CFNotify = 0x126, // updated 6.45
|
CFNotify = 0x69, // updated 6.48
|
||||||
CFMemberStatus = 0x0079,
|
CFMemberStatus = 0x0079,
|
||||||
CFDutyInfo = 0x105, // updated 6.45
|
CFDutyInfo = 0x1be, // updated 6.48
|
||||||
CFPlayerInNeed = 0xF07F,
|
CFPlayerInNeed = 0xF07F,
|
||||||
CFPreferredRole = 0x211, // updated 6.45
|
CFPreferredRole = 0x160, // updated 6.48
|
||||||
CFCancel = 0xcc, // updated 6.45
|
CFCancel = 0x1bb, // updated 6.48
|
||||||
SocialRequestError = 0xF0AD,
|
SocialRequestError = 0xF0AD,
|
||||||
|
|
||||||
CFRegistered = 0x029F, // updated 5.58h
|
CFRegistered = 0x029F, // updated 5.58h
|
||||||
SocialRequestResponse = 0x27f, // updated 6.45
|
SocialRequestResponse = 0x373, // updated 6.48
|
||||||
SocialMessage = 0x03CB, // updated 5.58h
|
SocialMessage = 0x03CB, // updated 5.58h
|
||||||
SocialMessage2 = 0x01D7, // updated 5.58h
|
SocialMessage2 = 0x01D7, // updated 5.58h
|
||||||
CancelAllianceForming = 0xF0C6, // updated 4.2
|
CancelAllianceForming = 0xF0C6, // updated 4.2
|
||||||
|
|
||||||
LogMessage = 0x16b, // updated 6.45
|
LogMessage = 0x316, // updated 6.48
|
||||||
|
|
||||||
Chat = 0x218, // updated 6.45
|
Chat = 0x2d7, // updated 6.48
|
||||||
PartyChat = 0x0065,
|
PartyChat = 0x0065,
|
||||||
|
|
||||||
WorldVisitList = 0xF0FE, // added 4.5
|
WorldVisitList = 0xF0FE, // added 4.5
|
||||||
|
|
||||||
SocialList = 0x208, // updated 6.45
|
SocialList = 0xb1, // updated 6.48
|
||||||
|
|
||||||
ExamineSearchInfo = 0x6b, // updated 6.45
|
ExamineSearchInfo = 0x357, // updated 6.48
|
||||||
UpdateSearchInfo = 0x2ce, // updated 6.45
|
UpdateSearchInfo = 0x115, // updated 6.48
|
||||||
InitSearchInfo = 0xf9, // updated 6.45
|
InitSearchInfo = 0x70, // updated 6.48
|
||||||
ExamineSearchComment = 0xce, // updated 6.45
|
ExamineSearchComment = 0x199, // updated 6.48
|
||||||
|
|
||||||
ServerNoticeShort = 0x0333, // updated 5.58h
|
ServerNoticeShort = 0x0333, // updated 5.58h
|
||||||
ServerNotice = 0x194, // updated 6.45
|
ServerNotice = 0x2b1, // updated 6.48
|
||||||
SystemLogMessage = 0x100, // updated 6.45
|
SystemLogMessage = 0x3c8, // updated 6.48
|
||||||
SetOnlineStatus = 0x21d, // updated 6.45
|
SetOnlineStatus = 0x17a, // updated 6.48
|
||||||
|
|
||||||
CountdownInitiate = 0x351, // updated 6.45
|
CountdownInitiate = 0x399, // updated 6.48
|
||||||
CountdownCancel = 0xc8, // updated 6.45
|
CountdownCancel = 0x342, // updated 6.48
|
||||||
|
|
||||||
PlayerAddedToBlacklist = 0x305, // updated 6.45
|
PlayerAddedToBlacklist = 0xe2, // updated 6.48
|
||||||
PlayerRemovedFromBlacklist = 0x160, // updated 6.45
|
PlayerRemovedFromBlacklist = 0xd0, // updated 6.48
|
||||||
BlackList = 0x85, // updated 6.45
|
BlackList = 0x233, // updated 6.48
|
||||||
|
|
||||||
LinkshellList = 0x2f0, // updated 6.45
|
LinkshellList = 0x1f8, // updated 6.48
|
||||||
CrossWorldLinkshellList = 0x11a, // updated 6.45
|
CrossWorldLinkshellList = 0x3cc, // updated 6.48
|
||||||
FellowshipList = 0x23a, // updated 6.45
|
FellowshipList = 0x1c5, // updated 6.48
|
||||||
|
|
||||||
MailDeleteRequest = 0x236, // updated 6.45
|
MailDeleteRequest = 0x1b6, // updated 6.48
|
||||||
|
|
||||||
// 12D - 137 - constant gap between 4.5x -> 5.0
|
// 12D - 137 - constant gap between 4.5x -> 5.0
|
||||||
ReqMoogleMailList = 0xF138, // updated 5.0
|
ReqMoogleMailList = 0xF138, // updated 5.0
|
||||||
|
@ -125,111 +125,111 @@ enum ServerZoneIpcType :
|
||||||
|
|
||||||
MarketTaxRates = 0x01F8, // updated 5.35h
|
MarketTaxRates = 0x01F8, // updated 5.35h
|
||||||
|
|
||||||
MarketBoardSearchResult = 0x2fd, // updated 6.45
|
MarketBoardSearchResult = 0x3d6, // updated 6.48
|
||||||
MarketBoardItemListingCount = 0x26b, // updated 6.45
|
MarketBoardItemListingCount = 0x306, // updated 6.48
|
||||||
MarketBoardItemListingHistory = 0x3cb, // updated 6.45
|
MarketBoardItemListingHistory = 0x2f4, // updated 6.48
|
||||||
MarketBoardItemListing = 0xeb, // updated 6.45
|
MarketBoardItemListing = 0x1db, // updated 6.48
|
||||||
MarketBoardPurchase = 0x17b, // updated 6.45
|
MarketBoardPurchase = 0x1f0, // updated 6.48
|
||||||
ItemMarketBoardInfo = 0x143, // updated 6.45
|
ItemMarketBoardInfo = 0x11b, // updated 6.48
|
||||||
|
|
||||||
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
||||||
FreeCompanyBoardMsg = 0x03DB, // updated 5.58h
|
FreeCompanyBoardMsg = 0x03DB, // updated 5.58h
|
||||||
FreeCompanyInfo = 0x231, // updated 6.45
|
FreeCompanyInfo = 0x30f, // updated 6.48
|
||||||
FreeCompanyDialog = 0x23e, // updated 6.45
|
FreeCompanyDialog = 0x1b4, // updated 6.48
|
||||||
ExamineFreeCompanyInfo = 0x202, // updated 6.45
|
ExamineFreeCompanyInfo = 0x158, // updated 6.48
|
||||||
|
|
||||||
FreeCompanyUpdateShortMessage = 0xF157, // added 5.0
|
FreeCompanyUpdateShortMessage = 0xF157, // added 5.0
|
||||||
|
|
||||||
StatusEffectList = 0x3ce, // updated 6.45
|
StatusEffectList = 0x1dd, // updated 6.48
|
||||||
EurekaStatusEffectList = 0x198, // updated 6.45
|
EurekaStatusEffectList = 0x192, // updated 6.48
|
||||||
BossStatusEffectList = 0x2eb, // updated 6.45
|
BossStatusEffectList = 0x2cb, // updated 6.48
|
||||||
StatusEffectList2 = 0x2b7, // updated 6.45
|
StatusEffectList2 = 0x166, // updated 6.48
|
||||||
StatusEffectList3 = 0xee, // updated 6.45
|
StatusEffectList3 = 0x31f, // updated 6.48
|
||||||
Effect = 0x1e1, // updated 6.45
|
Effect = 0x354, // updated 6.48
|
||||||
AoeEffect8 = 0x181, // updated 6.45
|
AoeEffect8 = 0x18f, // updated 6.48
|
||||||
AoeEffect16 = 0x365, // updated 6.45
|
AoeEffect16 = 0x38f, // updated 6.48
|
||||||
AoeEffect24 = 0x2ec, // updated 6.45
|
AoeEffect24 = 0xd1, // updated 6.48
|
||||||
AoeEffect32 = 0x103, // updated 6.45
|
AoeEffect32 = 0x340, // updated 6.48
|
||||||
PersistantEffect = 0xee, // updated 6.45
|
PersistantEffect = 0x31f, // updated 6.48
|
||||||
|
|
||||||
PlaceFieldMarker = 0x172, // updated 6.45
|
PlaceFieldMarker = 0x194, // updated 6.48
|
||||||
PlaceFieldMarkerPreset = 0xd3, // updated 6.45
|
PlaceFieldMarkerPreset = 0x221, // updated 6.48
|
||||||
|
|
||||||
GCAffiliation = 0x1b9, // updated 6.45
|
GCAffiliation = 0x280, // updated 6.48
|
||||||
|
|
||||||
PlayerSpawn = 0x2d3, // updated 6.45
|
PlayerSpawn = 0x10e, // updated 6.48
|
||||||
NpcSpawn = 0x179, // updated 6.45
|
NpcSpawn = 0x91, // updated 6.48
|
||||||
NpcSpawn2 = 0x3d6, // updated 6.45
|
NpcSpawn2 = 0x2b6, // updated 6.48
|
||||||
|
|
||||||
SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18
|
SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18
|
||||||
|
|
||||||
PartyList = 0x36d, // updated 6.45
|
PartyList = 0x16f, // updated 6.48
|
||||||
PartyMessage = 0x13e, // updated 6.45
|
PartyMessage = 0x336, // updated 6.48
|
||||||
HateRank = 0x8f, // updated 6.45
|
HateRank = 0x33f, // updated 6.48
|
||||||
HateList = 0xe3, // updated 6.45
|
HateList = 0x356, // updated 6.48
|
||||||
ObjectSpawn = 0x240, // updated 6.45
|
ObjectSpawn = 0x190, // updated 6.48
|
||||||
ObjectDespawn = 0x2e1, // updated 6.45
|
ObjectDespawn = 0xd2, // updated 6.48
|
||||||
SilentSetClassJob = 0xF18E, // updated 5.0 - seems to be the case, not sure if it's actually used for anything
|
SilentSetClassJob = 0xF18E, // updated 5.0 - seems to be the case, not sure if it's actually used for anything
|
||||||
PlayerSetup = 0x2c5, // updated 6.45
|
PlayerSetup = 0x20e, // updated 6.48
|
||||||
PlayerStats = 0x30c, // updated 6.45
|
PlayerStats = 0x2f3, // updated 6.48
|
||||||
ActorOwner = 0x2c5, // updated 6.45
|
ActorOwner = 0x20e, // updated 6.48
|
||||||
PlayerStateFlags = 0x127, // updated 6.45
|
PlayerStateFlags = 0x2ed, // updated 6.48
|
||||||
PlayerClassInfo = 0x1a2, // updated 6.45
|
PlayerClassInfo = 0xfb, // updated 6.48
|
||||||
PlayerUpdateLook = 0x335, // updated 6.45
|
PlayerUpdateLook = 0xa8, // updated 6.48
|
||||||
CharaVisualEffect = 0x252, // updated 6.45
|
CharaVisualEffect = 0x2fc, // updated 6.48
|
||||||
|
|
||||||
ModelEquip = 0x9c, // updated 6.45
|
ModelEquip = 0x82, // updated 6.48
|
||||||
Examine = 0xed, // updated 6.45
|
Examine = 0x200, // updated 6.48
|
||||||
CharaNameReq = 0x1c5, // updated 6.45
|
CharaNameReq = 0x267, // updated 6.48
|
||||||
|
|
||||||
// nb: see #565 on github
|
// nb: see #565 on github
|
||||||
UpdateRetainerItemSalePrice = 0xF19F, // updated 5.0
|
UpdateRetainerItemSalePrice = 0xF19F, // updated 5.0
|
||||||
RetainerSaleHistory = 0x111, // updated 6.45
|
RetainerSaleHistory = 0x23d, // updated 6.48
|
||||||
RetainerInformation = 0x2f8, // updated 6.45
|
RetainerInformation = 0x2fe, // updated 6.48
|
||||||
|
|
||||||
SetLevelSync = 0x1186, // not updated for 4.4, not sure what it is anymore
|
SetLevelSync = 0x1186, // not updated for 4.4, not sure what it is anymore
|
||||||
|
|
||||||
ItemInfo = 0x333, // updated 6.45
|
ItemInfo = 0x3a4, // updated 6.48
|
||||||
ContainerInfo = 0x343, // updated 6.45
|
ContainerInfo = 0x208, // updated 6.48
|
||||||
InventoryTransactionFinish = 0x2ee, // updated 6.45
|
InventoryTransactionFinish = 0x298, // updated 6.48
|
||||||
InventoryTransaction = 0x1d2, // updated 6.45
|
InventoryTransaction = 0x3db, // updated 6.48
|
||||||
CurrencyCrystalInfo = 0x26a, // updated 6.45
|
CurrencyCrystalInfo = 0x389, // updated 6.48
|
||||||
|
|
||||||
InventoryActionAck = 0xbd, // updated 6.45
|
InventoryActionAck = 0x134, // updated 6.48
|
||||||
UpdateInventorySlot = 0x13f, // updated 6.45
|
UpdateInventorySlot = 0xa4, // updated 6.48
|
||||||
|
|
||||||
HuntingLogEntry = 0x15a, // updated 6.45
|
HuntingLogEntry = 0xb9, // updated 6.48
|
||||||
|
|
||||||
EventPlay = 0x14a, // updated 6.45
|
EventPlay = 0x2db, // updated 6.48
|
||||||
EventPlay4 = 0x1a5, // updated 6.45
|
EventPlay4 = 0xe8, // updated 6.48
|
||||||
EventPlay8 = 0x3b7, // updated 6.45
|
EventPlay8 = 0xfe, // updated 6.48
|
||||||
EventPlay16 = 0x3c4, // updated 6.45
|
EventPlay16 = 0x8f, // updated 6.48
|
||||||
EventPlay32 = 0x108, // updated 6.45
|
EventPlay32 = 0x374, // updated 6.48
|
||||||
EventPlay64 = 0x3e4, // updated 6.45
|
EventPlay64 = 0x27f, // updated 6.48
|
||||||
EventPlay128 = 0x320, // updated 6.45
|
EventPlay128 = 0x365, // updated 6.48
|
||||||
EventPlay255 = 0x151, // updated 6.45
|
EventPlay255 = 0xdb, // updated 6.48
|
||||||
EventStart = 0x133, // updated 6.45
|
EventStart = 0x2be, // updated 6.48
|
||||||
EventFinish = 0x125, // updated 6.45
|
EventFinish = 0x289, // updated 6.48
|
||||||
|
|
||||||
EventContinue = 0x11d, // updated 6.45
|
EventContinue = 0xd9, // updated 6.48
|
||||||
|
|
||||||
EventLinkshell = 0x1169,
|
EventLinkshell = 0x1169,
|
||||||
|
|
||||||
QuestActiveList = 0x10c, // updated 6.45
|
QuestActiveList = 0x108, // updated 6.48
|
||||||
QuestUpdate = 0x227, // updated 6.45
|
QuestUpdate = 0x2f0, // updated 6.48
|
||||||
QuestCompleteList = 0x239, // updated 6.45
|
QuestCompleteList = 0x17f, // updated 6.48
|
||||||
|
|
||||||
QuestFinish = 0x24f, // updated 6.45
|
QuestFinish = 0xf4, // updated 6.48
|
||||||
MSQTrackerComplete = 0x232, // updated 6.45
|
MSQTrackerComplete = 0x20a, // updated 6.48
|
||||||
MSQTrackerProgress = 0xF1CD, // updated 4.5 ? this actually looks like the two opcodes have been combined, see #474
|
MSQTrackerProgress = 0xF1CD, // updated 4.5 ? this actually looks like the two opcodes have been combined, see #474
|
||||||
|
|
||||||
QuestMessage = 0x0220, // updated 5.58h
|
QuestMessage = 0x0220, // updated 5.58h
|
||||||
|
|
||||||
QuestTracker = 0x192, // updated 6.45
|
QuestTracker = 0x2ec, // updated 6.48
|
||||||
|
|
||||||
Mount = 0x15e, // updated 6.45
|
Mount = 0x242, // updated 6.48
|
||||||
|
|
||||||
DirectorVars = 0x27e, // updated 6.45
|
DirectorVars = 0x114, // updated 6.48
|
||||||
SomeDirectorUnk1 = 0x0084, // updated 5.18
|
SomeDirectorUnk1 = 0x0084, // updated 5.18
|
||||||
SomeDirectorUnk2 = 0xF0C1, // updated 5.18
|
SomeDirectorUnk2 = 0xF0C1, // updated 5.18
|
||||||
SomeDirectorUnk4 = 0x03DD, // updated 5.58h
|
SomeDirectorUnk4 = 0x03DD, // updated 5.58h
|
||||||
|
@ -241,67 +241,67 @@ enum ServerZoneIpcType :
|
||||||
|
|
||||||
CFAvailableContents = 0xF1FD, // updated 4.2
|
CFAvailableContents = 0xF1FD, // updated 4.2
|
||||||
|
|
||||||
WeatherChange = 0xf0, // updated 6.45
|
WeatherChange = 0x21c, // updated 6.48
|
||||||
PlayerTitleList = 0x144, // updated 6.45
|
PlayerTitleList = 0x17c, // updated 6.48
|
||||||
Discovery = 0x1a4, // updated 6.45
|
Discovery = 0x14f, // updated 6.48
|
||||||
|
|
||||||
EorzeaTimeOffset = 0x18f, // updated 6.45
|
EorzeaTimeOffset = 0x1a2, // updated 6.48
|
||||||
|
|
||||||
EquipDisplayFlags = 0x69, // updated 6.45
|
EquipDisplayFlags = 0x24e, // updated 6.48
|
||||||
|
|
||||||
MiniCactpotInit = 0x0286, // added 5.31
|
MiniCactpotInit = 0x0286, // added 5.31
|
||||||
ShopMessage = 0x0287, // updated 5.58h
|
ShopMessage = 0x0287, // updated 5.58h
|
||||||
LootMessage = 0x14b, // updated 6.45
|
LootMessage = 0x219, // updated 6.48
|
||||||
ResultDialog = 0xc2, // updated 6.45
|
ResultDialog = 0x21f, // updated 6.48
|
||||||
DesynthResult = 0x1df, // updated 6.45
|
DesynthResult = 0x296, // updated 6.48
|
||||||
|
|
||||||
/// Housing //////////////////////////////////////
|
/// Housing //////////////////////////////////////
|
||||||
|
|
||||||
LandSetInitialize = 0x3d2, // updated 6.45
|
LandSetInitialize = 0x228, // updated 6.48
|
||||||
LandUpdate = 0x101, // updated 6.45
|
LandUpdate = 0x26c, // updated 6.48
|
||||||
LandAvailability = 0x273, // updated 6.45
|
LandAvailability = 0x258, // updated 6.48
|
||||||
YardObjectSpawn = 0x2ba, // updated 6.45
|
YardObjectSpawn = 0x2c0, // updated 6.48
|
||||||
HousingIndoorInitialize = 0x2fe, // updated 6.45
|
HousingIndoorInitialize = 0x24f, // updated 6.48
|
||||||
LandPriceUpdate = 0x1b4, // updated 6.45
|
LandPriceUpdate = 0x94, // updated 6.48
|
||||||
LandInfoSign = 0x13d, // updated 6.45
|
LandInfoSign = 0x330, // updated 6.48
|
||||||
LandRename = 0x27b, // updated 6.45
|
LandRename = 0x255, // updated 6.48
|
||||||
HousingEstateGreeting = 0x1c9, // updated 6.45
|
HousingEstateGreeting = 0x253, // updated 6.48
|
||||||
HousingUpdateLandFlagsSlot = 0x34b, // updated 6.45
|
HousingUpdateLandFlagsSlot = 0x3a1, // updated 6.48
|
||||||
HousingLandFlags = 0x12b, // updated 6.45
|
HousingLandFlags = 0x197, // updated 6.48
|
||||||
HousingShowEstateGuestAccess = 0xfc, // updated 6.45
|
HousingShowEstateGuestAccess = 0x2f2, // updated 6.48
|
||||||
|
|
||||||
HousingObjectInitialize = 0x19c, // updated 6.45
|
HousingObjectInitialize = 0x39e, // updated 6.48
|
||||||
HousingInternalObjectSpawn = 0x1a0, // updated 6.45
|
HousingInternalObjectSpawn = 0x31c, // updated 6.48
|
||||||
|
|
||||||
HousingWardInfo = 0x284, // updated 6.45
|
HousingWardInfo = 0x395, // updated 6.48
|
||||||
HousingObjectMove = 0xaa, // updated 6.45
|
HousingObjectMove = 0x21b, // updated 6.48
|
||||||
HousingObjectDye = 0x33d, // updated 6.45
|
HousingObjectDye = 0x2a6, // updated 6.48
|
||||||
|
|
||||||
SharedEstateSettingsResponse = 0x32c, // updated 6.45
|
SharedEstateSettingsResponse = 0x2d1, // updated 6.48
|
||||||
|
|
||||||
LandUpdateHouseName = 0x2d2, // updated 6.45
|
LandUpdateHouseName = 0x98, // updated 6.48
|
||||||
LandSetMap = 0x36f, // updated 6.45
|
LandSetMap = 0x366, // updated 6.48
|
||||||
|
|
||||||
CeremonySetActorAppearance = 0x2e7, // updated 6.45
|
CeremonySetActorAppearance = 0x3be, // updated 6.48
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
DuelChallenge = 0x0277, // 4.2; this is responsible for opening the ui
|
DuelChallenge = 0x0277, // 4.2; this is responsible for opening the ui
|
||||||
PerformNote = 0x2a8, // updated 6.45
|
PerformNote = 0x12a, // updated 6.48
|
||||||
|
|
||||||
DutyGauge = 0x02E5, // updated 5.58h
|
DutyGauge = 0x02E5, // updated 5.58h
|
||||||
|
|
||||||
// daily quest info -> without them sent, login will take longer...
|
// daily quest info -> without them sent, login will take longer...
|
||||||
DailyQuests = 0x301, // updated 6.45
|
DailyQuests = 0x90, // updated 6.48
|
||||||
DailyQuestRepeatFlags = 0x36a, // updated 6.45
|
DailyQuestRepeatFlags = 0x382, // updated 6.48
|
||||||
|
|
||||||
MapUpdate = 0x2f5, // updated 6.45
|
MapUpdate = 0xa3, // updated 6.48
|
||||||
MapUpdate4 = 0x185, // updated 6.45
|
MapUpdate4 = 0x345, // updated 6.48
|
||||||
MapUpdate8 = 0x32e, // updated 6.45
|
MapUpdate8 = 0x10c, // updated 6.48
|
||||||
MapUpdate16 = 0x329, // updated 6.45
|
MapUpdate16 = 0x360, // updated 6.48
|
||||||
MapUpdate32 = 0x11c, // updated 6.45
|
MapUpdate32 = 0x1b1, // updated 6.48
|
||||||
MapUpdate64 = 0x2be, // updated 6.45
|
MapUpdate64 = 0x325, // updated 6.48
|
||||||
MapUpdate128 = 0x1f8, // updated 6.45
|
MapUpdate128 = 0x9c, // updated 6.48
|
||||||
|
|
||||||
/// Doman Mahjong //////////////////////////////////////
|
/// Doman Mahjong //////////////////////////////////////
|
||||||
MahjongOpenGui = 0x02A4, // only available in mahjong instance
|
MahjongOpenGui = 0x02A4, // only available in mahjong instance
|
||||||
|
@ -316,19 +316,19 @@ enum ServerZoneIpcType :
|
||||||
MahjongEndGame = 0x02C6, // finished oorasu(all-last) round; shows a result screen.
|
MahjongEndGame = 0x02C6, // finished oorasu(all-last) round; shows a result screen.
|
||||||
|
|
||||||
/// Airship & Submarine //////////////////////////////////////
|
/// Airship & Submarine //////////////////////////////////////
|
||||||
AirshipTimers = 0x75, // updated 6.45
|
AirshipTimers = 0x34f, // updated 6.48
|
||||||
AirshipStatus = 0x7b, // updated 6.45
|
AirshipStatus = 0x16b, // updated 6.48
|
||||||
AirshipStatusList = 0x391, // updated 6.45
|
AirshipStatusList = 0x2e4, // updated 6.48
|
||||||
AirshipExplorationResult = 0x304, // updated 6.45
|
AirshipExplorationResult = 0x359, // updated 6.48
|
||||||
|
|
||||||
SubmarineTimers = 0xcd, // updated 6.45
|
SubmarineTimers = 0x3af, // updated 6.48
|
||||||
SubmarineProgressionStatus = 0x22d, // updated 6.45
|
SubmarineProgressionStatus = 0x152, // updated 6.48
|
||||||
SubmarineStatusList = 0x1bc, // updated 6.45
|
SubmarineStatusList = 0xc4, // updated 6.48
|
||||||
SubmarineExplorationResult = 0x34a, // updated 6.45
|
SubmarineExplorationResult = 0x376, // updated 6.48
|
||||||
|
|
||||||
EnvironmentControl = 0x29f, // updated 6.45
|
EnvironmentControl = 0x137, // updated 6.48
|
||||||
RSVData = 0x3ca, // updated 6.45
|
RSVData = 0x212, // updated 6.48
|
||||||
IslandWorkshopSupplyDemand = 0x1f4, // updated 6.45
|
IslandWorkshopSupplyDemand = 0xf9, // updated 6.48
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -337,10 +337,10 @@ enum ServerZoneIpcType :
|
||||||
enum ClientZoneIpcType :
|
enum ClientZoneIpcType :
|
||||||
uint16_t
|
uint16_t
|
||||||
{
|
{
|
||||||
PingHandler = 0x3bc, // updated 6.45
|
PingHandler = 0x238, // updated 6.48
|
||||||
InitHandler = 0x372, // updated 6.45
|
InitHandler = 0x3b6, // updated 6.48
|
||||||
|
|
||||||
FinishLoadingHandler = 0x3bd, // updated 6.45
|
FinishLoadingHandler = 0x2ac, // updated 6.48
|
||||||
|
|
||||||
CFCommenceHandler = 0x0381, // updated 5.58h
|
CFCommenceHandler = 0x0381, // updated 5.58h
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ enum ClientZoneIpcType :
|
||||||
CFRegisterDuty = 0x01BD, // updated 5.58h
|
CFRegisterDuty = 0x01BD, // updated 5.58h
|
||||||
CFRegisterRoulette = 0x037A, // updated 5.58h
|
CFRegisterRoulette = 0x037A, // updated 5.58h
|
||||||
PlayTimeHandler = 0x02B7, // updated 5.58h
|
PlayTimeHandler = 0x02B7, // updated 5.58h
|
||||||
LogoutHandler = 0x2b3, // updated 6.45
|
LogoutHandler = 0x1ad, // updated 6.48
|
||||||
CancelLogout = 0x01e3, // updated 6.31h
|
CancelLogout = 0x01e3, // updated 6.31h
|
||||||
CFDutyInfoHandler = 0xF078, // updated 4.2
|
CFDutyInfoHandler = 0xF078, // updated 4.2
|
||||||
|
|
||||||
|
@ -356,27 +356,27 @@ enum ClientZoneIpcType :
|
||||||
SocialResponseHandler = 0x023B, // updated 5.58h
|
SocialResponseHandler = 0x023B, // updated 5.58h
|
||||||
CreateCrossWorldLS = 0x9999, // updated 5.58h
|
CreateCrossWorldLS = 0x9999, // updated 5.58h
|
||||||
|
|
||||||
ChatHandler = 0x31f, // updated 6.45
|
ChatHandler = 0x1df, // updated 6.48
|
||||||
PartyChatHandler = 0x0065, PartySetLeaderHandler = 0x036C, // updated 5.58h
|
PartyChatHandler = 0x0065, PartySetLeaderHandler = 0x036C, // updated 5.58h
|
||||||
LeavePartyHandler = 0x019D, // updated 5.58h
|
LeavePartyHandler = 0x019D, // updated 5.58h
|
||||||
KickPartyMemberHandler = 0x0262, // updated 5.58h
|
KickPartyMemberHandler = 0x0262, // updated 5.58h
|
||||||
DisbandPartyHandler = 0x0276, // updated 5.58h
|
DisbandPartyHandler = 0x0276, // updated 5.58h
|
||||||
|
|
||||||
SocialListHandler = 0x206, // updated 6.40
|
SocialListHandler = 0x206, // updated 6.40
|
||||||
SetSearchInfoHandler = 0x129, // updated 6.45
|
SetSearchInfoHandler = 0x230, // updated 6.48
|
||||||
ReqSearchInfoHandler = 0x03b0, // updated 6.31h
|
ReqSearchInfoHandler = 0x03b0, // updated 6.31h
|
||||||
ReqExamineSearchCommentHandler = 0x00E7, // updated 5.0
|
ReqExamineSearchCommentHandler = 0x00E7, // updated 5.0
|
||||||
|
|
||||||
ReqRemovePlayerFromBlacklist = 0x00B4, // updated 5.58h
|
ReqRemovePlayerFromBlacklist = 0x00B4, // updated 5.58h
|
||||||
BlackListHandler = 0x204, // updated 6.45
|
BlackListHandler = 0x153, // updated 6.48
|
||||||
PlayerSearchHandler = 0x037D, // updated 5.58h
|
PlayerSearchHandler = 0x037D, // updated 5.58h
|
||||||
|
|
||||||
LinkshellListHandler = 0x03B6, // updated 5.58h
|
LinkshellListHandler = 0x03B6, // updated 5.58h
|
||||||
|
|
||||||
MarketBoardRequestItemListingInfo = 0x00F4, // updated 5.58h
|
MarketBoardRequestItemListingInfo = 0x00F4, // updated 5.58h
|
||||||
MarketBoardRequestItemListings = 0x0122, // updated 5.58h
|
MarketBoardRequestItemListings = 0x0122, // updated 5.58h
|
||||||
MarketBoardSearch = 0x0082, // updated 5.58h
|
MarketBoardSearch = 0x0082, // updated 5.58h
|
||||||
MarketBoardPurchaseHandler = 0x66, // updated 6.45
|
MarketBoardPurchaseHandler = 0x15b, // updated 6.48
|
||||||
|
|
||||||
ReqExamineFcInfo = 0xF37B, // updated 5.58h (prepended F. Conflicts with FinishLoadingHandler 6.38)
|
ReqExamineFcInfo = 0xF37B, // updated 5.58h (prepended F. Conflicts with FinishLoadingHandler 6.38)
|
||||||
|
|
||||||
|
@ -391,33 +391,33 @@ enum ClientZoneIpcType :
|
||||||
ReqCountdownInitiate = 0x03e1, // updated 6.31h
|
ReqCountdownInitiate = 0x03e1, // updated 6.31h
|
||||||
ReqCountdownCancel = 0x023a, // updated 6.31h
|
ReqCountdownCancel = 0x023a, // updated 6.31h
|
||||||
|
|
||||||
ZoneLineHandler = 0x251, // updated 6.45
|
ZoneLineHandler = 0x34e, // updated 6.48
|
||||||
ClientTrigger = 0xdf, // updated 6.45
|
ClientTrigger = 0x186, // updated 6.48
|
||||||
DiscoveryHandler = 0x038B, // updated 5.58h
|
DiscoveryHandler = 0x038B, // updated 5.58h
|
||||||
|
|
||||||
SkillHandler = 0x1eb, // updated 6.45
|
SkillHandler = 0xa7, // updated 6.48
|
||||||
GMCommand1 = 0xf5, // updated 6.45
|
GMCommand1 = 0x2f9, // updated 6.48
|
||||||
GMCommand2 = 0x2ea, // updated 6.45
|
GMCommand2 = 0x299, // updated 6.48
|
||||||
AoESkillHandler = 0x78, // updated 6.45
|
AoESkillHandler = 0x65, // updated 6.48
|
||||||
|
|
||||||
UpdatePositionHandler = 0xa5, // updated 6.45
|
UpdatePositionHandler = 0x3b5, // updated 6.48
|
||||||
|
|
||||||
InventoryModifyHandler = 0x140, // updated 6.45
|
InventoryModifyHandler = 0x2da, // updated 6.48
|
||||||
|
|
||||||
InventoryEquipRecommendedItems = 0x01C9, // updated 5.58h
|
InventoryEquipRecommendedItems = 0x01C9, // updated 5.58h
|
||||||
|
|
||||||
ReqPlaceHousingItem = 0x02D4, // updated 5.58h
|
ReqPlaceHousingItem = 0x02D4, // updated 5.58h
|
||||||
BuildPresetHandler = 0x0223, // updated 5.58h
|
BuildPresetHandler = 0x0223, // updated 5.58h
|
||||||
|
|
||||||
TalkEventHandler = 0x1f6, // updated 6.45
|
TalkEventHandler = 0x1a8, // updated 6.48
|
||||||
EmoteEventHandler = 0x00B0, // updated 5.58h
|
EmoteEventHandler = 0x00B0, // updated 5.58h
|
||||||
WithinRangeEventHandler = 0x36e, // updated 6.45
|
WithinRangeEventHandler = 0x1b9, // updated 6.48
|
||||||
OutOfRangeEventHandler = 0x2dd, // updated 6.45
|
OutOfRangeEventHandler = 0x263, // updated 6.48
|
||||||
EnterTeriEventHandler = 0x165, // updated 6.45
|
EnterTeriEventHandler = 0x370, // updated 6.48
|
||||||
ShopEventHandler = 0x0384, // updated 5.58h
|
ShopEventHandler = 0x0384, // updated 5.58h
|
||||||
ReturnEventHandler = 0xa1, // updated 6.45
|
ReturnEventHandler = 0xef, // updated 6.48
|
||||||
TradeReturnEventHandler = 0x2fa, // updated 6.45
|
TradeReturnEventHandler = 0x1fb, // updated 6.48
|
||||||
TradeReturnEventHandler2 = 0x1e1, // updated 6.45
|
TradeReturnEventHandler2 = 0x354, // updated 6.48
|
||||||
EventYield2Handler = 0x021D, // updated 5.58h
|
EventYield2Handler = 0x021D, // updated 5.58h
|
||||||
EventYield16Handler = 0x0207, // updated 5.58h
|
EventYield16Handler = 0x0207, // updated 5.58h
|
||||||
|
|
||||||
|
@ -434,7 +434,7 @@ enum ClientZoneIpcType :
|
||||||
|
|
||||||
SetSharedEstateSettings = 0x00D2, // updated 5.58h
|
SetSharedEstateSettings = 0x00D2, // updated 5.58h
|
||||||
|
|
||||||
UpdatePositionInstance = 0x95, // updated 6.45
|
UpdatePositionInstance = 0xa5, // updated 6.48
|
||||||
|
|
||||||
PerformNoteHandler = 0x0243, // updated 5.58h
|
PerformNoteHandler = 0x0243, // updated 5.58h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue