--[[ Script Name : deathly_scarab14.lua Script Purpose : Waypoint Path for deathly_scarab14.lua Script Author : Devn00b Script Date : 06/10/2020 02:19:39 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, -13.23, 0.45, -44.51, 2, 0) MovementLoopAddLocation(NPC, -8.11, 0.5, -49.73, 2, 0) MovementLoopAddLocation(NPC, -5.2, -0.06, -52.92, 2, 0) MovementLoopAddLocation(NPC, -5.82, -0.09, -63.74, 2, 0) MovementLoopAddLocation(NPC, -11.4, -0.09, -67.38, 2, 0) MovementLoopAddLocation(NPC, -11.5, -0.09, -74.04, 2, 0) MovementLoopAddLocation(NPC, -2.32, -0.09, -78.07, 2, 0) MovementLoopAddLocation(NPC, -1.97, -0.09, -83.2, 2, 0) MovementLoopAddLocation(NPC, -1.57, -0.09, -96.68, 2, 0) MovementLoopAddLocation(NPC, -8.62, -0.07, -97.03, 2, 0) MovementLoopAddLocation(NPC, -10.26, -0.09, -102.68, 2, 0) MovementLoopAddLocation(NPC, -9.98, -0.09, -106.67, 2, 0) MovementLoopAddLocation(NPC, 4.25, -0.09, -110.22, 2, 0) MovementLoopAddLocation(NPC, 24.72, -0.09, -109.45, 2, 0) MovementLoopAddLocation(NPC, 30.87, -0.08, -110.26, 2, 0) MovementLoopAddLocation(NPC, 36.47, -0.07, -114.78, 2, 0) MovementLoopAddLocation(NPC, 37.17, 0.09, -121.08, 2, 0) MovementLoopAddLocation(NPC, 36.16, -0.01, -129.05, 2, 0) MovementLoopAddLocation(NPC, 28.86, -0.1, -134.84, 2, 0) MovementLoopAddLocation(NPC, 16.79, -0.04, -135.18, 2, 0) MovementLoopAddLocation(NPC, 13.71, 0.01, -138.63, 2, 0) MovementLoopAddLocation(NPC, 14.24, -0.18, -146.79, 2, 0) MovementLoopAddLocation(NPC, -18.08, -0.16, -145.81, 2, 0) MovementLoopAddLocation(NPC, -31.17, 0, -146.05, 2, 0) MovementLoopAddLocation(NPC, -35.15, -0.09, -153.24, 2, 0) MovementLoopAddLocation(NPC, -34.65, -0.18, -168.7, 2, 0) MovementLoopAddLocation(NPC, -28.46, -0.21, -174.88, 2, 0) MovementLoopAddLocation(NPC, -34.65, -0.18, -168.7, 2, 0) MovementLoopAddLocation(NPC, -35.15, -0.09, -153.24, 2, 0) MovementLoopAddLocation(NPC, -31.17, 0, -146.05, 2, 0) MovementLoopAddLocation(NPC, -18.08, -0.16, -145.81, 2, 0) MovementLoopAddLocation(NPC, 14.24, -0.18, -146.79, 2, 0) MovementLoopAddLocation(NPC, 13.71, 0.01, -138.63, 2, 0) MovementLoopAddLocation(NPC, 16.79, -0.04, -135.18, 2, 0) MovementLoopAddLocation(NPC, 28.86, -0.1, -134.84, 2, 0) MovementLoopAddLocation(NPC, 36.16, -0.01, -129.05, 2, 0) MovementLoopAddLocation(NPC, 37.17, 0.09, -121.08, 2, 0) MovementLoopAddLocation(NPC, 36.47, -0.07, -114.78, 2, 0) MovementLoopAddLocation(NPC, 30.87, -0.08, -110.26, 2, 0) MovementLoopAddLocation(NPC, 24.72, -0.09, -109.45, 2, 0) MovementLoopAddLocation(NPC, 4.25, -0.09, -110.22, 2, 0) MovementLoopAddLocation(NPC, -9.98, -0.09, -106.67, 2, 0) MovementLoopAddLocation(NPC, -10.26, -0.09, -102.68, 2, 0) MovementLoopAddLocation(NPC, -8.62, -0.07, -97.03, 2, 0) MovementLoopAddLocation(NPC, -1.57, -0.09, -96.68, 2, 0) MovementLoopAddLocation(NPC, -1.97, -0.09, -83.2, 2, 0) MovementLoopAddLocation(NPC, -2.32, -0.09, -78.07, 2, 0) MovementLoopAddLocation(NPC, -11.5, -0.09, -74.04, 2, 0) MovementLoopAddLocation(NPC, -11.4, -0.09, -67.38, 2, 0) MovementLoopAddLocation(NPC, -5.82, -0.09, -63.74, 2, 0) MovementLoopAddLocation(NPC, -5.2, -0.06, -52.92, 2, 0) MovementLoopAddLocation(NPC, -8.11, 0.5, -49.73, 2, 0) MovementLoopAddLocation(NPC, -13.23, 0.45, -44.51, 2, 0) end