--[[ Script Name : tortured_essence12.lua Script Purpose : Waypoint Path for tortured_essence12.lua Script Author : Auto Generated Script Date : 06/02/2020 07:47:36 PM Script Notes : Locations collected from Live --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 135.77, 6.99, 15.03, 2, 0) MovementLoopAddLocation(NPC, 134.63, 6.99, 1.63, 2, 0) MovementLoopAddLocation(NPC, 128.91, 6.99, 12.32, 2, 0) MovementLoopAddLocation(NPC, 128.07, 8.39, 15.3, 2, 0) MovementLoopAddLocation(NPC, 126.28, 7.74, 7.58, 2, 0) MovementLoopAddLocation(NPC, 117.7, 7.11, 5.99, 2, 0) MovementLoopAddLocation(NPC, 111.72, 6.87, 4.69, 2, 0) MovementLoopAddLocation(NPC, 105.6, 6.93, 10.32, 2, 0) MovementLoopAddLocation(NPC, 109.87, 6.82, 6.33, 2, 0) MovementLoopAddLocation(NPC, 116.49, 7.12, 5.49, 2, 0) MovementLoopAddLocation(NPC, 126.07, 7.74, 6.83, 2, 0) MovementLoopAddLocation(NPC, 125.21, 6.99, 1.28, 2, 0) MovementLoopAddLocation(NPC, 118.13, 6.99, 2.21, 2, 0) MovementLoopAddLocation(NPC, 117.55, 6.99, 17.22, 2, 0) MovementLoopAddLocation(NPC, 125.93, 7.62, 9.07, 2, 0) MovementLoopAddLocation(NPC, 126.82, 6.99, 11.35, 2, 0) MovementLoopAddLocation(NPC, 136.59, 6.99, 13.47, 2, 0) MovementLoopAddLocation(NPC, 137.08, 6.99, 2.44, 2, 0) MovementLoopAddLocation(NPC, 136.59, 6.99, 13.47, 2, 0) MovementLoopAddLocation(NPC, 126.82, 6.99, 11.35, 2, 0) MovementLoopAddLocation(NPC, 125.93, 7.62, 9.07, 2, 0) MovementLoopAddLocation(NPC, 117.55, 6.99, 17.22, 2, 0) MovementLoopAddLocation(NPC, 118.13, 6.99, 2.21, 2, 0) MovementLoopAddLocation(NPC, 125.21, 6.99, 1.28, 2, 0) MovementLoopAddLocation(NPC, 126.07, 7.74, 6.83, 2, 0) MovementLoopAddLocation(NPC, 116.49, 7.12, 5.49, 2, 0) MovementLoopAddLocation(NPC, 109.87, 6.82, 6.33, 2, 0) MovementLoopAddLocation(NPC, 105.6, 6.93, 10.32, 2, 0) MovementLoopAddLocation(NPC, 111.72, 6.87, 4.69, 2, 0) MovementLoopAddLocation(NPC, 117.7, 7.11, 5.99, 2, 0) MovementLoopAddLocation(NPC, 126.28, 7.74, 7.58, 2, 0) MovementLoopAddLocation(NPC, 128.07, 8.39, 15.3, 2, 0) MovementLoopAddLocation(NPC, 128.91, 6.99, 12.32, 2, 0) MovementLoopAddLocation(NPC, 134.63, 6.99, 1.63, 2, 0) MovementLoopAddLocation(NPC, 135.77, 6.99, 15.03, 2, 0) end