--[[ Script Name : SpawnScripts/everfrost_frostfell_new01/areindeer1586740.lua Script Purpose : Waypoint Path for areindeer1586740.lua Script Author : Rylec Script Date : 12-09-2019 08:05:39 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, 503.26, -27.32, -1393.88, 5, 0) MovementLoopAddLocation(NPC, 511.95, -32.26, -1386.73, 5, 0) MovementLoopAddLocation(NPC, 522.5, -32.89, -1381.2, 5, 0) MovementLoopAddLocation(NPC, 530.27, -35.91, -1353.76, 5, 0) MovementLoopAddLocation(NPC, 528.14, -34.89, -1336.62, 5, 0) MovementLoopAddLocation(NPC, 522.82, -35.07, -1317.14, 5, 0) MovementLoopAddLocation(NPC, 511.84, -33.92, -1311.66, 5, 0) MovementLoopAddLocation(NPC, 500.15, -32.2, -1295.71, 5, 0) MovementLoopAddLocation(NPC, 495.41, -31.73, -1292.74, 5, 0) MovementLoopAddLocation(NPC, 457.88, -28.89, -1293.67, 5, 0) MovementLoopAddLocation(NPC, 427.85, -32.09, -1306.09, 5, 0) MovementLoopAddLocation(NPC, 415.32, -32.52, -1302.29, 5, 0) MovementLoopAddLocation(NPC, 396.87, -35.23, -1301.47, 5, 0) MovementLoopAddLocation(NPC, 383.72, -33.1, -1295.66, 5, 0) MovementLoopAddLocation(NPC, 376.68, -32.01, -1286.95, 5, 0) MovementLoopAddLocation(NPC, 378.49, -32.66, -1282.59, 5, 0) MovementLoopAddLocation(NPC, 379.19, -32.81, -1278.9, 5, 0) MovementLoopAddLocation(NPC, 367.62, -29.59, -1271.15, 5, 0) MovementLoopAddLocation(NPC, 368.63, -26.42, -1254.43, 5, 0) MovementLoopAddLocation(NPC, 368.43, -27.97, -1247.05, 5, 0) MovementLoopAddLocation(NPC, 379.34, -27.51, -1238.37, 5, 0) MovementLoopAddLocation(NPC, 384.05, -33.18, -1234.92, 5, 0) MovementLoopAddLocation(NPC, 393.06, -30.41, -1225.9, 5, 0) MovementLoopAddLocation(NPC, 410.49, -31.04, -1232.61, 5, 0) MovementLoopAddLocation(NPC, 429.4, -31.19, -1247.94, 5, 0) MovementLoopAddLocation(NPC, 433.61, -32.29, -1262.5, 5, 0) MovementLoopAddLocation(NPC, 434.48, -34.02, -1281.59, 5, 0) MovementLoopAddLocation(NPC, 440.37, -35.51, -1301.22, 5, 0) MovementLoopAddLocation(NPC, 448.52, -34.99, -1318.72, 5, 0) MovementLoopAddLocation(NPC, 452.21, -34.04, -1334.6, 5, 0) MovementLoopAddLocation(NPC, 453.21, -31.44, -1353.35, 5, 0) MovementLoopAddLocation(NPC, 461.65, -30.21, -1378.51, 5, 0) MovementLoopAddLocation(NPC, 479.44, -27.53, -1390.54, 5, 0) end