mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Map and handle additional Turtle combat/movement world opcodes
This commit is contained in:
parent
494a8b5acc
commit
ddcd2b302e
4 changed files with 82 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue