Work in progress on some packets; consider and HP update look right but I'm still testing.

This commit is contained in:
KimLS
2024-11-26 22:52:45 -08:00
parent e74d4b6e67
commit f9918d47d7
4 changed files with 81 additions and 2 deletions
+4
View File
@@ -25,6 +25,8 @@ E(OP_ChannelMessage)
E(OP_SpecialMesg)
E(OP_DeleteSpawn)
E(OP_FormattedMessage)
E(OP_Consider)
E(OP_HPUpdate)
//list of packets we need to decode on the way in:
D(OP_EnterWorld)
D(OP_ZoneEntry)
@@ -33,6 +35,8 @@ D(OP_ClientUpdate)
D(OP_WearChange)
D(OP_ChannelMessage)
D(OP_SetServerFilter)
D(OP_Consider)
D(OP_ConsiderCorpse)
#undef E
#undef D