newsbot
06.01.2022, 10:21
Автор: cyberium
Add LINEAR_WP_PATH_MOTION_TYPE (back and forth on defined waypoint)Use Movement type 4 in db.You should define a list of waypoint as usual but only one way (from start to end point)so movement goes from pointA->B->C->D->C->B->A->B.....Script should work like usual as it should be considered like a waypoint path for large part of the core.All creature support that as usual way to set movetype but formation support only waypoint_path table if you put correctly movement id and movement type in spaws_group_formation.
Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/07ec2454e6b4def8df1086bb0c64ebf6c997cfd4)
Add LINEAR_WP_PATH_MOTION_TYPE (back and forth on defined waypoint)Use Movement type 4 in db.You should define a list of waypoint as usual but only one way (from start to end point)so movement goes from pointA->B->C->D->C->B->A->B.....Script should work like usual as it should be considered like a waypoint path for large part of the core.All creature support that as usual way to set movetype but formation support only waypoint_path table if you put correctly movement id and movement type in spaws_group_formation.
Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/07ec2454e6b4def8df1086bb0c64ebf6c997cfd4)