mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
SMSG_MONSTER_MOVE_TRANSPORT (handleMonsterMoveTransport): - Parse full WotLK 3.3.5a spline payload after the transport-local start position: splineId, moveType, facing data (spot/target/angle), splineFlags, Animation flag block, duration, Parabolic flag block, pointCount, waypoints - Extract destination in transport-local server coords, compose to world space via TransportManager, then call entity->startMoveTo() with the spline duration so NPC movement interpolates smoothly instead of teleporting - Handle all facing modes (FacingSpot/Target/Angle/normal) in transport space - Degenerate cases (no spline data, moveType==1 stop, no transport manager) fall back to snapping start position as before SMSG_QUESTLOG_FULL: - This opcode is a zero-payload notification meaning the quest log is at capacity (25 quests); it does not carry quest log data - Replace placeholder LOG_INFO stubs with a proper "Your quest log is full." chat notification and a single LOG_INFO |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||