--[[ Script Name : SpawnScripts/Neriak/EthedraRVinival.lua Script Purpose : Waypoint Path for Ethedra R'Vinival Script Author : Cynnar Script Date : 5/26/2018 12:00:00 AM Script Notes : --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, -169.53, 2.87, 249.19, 2, 5) MovementLoopAddLocation(NPC, -168.29, 2.93, 249.71, 2, 0) MovementLoopAddLocation(NPC, -160.96, 2.99, 248.38, 2, 0) MovementLoopAddLocation(NPC, -155.38, 3.01, 250.31, 2, 0) MovementLoopAddLocation(NPC, -156.15, 1.72, 253.91, 2, 0) MovementLoopAddLocation(NPC, -161.63, -2.47, 258.25, 2, 0) MovementLoopAddLocation(NPC, -167.13, -5.09, 259.4, 2, 0) MovementLoopAddLocation(NPC, -168.32, -5.22, 259.23, 2, 0) MovementLoopAddLocation(NPC, -168.06, -5.34, 249.61, 2, 5) MovementLoopAddLocation(NPC, -167.42, -5.33, 250, 2, 0) MovementLoopAddLocation(NPC, -168.49, -5.3, 253.58, 2, 0) MovementLoopAddLocation(NPC, -171.09, -5.31, 254.45, 2, 0) MovementLoopAddLocation(NPC, -178.18, -5.48, 247.71, 2, 0) MovementLoopAddLocation(NPC, -182.72, -4.78, 244.67, 2, 0) MovementLoopAddLocation(NPC, -184.9, -4.13, 241.09, 2, 0) MovementLoopAddLocation(NPC, -187.49, -3.98, 240.23, 2, 0) MovementLoopAddLocation(NPC, -191, -3.87, 239.66, 2, 0) MovementLoopAddLocation(NPC, -190.75, -3.87, 236.65, 2, 5) MovementLoopAddLocation(NPC, -189.71, -3.87, 238.11, 2, 0) MovementLoopAddLocation(NPC, -192.18, -3.93, 236.81, 2, 0) MovementLoopAddLocation(NPC, -195.32, -3.95, 235.59, 2, 0) MovementLoopAddLocation(NPC, -202.36, -3.9, 235.92, 2, 0) MovementLoopAddLocation(NPC, -202.64, -3.91, 236, 2, 0) MovementLoopAddLocation(NPC, -197.24, -3.97, 242, 2, 5) MovementLoopAddLocation(NPC, -202.59, -3.91, 235.95, 2, 0) MovementLoopAddLocation(NPC, -191.99, -3.92, 236.66, 2, 0) MovementLoopAddLocation(NPC, -190.92, -3.87, 237.41, 2, 0) MovementLoopAddLocation(NPC, -190.86, -3.87, 236.59, 2, 0) MovementLoopAddLocation(NPC, -191.39, -3.87, 238.4, 2, 0) MovementLoopAddLocation(NPC, -185.13, -4.11, 241.22, 2, 0) MovementLoopAddLocation(NPC, -181.1, -5.25, 245.72, 2, 0) MovementLoopAddLocation(NPC, -179.12, -5.39, 247.29, 2, 0) MovementLoopAddLocation(NPC, -175.5, -5.37, 250.46, 2, 0) MovementLoopAddLocation(NPC, -170.9, -5.31, 254.31, 2, 0) MovementLoopAddLocation(NPC, -168.76, -5.32, 252.41, 2, 0) MovementLoopAddLocation(NPC, -168.3, -5.35, 249.47, 2, 5) MovementLoopAddLocation(NPC, -167.04, -5.32, 251.05, 2, 0) MovementLoopAddLocation(NPC, -167.98, -5.29, 254.2, 2, 0) MovementLoopAddLocation(NPC, -168.35, -5.23, 258.58, 2, 0) MovementLoopAddLocation(NPC, -166.79, -4.96, 259.51, 2, 0) MovementLoopAddLocation(NPC, -162.31, -2.99, 259.13, 2, 0) MovementLoopAddLocation(NPC, -159.67, -1.59, 257.66, 2, 0) MovementLoopAddLocation(NPC, -156.66, 0.89, 254.98, 2, 0) MovementLoopAddLocation(NPC, -155.32, 2.34, 253.15, 2, 0) MovementLoopAddLocation(NPC, -155.69, 2.91, 251.21, 2, 0) MovementLoopAddLocation(NPC, -156.64, 3.07, 250.16, 2, 0) MovementLoopAddLocation(NPC, -159.16, 3.03, 249.46, 2, 0) MovementLoopAddLocation(NPC, -161.3, 3, 249.72, 2, 0) MovementLoopAddLocation(NPC, -163.2, 2.97, 251.02, 2, 0) MovementLoopAddLocation(NPC, -166.04, 3.02, 251.79, 2, 0) MovementLoopAddLocation(NPC, -167.87, 2.96, 251.59, 2, 0) MovementLoopAddLocation(NPC, -169.09, 2.89, 250.24, 2, 0) end