--[[ Script Name : SpawnScripts/everfrost_frostfell_new01/areindeer1586739.lua Script Purpose : Waypoint Path for areindeer1586739.lua Script Author : Rylec Script Date : 12-09-2019 08:05:36 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, 219.69, -37.84, -1307.58, 5, 0) MovementLoopAddLocation(NPC, 212.73, -38.06, -1302.14, 5, 0) MovementLoopAddLocation(NPC, 203.47, -36.56, -1299.27, 5, 0) MovementLoopAddLocation(NPC, 193.24, -34.88, -1284.97, 5, 0) MovementLoopAddLocation(NPC, 189.83, -33.04, -1272.59, 5, 0) MovementLoopAddLocation(NPC, 190.64, -29.38, -1257.42, 5, 0) MovementLoopAddLocation(NPC, 195.54, -22.95, -1240.6, 5, 0) MovementLoopAddLocation(NPC, 213.36, -21.21, -1223.51, 5, 0) MovementLoopAddLocation(NPC, 233.93, -28.62, -1222.01, 5, 0) MovementLoopAddLocation(NPC, 251.73, -30.47, -1221.8, 5, 0) MovementLoopAddLocation(NPC, 270.38, -29.55, -1226.4, 5, 0) MovementLoopAddLocation(NPC, 291.41, -27.64, -1233.51, 5, 0) MovementLoopAddLocation(NPC, 298.63, -23.05, -1244.96, 5, 0) MovementLoopAddLocation(NPC, 301.5, -22.26, -1248.72, 5, 0) MovementLoopAddLocation(NPC, 303.66, -25.5, -1263.36, 5, 0) MovementLoopAddLocation(NPC, 312.81, -27.67, -1270.16, 5, 0) MovementLoopAddLocation(NPC, 313.8, -31.19, -1286.71, 5, 0) MovementLoopAddLocation(NPC, 322.41, -31.74, -1298.97, 5, 0) MovementLoopAddLocation(NPC, 340.46, -34.3, -1306.38, 5, 0) MovementLoopAddLocation(NPC, 353.98, -37.74, -1298.13, 5, 0) MovementLoopAddLocation(NPC, 354.67, -37.53, -1283.67, 5, 0) MovementLoopAddLocation(NPC, 350.97, -37.3, -1278.75, 5, 0) MovementLoopAddLocation(NPC, 342.92, -35.73, -1273.42, 5, 0) MovementLoopAddLocation(NPC, 335.05, -34.59, -1259.73, 5, 0) MovementLoopAddLocation(NPC, 319.21, -35.49, -1244.94, 5, 0) MovementLoopAddLocation(NPC, 306.89, -34.5, -1240.73, 5, 0) MovementLoopAddLocation(NPC, 296.38, -30.47, -1239.9, 5, 0) MovementLoopAddLocation(NPC, 290.09, -29.47, -1244.74, 5, 0) MovementLoopAddLocation(NPC, 274.71, -29.1, -1251.73, 5, 0) MovementLoopAddLocation(NPC, 265.1, -33.9, -1262.74, 5, 0) MovementLoopAddLocation(NPC, 261.78, -34.59, -1273.1, 5, 0) MovementLoopAddLocation(NPC, 261.66, -32.87, -1288.35, 5, 0) MovementLoopAddLocation(NPC, 252.79, -30.93, -1301.72, 5, 0) MovementLoopAddLocation(NPC, 237.5, -33.29, -1308.25, 5, 0) end