-Damage mostly works

-Death kinda sorta works; need to fix an ordering issue in source (we send death before damage on killing blow)
-Fix animation
-Fix auto attack
-Camp
This commit is contained in:
KimLS
2024-12-01 23:42:28 -08:00
parent 591fa0eb1d
commit 392998325b
4 changed files with 126 additions and 5 deletions
+3
View File
@@ -27,6 +27,9 @@ E(OP_DeleteSpawn)
E(OP_FormattedMessage)
E(OP_Consider)
E(OP_HPUpdate)
E(OP_Damage)
E(OP_Animation)
E(OP_Death)
//list of packets we need to decode on the way in:
D(OP_EnterWorld)
D(OP_ZoneEntry)