--[[ Script Name : sandstonegiant0002.lua Script Purpose : Waypoint Path for sandstonegiant0002.lua Script Author : Auto Generated Script Date : 07/22/2020 05:36:05 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, 1414.03, -46.2, -75.22, 2, 5) MovementLoopAddLocation(NPC, 1439.85, -44.74, -81.89, 2, 0) MovementLoopAddLocation(NPC, 1452.56, -38.97, -113.9, 2, 0) MovementLoopAddLocation(NPC, 1453.52, -38.23, -134.16, 2, 0) MovementLoopAddLocation(NPC, 1454.51, -39.09, -156.81, 2, 0) MovementLoopAddLocation(NPC, 1454.2, -40.78, -177.03, 2, 0) MovementLoopAddLocation(NPC, 1452.97, -42.67, -200.37, 2, 0) MovementLoopAddLocation(NPC, 1449.75, -43.15, -217.06, 2, 0) MovementLoopAddLocation(NPC, 1448.3, -44.16, -236.4, 2, 0) MovementLoopAddLocation(NPC, 1449.35, -44.54, -253.35, 2, 0) MovementLoopAddLocation(NPC, 1446.79, -46.22, -282.39, 2, 0) MovementLoopAddLocation(NPC, 1443.13, -45.57, -306.8, 2, 0) MovementLoopAddLocation(NPC, 1436.73, -46.03, -322.71, 2, 0) MovementLoopAddLocation(NPC, 1427.79, -46, -324.06, 2, 0) MovementLoopAddLocation(NPC, 1422.32, -45.48, -314.75, 2, 0) MovementLoopAddLocation(NPC, 1412.93, -43.89, -301.68, 2, 0) MovementLoopAddLocation(NPC, 1404.86, -42.51, -293.88, 2, 0) MovementLoopAddLocation(NPC, 1395.08, -42.25, -287.82, 2, 0) MovementLoopAddLocation(NPC, 1376.67, -41.44, -273.79, 2, 0) MovementLoopAddLocation(NPC, 1358.24, -42.06, -268.01, 2, 0) MovementLoopAddLocation(NPC, 1345.25, -43.28, -267.21, 2, 0) MovementLoopAddLocation(NPC, 1330.07, -46.62, -270.78, 2, 0) MovementLoopAddLocation(NPC, 1320.85, -49.15, -280.18, 2, 0) MovementLoopAddLocation(NPC, 1307.99, -51.8, -286.92, 2, 0) MovementLoopAddLocation(NPC, 1300.67, -52.29, -288.01, 2, 0) MovementLoopAddLocation(NPC, 1294.7, -50.82, -283.01, 2, 0) MovementLoopAddLocation(NPC, 1292.03, -49.9, -272.83, 2, 0) MovementLoopAddLocation(NPC, 1292.04, -49.4, -269.29, 2, 0) MovementLoopAddLocation(NPC, 1295.42, -46.42, -253.9, 2, 0) MovementLoopAddLocation(NPC, 1300.17, -43.64, -241.85, 2, 0) MovementLoopAddLocation(NPC, 1307.72, -40.65, -224.81, 2, 0) MovementLoopAddLocation(NPC, 1315.63, -39.65, -211.53, 2, 0) MovementLoopAddLocation(NPC, 1325.12, -39.84, -201.77, 2, 0) MovementLoopAddLocation(NPC, 1331.7, -40.45, -193.94, 2, 0) MovementLoopAddLocation(NPC, 1347.76, -42.44, -160.35, 2, 0) MovementLoopAddLocation(NPC, 1364.27, -42.41, -134.66, 2, 0) MovementLoopAddLocation(NPC, 1378.31, -41.73, -119.78, 2, 0) MovementLoopAddLocation(NPC, 1392.63, -42.99, -104.2, 2, 0) MovementLoopAddLocation(NPC, 1407.91, -47.14, -78.72, 2, 0) end