mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
Added missing handler opcodes from comparing 6.08 and 6.11 packet
captures.
This commit is contained in:
parent
70bddaf2be
commit
53268c5ef0
1 changed files with 62 additions and 62 deletions
|
@ -49,6 +49,8 @@ namespace Sapphire::Network::Packets
|
|||
ChatBanned = 0xF06B,
|
||||
InitSearchInfo = 0x010D, // updated 6.11
|
||||
|
||||
// Definitions that needed to be "changed" (with an F in front) to prevent conflicts
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
Ping = 0x10F4, // updated 6.11
|
||||
|
@ -85,17 +87,17 @@ namespace Sapphire::Network::Packets
|
|||
SomeDirectorUnk4 = 0x01AD, // Updated 6.11
|
||||
SomeDirectorUnk8 = 0x028A, // updated 5.18
|
||||
SomeDirectorUnk16 = 0x028C, // updated 5.18
|
||||
|
||||
DirectorPopUp = 0x03DF, // updated 5.58 hotfix
|
||||
DirectorPopUp4 = 0x019B, // updated 5.58 hotfix
|
||||
DirectorPopUp8 = 0x0271, // updated 5.58 hotfix
|
||||
///////// These last 3 are 0x0093, 0x00DA and 0x01CB, but don't know which is which
|
||||
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
PlayerSetup = 0x0312, // Updated 6.11
|
||||
PlayerStats = 0x0370, // Updated 6.11
|
||||
PlayerSpawn = 0x018F, // Updated 6.11
|
||||
PlayerClassInfo = 0x0271, // updated 6.11
|
||||
PlayerClassInfo = 0x025A, // updated 6.11
|
||||
|
||||
|
||||
UpdateHpMpTp = 0x028B, // Updated 6.11
|
||||
|
@ -120,7 +122,7 @@ namespace Sapphire::Network::Packets
|
|||
CFCancel = 0x0354, // updated 6.11
|
||||
SocialRequestError = 0xF0AD,
|
||||
|
||||
CFRegistered = 0x00EF, // updated 6.11
|
||||
CFRegistered = 0x00A9, // updated 6.08
|
||||
SocialRequestResponse = 0x037C, // updated 6.11
|
||||
SocialMessage = 0x0239, // updated 6.11
|
||||
SocialMessage2 = 0x03CA, // updated 6.11
|
||||
|
@ -259,8 +261,6 @@ namespace Sapphire::Network::Packets
|
|||
ResultDialog = 0x0361, // Updated 6.11
|
||||
DesynthResult = 0x035A, // Updated 6.11
|
||||
|
||||
/// Housing //////////////////////////////////////
|
||||
|
||||
LandSetInitialize = 0x03E5, // updated 6.11
|
||||
LandUpdate = 0x00D3, // updated 6.11
|
||||
YardObjectSpawn = 0x014B, // updated 6.11
|
||||
|
@ -335,9 +335,9 @@ namespace Sapphire::Network::Packets
|
|||
PingHandler = 0x00B6, // updated 6.11 testing
|
||||
InitHandler = 0x0216, // updated 6.11 testing
|
||||
FinishLoadingHandler = 0x0104, // updated 6.11 testing
|
||||
SocialListHandler = 0x0999, // updated 6.11 testing
|
||||
BlackListHandler = 0x0999, // updated 6.11 testing
|
||||
LinkshellListHandler = 0x9999, // updated 6.11 testing
|
||||
SocialListHandler = 0x0214, // updated 6.11 testing
|
||||
BlackListHandler = 0x0082, // updated 6.11 testing
|
||||
LinkshellListHandler = 0x009D, // updated 6.11 testing
|
||||
MarketBoardSearch = 0x9999, // updated 5.58 hotfix
|
||||
|
||||
LogoutHandler = 0x02CE, // updated 6.11
|
||||
|
|
Loading…
Add table
Reference in a new issue