--[[ Script Name : crypt_tempest6.lua Script Purpose : Waypoint Path for crypt_tempest6.lua Script Author : Auto Generated Script Date : 06/08/2020 01:11:23 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, 64.55, 6.82, -2.28, 2, 0) MovementLoopAddLocation(NPC, 64.52, 6.83, 10.6, 2, 0) MovementLoopAddLocation(NPC, 69.08, 7.43, 14.35, 2, 0) MovementLoopAddLocation(NPC, 98.64, 7.35, 16.22, 2, 0) MovementLoopAddLocation(NPC, 75.63, 6.86, 17.64, 2, 0) MovementLoopAddLocation(NPC, 64.19, 6.84, 11.97, 2, 0) MovementLoopAddLocation(NPC, 64.18, 6.85, -3.75, 2, 0) MovementLoopAddLocation(NPC, 78.84, 6.87, -5.06, 2, 0) MovementLoopAddLocation(NPC, 84, 7.37, -12.58, 2, 0) MovementLoopAddLocation(NPC, 83.74, 6.96, -20.39, 2, 0) MovementLoopAddLocation(NPC, 84, 7.37, -12.58, 2, 0) MovementLoopAddLocation(NPC, 78.84, 6.87, -5.06, 2, 0) MovementLoopAddLocation(NPC, 64.18, 6.85, -3.75, 2, 0) MovementLoopAddLocation(NPC, 64.19, 6.84, 11.97, 2, 0) MovementLoopAddLocation(NPC, 75.63, 6.86, 17.64, 2, 0) MovementLoopAddLocation(NPC, 98.64, 7.35, 16.22, 2, 0) MovementLoopAddLocation(NPC, 69.08, 7.43, 14.35, 2, 0) MovementLoopAddLocation(NPC, 64.52, 6.83, 10.6, 2, 0) MovementLoopAddLocation(NPC, 64.55, 6.82, -2.28, 2, 0) end