mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
opcode
This commit is contained in:
parent
e2aab50155
commit
4cd71f53fd
2 changed files with 5 additions and 0 deletions
|
@ -553,6 +553,7 @@ namespace Common {
|
||||||
AetherReductionDlg = 0x17D,
|
AetherReductionDlg = 0x17D,
|
||||||
|
|
||||||
Unk6 = 0x19C,
|
Unk6 = 0x19C,
|
||||||
|
EObjAnimation = 0x19D,
|
||||||
|
|
||||||
SetTitle = 0x1F4,
|
SetTitle = 0x1F4,
|
||||||
|
|
||||||
|
@ -562,6 +563,7 @@ namespace Common {
|
||||||
SetFavorite = 0x1FC,
|
SetFavorite = 0x1FC,
|
||||||
LearnTeleport = 0x1FD,
|
LearnTeleport = 0x1FD,
|
||||||
|
|
||||||
|
OpenRecommendationGuide = 0x200,
|
||||||
ArmoryErrorMsg = 0x201,
|
ArmoryErrorMsg = 0x201,
|
||||||
|
|
||||||
AchievementPopup = 0x203,
|
AchievementPopup = 0x203,
|
||||||
|
|
|
@ -107,11 +107,14 @@ namespace Packets {
|
||||||
|
|
||||||
ActorCast = 0x0178, // updated 4.3
|
ActorCast = 0x0178, // updated 4.3
|
||||||
|
|
||||||
|
PartyList = 0x017A, // updated 4.3
|
||||||
HateList = 0x017B, // updated 4.3
|
HateList = 0x017B, // updated 4.3
|
||||||
|
|
||||||
ObjectSpawn = 0x017D, // updated 4.3
|
ObjectSpawn = 0x017D, // updated 4.3
|
||||||
ObjectDespawn = 0x017E, // updated 4.3
|
ObjectDespawn = 0x017E, // updated 4.3
|
||||||
|
|
||||||
|
SetLevelSync = 0x017F, // updated 4.3
|
||||||
|
|
||||||
InventoryActionAck = 0x0180, // updated 4.2 ?
|
InventoryActionAck = 0x0180, // updated 4.2 ?
|
||||||
|
|
||||||
InitUI = 0x0181, // updated 4.3
|
InitUI = 0x0181, // updated 4.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue