Playerbot: bots hold position while owner rides a vehicle; re-summon to owner's location+phase on vehicle exit #1

Merged
josh merged 1 commits from fix/bot-vehicle-follow into main 2026-08-30 18:51:11 +10:00
1 Commits
Author SHA1 Message Date
devbox dffa54c44e Playerbot: bots hold position while owner rides a vehicle; re-summon to owner's location+phase on vehicle exit
- State_InGroup follow-recall: skip following when the anchor is on a vehicle
  (Exile's Reach boar ride) so bots don't trail an on-rails ride.
- New OnPlayerVehicleExit hook (wired in the core-hooks patch at
  Unit::_ExitVehicle): after the owner leaves a vehicle, teleport owned bots
  to the owner's position and inherit the owner's PhaseShift so they actually
  appear (bots were spawning at coords but not in the player's phase).
2026-08-30 13:49:45 +10:00