--[[ Script Name : SpawnScripts/Frostfell/aunicorn55322.lua Script Purpose : Waypoint Path for aunicorn55322.lua Script Author : Rylec Script Date : 12-12-2019 07:17:18 Script Notes : Locations 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, 77, -37, -1676, 1.6, 0) MovementLoopAddLocation(NPC, 76, -35, -1658, 1.6, 0) MovementLoopAddLocation(NPC, 81, -34.81, -1642, 1.6, 0) MovementLoopAddLocation(NPC, 91.79, -36.35, -1633.6, 1.6, 0) MovementLoopAddLocation(NPC, 133.69, -35.93, -1592.23, 1.6, 0) MovementLoopAddLocation(NPC, 137.82, -35.91, -1585.76, 1.6, 0) MovementLoopAddLocation(NPC, 142.87, -35.93, -1566.71, 1.6, 0) MovementLoopAddLocation(NPC, 140.53, -35.86, -1552.37, 1.6, 0) MovementLoopAddLocation(NPC, 94.81, -33.11, -1515.38, 1.6, 0) MovementLoopAddLocation(NPC, 89.92, -35.11, -1504.31, 1.6, 0) MovementLoopAddLocation(NPC, 89, -35, -1493, 1.6, 0) MovementLoopAddLocation(NPC, 101, -33, -1472, 1.6, 0) MovementLoopAddLocation(NPC, 117, -35, -1460, 1.6, 0) MovementLoopAddLocation(NPC, 125.75, -36.12, -1457.98, 1.6, 0) MovementLoopAddLocation(NPC, 191, -37, -1455, 1.6, 0) MovementLoopAddLocation(NPC, 225, -35, -1460, 1.6, 0) MovementLoopAddLocation(NPC, 253.03, -35.58, -1458.11, 1.6, 0) MovementLoopAddLocation(NPC, 272, -28, -1463, 1.6, 0) MovementLoopAddLocation(NPC, 324, -36, -1478, 1.6, 0) MovementLoopAddLocation(NPC, 329, -36, -1483, 1.6, 0) MovementLoopAddLocation(NPC, 338.16, -33.62, -1542.25, 1.6, 0) MovementLoopAddLocation(NPC, 349.44, -33.46, -1557.12, 1.6, 0) MovementLoopAddLocation(NPC, 370.55, -35.15, -1561.29, 1.6, 0) MovementLoopAddLocation(NPC, 374.6, -35.15, -1560.16, 1.6, 0) MovementLoopAddLocation(NPC, 386.34, -32.98, -1549.11, 1.6, 0) MovementLoopAddLocation(NPC, 445.38, -35.95, -1468.55, 1.6, 0) MovementLoopAddLocation(NPC, 467.66, -34.92, -1451.55, 1.6, 0) MovementLoopAddLocation(NPC, 477, -35, -1450, 1.6, 0) MovementLoopAddLocation(NPC, 500, -36, -1451, 1.6, 0) MovementLoopAddLocation(NPC, 570, -35, -1469, 1.6, 0) MovementLoopAddLocation(NPC, 587.92, -33.99, -1479.37, 1.6, 0) MovementLoopAddLocation(NPC, 570, -35, -1469, 1.6, 0) MovementLoopAddLocation(NPC, 500, -36, -1451, 1.6, 0) MovementLoopAddLocation(NPC, 477, -35, -1450, 1.6, 0) MovementLoopAddLocation(NPC, 467.66, -34.92, -1451.55, 1.6, 0) MovementLoopAddLocation(NPC, 445.38, -35.95, -1468.55, 1.6, 0) MovementLoopAddLocation(NPC, 386.34, -32.98, -1549.11, 1.6, 0) MovementLoopAddLocation(NPC, 374.6, -35.15, -1560.16, 1.6, 0) MovementLoopAddLocation(NPC, 370.55, -35.15, -1561.29, 1.6, 0) MovementLoopAddLocation(NPC, 349.44, -33.46, -1557.12, 1.6, 0) MovementLoopAddLocation(NPC, 338.16, -33.62, -1542.25, 1.6, 0) MovementLoopAddLocation(NPC, 329, -36, -1483, 1.6, 0) MovementLoopAddLocation(NPC, 324, -36, -1478, 1.6, 0) MovementLoopAddLocation(NPC, 272, -28, -1463, 1.6, 0) MovementLoopAddLocation(NPC, 253.03, -35.58, -1458.11, 1.6, 0) MovementLoopAddLocation(NPC, 225, -35, -1460, 1.6, 0) MovementLoopAddLocation(NPC, 191, -37, -1455, 1.6, 0) MovementLoopAddLocation(NPC, 125.75, -36.12, -1457.98, 1.6, 0) MovementLoopAddLocation(NPC, 117, -35, -1460, 1.6, 0) MovementLoopAddLocation(NPC, 101, -33, -1472, 1.6, 0) MovementLoopAddLocation(NPC, 89, -35, -1493, 1.6, 0) MovementLoopAddLocation(NPC, 89.92, -35.11, -1504.31, 1.6, 0) MovementLoopAddLocation(NPC, 94.81, -33.11, -1515.38, 1.6, 0) MovementLoopAddLocation(NPC, 140.53, -35.86, -1552.37, 1.6, 0) MovementLoopAddLocation(NPC, 142.87, -35.93, -1566.71, 1.6, 0) MovementLoopAddLocation(NPC, 137.82, -35.91, -1585.76, 1.6, 0) MovementLoopAddLocation(NPC, 133.69, -35.93, -1592.23, 1.6, 0) MovementLoopAddLocation(NPC, 91.79, -36.35, -1633.6, 1.6, 0) MovementLoopAddLocation(NPC, 81, -34.81, -1642, 1.6, 0) MovementLoopAddLocation(NPC, 76, -35, -1658, 1.6, 0) end