mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Validating packets (starting with loot) (#5079)
This commit is contained in:
@@ -183,7 +183,6 @@ OP_RefreshBuffs=0x754c
|
||||
OP_RefreshTargetBuffs=0x197f
|
||||
OP_RefreshPetBuffs=0x4f42
|
||||
OP_Illusion=0x7fb0
|
||||
OP_MoneyOnCorpse=0x6f63
|
||||
OP_RandomReply=0x1234
|
||||
OP_DenyResponse=0x339b
|
||||
OP_SkillUpdate=0x0149
|
||||
@@ -225,7 +224,7 @@ OP_KeyRing=0x0000
|
||||
OP_WhoAllRequest=0x3328
|
||||
OP_WhoAllResponse=0x4dfd
|
||||
OP_FriendsWho=0x3547
|
||||
OP_ConfirmDelete=0x14a8 # This is sent fromt the client after a movement update (with just spawn ID as the content)
|
||||
OP_ConfirmDelete=0x14a8 # This is sent from the client after a movement update (with just spawn ID as the content)
|
||||
OP_Logout=0x46f8
|
||||
OP_Rewind=0x898a
|
||||
OP_TargetCommand=0x46bf
|
||||
@@ -415,6 +414,7 @@ OP_MercenarySuspendResponse=0x0000
|
||||
OP_MercenaryUnsuspendResponse=0x0000
|
||||
|
||||
# Looting
|
||||
OP_MoneyOnCorpse=0x6f63 # this is actually a loot logistics packet
|
||||
OP_LootRequest=0x2239
|
||||
OP_EndLootRequest=0x173c
|
||||
OP_LootItem=0x5241
|
||||
|
||||
Reference in New Issue
Block a user