Map and handle additional Turtle combat/movement world opcodes

This commit is contained in:
Kelsi 2026-02-18 23:38:34 -08:00
parent 494a8b5acc
commit ddcd2b302e
4 changed files with 82 additions and 0 deletions

View file

@ -65,6 +65,11 @@ enum class LogicalOpcode : uint16_t {
SMSG_UPDATE_OBJECT,
SMSG_COMPRESSED_UPDATE_OBJECT,
SMSG_MONSTER_MOVE_TRANSPORT,
SMSG_SPLINE_MOVE_SET_WALK_MODE,
SMSG_SPLINE_MOVE_SET_RUN_MODE,
SMSG_SPLINE_MOVE_SET_RUN_SPEED,
SMSG_SPLINE_MOVE_SET_RUN_BACK_SPEED,
SMSG_SPLINE_MOVE_SET_SWIM_SPEED,
SMSG_DESTROY_OBJECT,
// ---- Chat ----
@ -168,7 +173,9 @@ enum class LogicalOpcode : uint16_t {
SMSG_ATTACKSTART,
SMSG_ATTACKSTOP,
SMSG_ATTACKERSTATEUPDATE,
SMSG_AI_REACTION,
SMSG_SPELLNONMELEEDAMAGELOG,
SMSG_PLAY_SPELL_VISUAL,
SMSG_SPELLHEALLOG,
SMSG_SPELLENERGIZELOG,
SMSG_PERIODICAURALOG,