--[[ Script Name : restless_corpse4.lua Script Purpose : Waypoint Path for restless_corpse4.lua Script Author : Devn00b Script Date : 05/18/2020 10:09:56 PM Script Notes : Locations collected from Live --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) waypoints(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 122.81, 6.86, -81.19, 2, 0) MovementLoopAddLocation(NPC, 123.01, 7, -87.15, 2, 0) MovementLoopAddLocation(NPC, 112.98, 7, -87.35, 2, 0) MovementLoopAddLocation(NPC, 114.01, 7, -103.12, 2, 0) MovementLoopAddLocation(NPC, 113.05, 7, -87.42, 2, 0) MovementLoopAddLocation(NPC, 123.85, 7, -88.01, 2, 0) MovementLoopAddLocation(NPC, 118.82, 6.86, -67.66, 2, 0) MovementLoopAddLocation(NPC, 124.28, 6.84, -62.37, 2, 0) MovementLoopAddLocation(NPC, 103.01, 6.89, -43.49, 2, 0) MovementLoopAddLocation(NPC, 95.66, 6.91, -47.53, 2, 0) MovementLoopAddLocation(NPC, 93.48, 6.89, -62.27, 2, 0) MovementLoopAddLocation(NPC, 79.05, 6.85, -63.13, 2, 0) MovementLoopAddLocation(NPC, 67.32, 6.93, -56.46, 2, 0) MovementLoopAddLocation(NPC, 80.4, 6.88, -64.57, 2, 0) MovementLoopAddLocation(NPC, 93.63, 6.92, -63.77, 2, 0) MovementLoopAddLocation(NPC, 97.96, 6.89, -45.81, 2, 0) MovementLoopAddLocation(NPC, 105.35, 7.17, -45.93, 2, 0) MovementLoopAddLocation(NPC, 137.61, 6.89, -73.82, 2, 0) MovementLoopAddLocation(NPC, 151.29, 6.87, -70.66, 2, 0) MovementLoopAddLocation(NPC, 156.67, 7.28, -61.55, 2, 0) MovementLoopAddLocation(NPC, 149.08, 6.93, -52.3, 2, 0) MovementLoopAddLocation(NPC, 148.94, 6.99, -44.41, 2, 0) MovementLoopAddLocation(NPC, 149.97, 6.99, -36.4, 2, 0) MovementLoopAddLocation(NPC, 146.55, 6.99, -26.92, 2, 0) MovementLoopAddLocation(NPC, 145.67, 6.99, -21.75, 2, 0) MovementLoopAddLocation(NPC, 146.55, 6.99, -26.92, 2, 0) MovementLoopAddLocation(NPC, 149.97, 6.99, -36.4, 2, 0) MovementLoopAddLocation(NPC, 148.94, 6.99, -44.41, 2, 0) MovementLoopAddLocation(NPC, 149.08, 6.93, -52.3, 2, 0) MovementLoopAddLocation(NPC, 156.67, 7.28, -61.55, 2, 0) MovementLoopAddLocation(NPC, 151.29, 6.87, -70.66, 2, 0) MovementLoopAddLocation(NPC, 137.61, 6.89, -73.82, 2, 0) MovementLoopAddLocation(NPC, 105.35, 7.17, -45.93, 2, 0) MovementLoopAddLocation(NPC, 97.96, 6.89, -45.81, 2, 0) MovementLoopAddLocation(NPC, 93.63, 6.92, -63.77, 2, 0) MovementLoopAddLocation(NPC, 80.4, 6.88, -64.57, 2, 0) MovementLoopAddLocation(NPC, 67.32, 6.93, -56.46, 2, 0) MovementLoopAddLocation(NPC, 79.05, 6.85, -63.13, 2, 0) MovementLoopAddLocation(NPC, 93.48, 6.89, -62.27, 2, 0) MovementLoopAddLocation(NPC, 95.66, 6.91, -47.53, 2, 0) MovementLoopAddLocation(NPC, 103.01, 6.89, -43.49, 2, 0) MovementLoopAddLocation(NPC, 124.28, 6.84, -62.37, 2, 0) MovementLoopAddLocation(NPC, 118.82, 6.86, -67.66, 2, 0) MovementLoopAddLocation(NPC, 123.85, 7, -88.01, 2, 0) MovementLoopAddLocation(NPC, 113.05, 7, -87.42, 2, 0) MovementLoopAddLocation(NPC, 114.01, 7, -103.12, 2, 0) MovementLoopAddLocation(NPC, 112.98, 7, -87.35, 2, 0) MovementLoopAddLocation(NPC, 123.01, 7, -87.15, 2, 0) MovementLoopAddLocation(NPC, 122.81, 6.86, -81.19, 2, 0) end