Closed Valkirie closed 3 years ago
.quest add 9180
.go c id 10181
WaypointMovementGenerator::LoadPath: Creature (Entry: 21628 Guid: 10060136) doesn't have waypoint path 0
void WaypointMovementGenerator<Creature>::InitializeWaypointPath> unable to intialize path for Creature (Entry: 21628 Guid: 10060136)
WaypointMovementGenerator::LoadPath: Creature (Entry: 21628 Guid: 10060137) doesn't have waypoint path 0
void WaypointMovementGenerator<Creature>::InitializeWaypointPath> unable to intialize path for Creature (Entry: 21628 Guid: 10060137)
WaypointMovementGenerator::LoadPath: Creature (Entry: 21628 Guid: 10060138) doesn't have waypoint path 0
void WaypointMovementGenerator<Creature>::InitializeWaypointPath> unable to intialize path for Creature (Entry: 21628 Guid: 10060138)
WaypointMovementGenerator::LoadPath: Creature (Entry: 21628 Guid: 10060139) doesn't have waypoint path 0
void WaypointMovementGenerator<Creature>::InitializeWaypointPath> unable to intialize path for Creature (Entry: 21628 Guid: 10060139)
maybe try UPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 21628;
as they dont really use waypoint movement but are forced to move.
prolly scripted wrong anyways when looking at this video https://www.youtube.com/watch?v=ipQBFDb_SFI
all you need is to backport wotlk fixes for path = 0 .. and errors like this will disapear [2855] [2856] for this one - https://github.com/cmangos/wotlk-db/commit/85aa46fad40afbe4d3a4b5bf661c009b7459934e
so it didnt crash for me, he says its crashing for him, should be investigated then. but yea i didnt see anything unusual either exept these errors.
all you need is to backport wotlk fixes for path = 0 .. and errors like this will disapear [2855] [2856] for this one - cmangos/wotlk-db@85aa46f
This:
UPDATE creature_template SET MovementType = 0 WHERE entry = 21628;
Plus:
summon->GetMotionMaster()->MovePoint(1, fX, fY, fZ + 5.0f);
Fixed it.
"Duplicate" of #2244 (Same crash)
Closing as duplicate of #2244.
🐛 Bugreport
Server will crash when SendNextWayPointPath() is called with a null m_currentWaypointNode (???).
Expected behavior
Get nextNode value and keep up.
Version & Environment
Steps to reproduce
Crashlog