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

@ -38,6 +38,11 @@
"SMSG_UPDATE_OBJECT": "0x0A9",
"SMSG_COMPRESSED_UPDATE_OBJECT": "0x1F6",
"SMSG_MONSTER_MOVE_TRANSPORT": "0x2AE",
"SMSG_SPLINE_MOVE_SET_WALK_MODE": "0x30D",
"SMSG_SPLINE_MOVE_SET_RUN_MODE": "0x30E",
"SMSG_SPLINE_MOVE_SET_RUN_SPEED": "0x2FE",
"SMSG_SPLINE_MOVE_SET_RUN_BACK_SPEED": "0x2FF",
"SMSG_SPLINE_MOVE_SET_SWIM_SPEED": "0x300",
"SMSG_DESTROY_OBJECT": "0x0AA",
"CMSG_MESSAGECHAT": "0x095",
"SMSG_MESSAGECHAT": "0x096",
@ -103,7 +108,9 @@
"SMSG_ATTACKSTART": "0x143",
"SMSG_ATTACKSTOP": "0x144",
"SMSG_ATTACKERSTATEUPDATE": "0x14A",
"SMSG_AI_REACTION": "0x13C",
"SMSG_SPELLNONMELEEDAMAGELOG": "0x250",
"SMSG_PLAY_SPELL_VISUAL": "0x1F3",
"SMSG_SPELLHEALLOG": "0x150",
"SMSG_SPELLENERGIZELOG": "0x151",
"SMSG_PERIODICAURALOG": "0x24E",