--[[ Script Name : SpawnScripts/Frostfell/areindeer1587435.lua Script Purpose : Waypoint Path for areindeer1587435.lua Script Author : Rylec Script Date : 12-09-2019 08:05:34 Script Notes : Locations collected from Live - slightly off those from ZAM --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 103.54, -17.75, -1551.15, 5, 0) MovementLoopAddLocation(NPC, 107.23, -16.92, -1556.82, 5, 0) MovementLoopAddLocation(NPC, 117.86, -17.17, -1557.9, 5, 0) MovementLoopAddLocation(NPC, 126.7, -14.76, -1569.6, 5, 0) MovementLoopAddLocation(NPC, 126.13, -11.47, -1585.1, 5, 0) MovementLoopAddLocation(NPC, 114.37, -7.73, -1602.73, 5, 0) MovementLoopAddLocation(NPC, 96.98, -8.6, -1615.28, 5, 0) MovementLoopAddLocation(NPC, 91.5, -10.56, -1617.33, 5, 0) MovementLoopAddLocation(NPC, 78.81, -17.21, -1618.07, 5, 0) MovementLoopAddLocation(NPC, 55.58, -25.06, -1610.17, 5, 0) MovementLoopAddLocation(NPC, 48.87, -29.44, -1599.92, 5, 0) MovementLoopAddLocation(NPC, 40.17, -30.58, -1597.66, 5, 0) MovementLoopAddLocation(NPC, 33.49, -33.41, -1580.14, 5, 0) MovementLoopAddLocation(NPC, 30.59, -35.86, -1574.46, 5, 0) MovementLoopAddLocation(NPC, 26.34, -34.89, -1546.65, 5, 0) MovementLoopAddLocation(NPC, 31.98, -33.8, -1533.93, 5, 0) MovementLoopAddLocation(NPC, 33.47, -32.38, -1513.66, 5, 0) MovementLoopAddLocation(NPC, 29.62, -28.67, -1499.85, 5, 0) MovementLoopAddLocation(NPC, 22.09, -24.19, -1485.08, 5, 0) MovementLoopAddLocation(NPC, 19.17, -20.67, -1475.13, 5, 0) MovementLoopAddLocation(NPC, 12.78, -19.09, -1459.46, 5, 0) MovementLoopAddLocation(NPC, 9.97, -22.49, -1440.21, 5, 0) MovementLoopAddLocation(NPC, 9.91, -25.2, -1424.72, 5, 0) MovementLoopAddLocation(NPC, 13.17, -26.68, -1405.9, 5, 0) MovementLoopAddLocation(NPC, 27.72, -32.76, -1379.1, 5, 0) MovementLoopAddLocation(NPC, 51.12, -34.82, -1373.34, 5, 0) MovementLoopAddLocation(NPC, 60, -32.87, -1380.24, 5, 0) MovementLoopAddLocation(NPC, 76.19, -29.89, -1379.89, 5, 0) MovementLoopAddLocation(NPC, 91.65, -25.2, -1394.76, 5, 0) MovementLoopAddLocation(NPC, 95.66, -24.65, -1407.9, 5, 0) MovementLoopAddLocation(NPC, 97.81, -20.62, -1414.69, 5, 0) MovementLoopAddLocation(NPC, 95.33, -16.32, -1427.96, 5, 0) MovementLoopAddLocation(NPC, 101.43, -12.66, -1445.68, 5, 0) MovementLoopAddLocation(NPC, 112.66, -10.75, -1453.22, 5, 0) MovementLoopAddLocation(NPC, 126.8, -6.07, -1457.08, 5, 0) MovementLoopAddLocation(NPC, 144.29, -7.28, -1454.33, 5, 0) MovementLoopAddLocation(NPC, 157.99, -8.72, -1454.95, 5, 0) MovementLoopAddLocation(NPC, 168.65, -10.3, -1461.98, 5, 0) MovementLoopAddLocation(NPC, 173.83, -14.35, -1473.55, 5, 0) MovementLoopAddLocation(NPC, 170.24, -17.54, -1483.88, 5, 0) MovementLoopAddLocation(NPC, 160.41, -17.14, -1490.08, 5, 0) MovementLoopAddLocation(NPC, 157.71, -16.41, -1494.95, 5, 0) MovementLoopAddLocation(NPC, 131.36, -12.62, -1503.89, 5, 0) MovementLoopAddLocation(NPC, 111.22, -10.5, -1506.63, 5, 0) MovementLoopAddLocation(NPC, 99.66, -12.24, -1515.95, 5, 0) MovementLoopAddLocation(NPC, 92.84, -14.8, -1527.05, 5, 0) MovementLoopAddLocation(NPC, 93.13, -17.24, -1543.36, 5, 0) end