--[[ Script Name : shriller17.lua Script Purpose : Waypoint Path for shriller17.lua Script Author : Devn00b Script Date : 06/11/2020 05:07:49 PM 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, -8.41, -0.08, -149.41, 2, 0) MovementLoopAddLocation(NPC, -31.16, -0.05, -147.07, 2, 0) MovementLoopAddLocation(NPC, -35.11, -0.11, -153.63, 2, 0) MovementLoopAddLocation(NPC, -34.03, -0.18, -164.14, 2, 0) MovementLoopAddLocation(NPC, -26.63, -0.18, -173.53, 2, 0) MovementLoopAddLocation(NPC, -17.36, -0.18, -181.87, 2, 0) MovementLoopAddLocation(NPC, -1.75, -0.09, -182.67, 2, 0) MovementLoopAddLocation(NPC, -1.8, -0.19, -192.51, 2, 0) MovementLoopAddLocation(NPC, -1.91, -0.1, -183.14, 2, 0) MovementLoopAddLocation(NPC, 11.13, 0.11, -180.87, 2, 0) MovementLoopAddLocation(NPC, 15.09, -0.08, -174.72, 2, 0) MovementLoopAddLocation(NPC, 14.98, -0.23, -147.71, 2, 0) MovementLoopAddLocation(NPC, 1.53, 0.14, -146.29, 2, 0) MovementLoopAddLocation(NPC, 1, -0.16, -133.71, 2, 0) MovementLoopAddLocation(NPC, 0.86, -0.09, -121.52, 2, 0) MovementLoopAddLocation(NPC, 0.29, -0.09, -110.51, 2, 0) MovementLoopAddLocation(NPC, 14.4, 0.35, -109.68, 2, 0) MovementLoopAddLocation(NPC, 26.83, 0.04, -110.13, 2, 0) MovementLoopAddLocation(NPC, 32.17, -0.09, -110.32, 2, 0) MovementLoopAddLocation(NPC, 36.96, -0.11, -116.03, 2, 0) MovementLoopAddLocation(NPC, 36.64, -0.06, -127.74, 2, 0) MovementLoopAddLocation(NPC, 28.46, -0.09, -135.23, 2, 0) MovementLoopAddLocation(NPC, 17.41, -0.01, -134.53, 2, 0) MovementLoopAddLocation(NPC, 14.96, -0.18, -138.81, 2, 0) MovementLoopAddLocation(NPC, 15.18, -0.27, -163.2, 2, 0) MovementLoopAddLocation(NPC, 15.15, -0.17, -172.15, 2, 0) MovementLoopAddLocation(NPC, 11.12, 0.05, -180.01, 2, 0) MovementLoopAddLocation(NPC, 1.21, -0.17, -182.26, 2, 0) MovementLoopAddLocation(NPC, -7.82, -0.09, -182.12, 2, 0) MovementLoopAddLocation(NPC, -20.24, -0.18, -182.34, 2, 0) MovementLoopAddLocation(NPC, -26.02, -0.18, -186.81, 2, 0) MovementLoopAddLocation(NPC, -20.24, -0.18, -182.34, 2, 0) MovementLoopAddLocation(NPC, -7.82, -0.09, -182.12, 2, 0) MovementLoopAddLocation(NPC, 1.21, -0.17, -182.26, 2, 0) MovementLoopAddLocation(NPC, 11.12, 0.05, -180.01, 2, 0) MovementLoopAddLocation(NPC, 15.15, -0.17, -172.15, 2, 0) MovementLoopAddLocation(NPC, 15.18, -0.27, -163.2, 2, 0) MovementLoopAddLocation(NPC, 14.96, -0.18, -138.81, 2, 0) MovementLoopAddLocation(NPC, 17.41, -0.01, -134.53, 2, 0) MovementLoopAddLocation(NPC, 28.46, -0.09, -135.23, 2, 0) MovementLoopAddLocation(NPC, 36.64, -0.06, -127.74, 2, 0) MovementLoopAddLocation(NPC, 36.96, -0.11, -116.03, 2, 0) MovementLoopAddLocation(NPC, 32.17, -0.09, -110.32, 2, 0) MovementLoopAddLocation(NPC, 26.83, 0.04, -110.13, 2, 0) MovementLoopAddLocation(NPC, 14.4, 0.35, -109.68, 2, 0) MovementLoopAddLocation(NPC, 0.29, -0.09, -110.51, 2, 0) MovementLoopAddLocation(NPC, 0.86, -0.09, -121.52, 2, 0) MovementLoopAddLocation(NPC, 1, -0.16, -133.71, 2, 0) MovementLoopAddLocation(NPC, 1.53, 0.14, -146.29, 2, 0) MovementLoopAddLocation(NPC, 14.98, -0.23, -147.71, 2, 0) MovementLoopAddLocation(NPC, 15.09, -0.08, -174.72, 2, 0) MovementLoopAddLocation(NPC, 11.13, 0.11, -180.87, 2, 0) MovementLoopAddLocation(NPC, -1.91, -0.1, -183.14, 2, 0) MovementLoopAddLocation(NPC, -1.8, -0.19, -192.51, 2, 0) MovementLoopAddLocation(NPC, -1.75, -0.09, -182.67, 2, 0) MovementLoopAddLocation(NPC, -17.36, -0.18, -181.87, 2, 0) MovementLoopAddLocation(NPC, -26.63, -0.18, -173.53, 2, 0) MovementLoopAddLocation(NPC, -34.03, -0.18, -164.14, 2, 0) MovementLoopAddLocation(NPC, -35.11, -0.11, -153.63, 2, 0) MovementLoopAddLocation(NPC, -31.16, -0.05, -147.07, 2, 0) MovementLoopAddLocation(NPC, -8.41, -0.08, -149.41, 2, 0) end