--[[--[[ Script Name : sandstonegiant0003.lua Script Purpose : Waypoint Path for sandstonegiant0003.lua Script Author : Auto Generated Script Date : 07/22/2020 03:28:58 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, 1293.01, -59.17, -336.32, 2, 5) MovementLoopAddLocation(NPC, 1288.31, -58.83, -348.88, 2, 0) MovementLoopAddLocation(NPC, 1280.07, -57.96, -355.94, 2, 0) MovementLoopAddLocation(NPC, 1275.05, -57.51, -357.96, 2, 0) MovementLoopAddLocation(NPC, 1264.34, -56.76, -360.9, 2, 0) MovementLoopAddLocation(NPC, 1241.21, -54.69, -365.44, 2, 0) MovementLoopAddLocation(NPC, 1226.75, -51.54, -368.11, 2, 0) MovementLoopAddLocation(NPC, 1217.42, -49.16, -369.5, 2, 0) MovementLoopAddLocation(NPC, 1205.82, -46.07, -369.68, 2, 0) MovementLoopAddLocation(NPC, 1199.4, -44.37, -369.44, 2, 0) MovementLoopAddLocation(NPC, 1194.19, -42.75, -367.62, 2, 0) MovementLoopAddLocation(NPC, 1184.06, -40.04, -357.7, 2, 0) MovementLoopAddLocation(NPC, 1172.57, -36.25, -345.94, 2, 0) MovementLoopAddLocation(NPC, 1161.99, -33.1, -331.65, 2, 0) MovementLoopAddLocation(NPC, 1161.11, -32.19, -321.97, 2, 0) MovementLoopAddLocation(NPC, 1169.1, -31.11, -295.48, 2, 0) MovementLoopAddLocation(NPC, 1185.14, -35.74, -267.88, 2, 0) MovementLoopAddLocation(NPC, 1189.69, -36.84, -261.2, 2, 0) MovementLoopAddLocation(NPC, 1196.21, -37.56, -261.45, 2, 0) MovementLoopAddLocation(NPC, 1199.53, -37.96, -263.14, 2, 0) MovementLoopAddLocation(NPC, 1211.23, -40.33, -274.66, 2, 0) MovementLoopAddLocation(NPC, 1222.47, -42.24, -281.94, 2, 0) MovementLoopAddLocation(NPC, 1231.94, -44.27, -290.87, 2, 0) MovementLoopAddLocation(NPC, 1243.64, -48.07, -303.52, 2, 0) MovementLoopAddLocation(NPC, 1253.59, -50.99, -313.14, 2, 0) MovementLoopAddLocation(NPC, 1263.8, -53.65, -320.5, 2, 0) MovementLoopAddLocation(NPC, 1271.58, -55.92, -325.14, 2, 0) MovementLoopAddLocation(NPC, 1277.72, -57.61, -327.61, 2, 0) MovementLoopAddLocation(NPC, 1286.5, -59.08, -329.41, 2, 0) end