--[[ Script Name : deathly_scarab19.lua Script Purpose : Waypoint Path for deathly_scarab19.lua Script Author : Devn00b Script Date : 06/11/2020 05:19:14 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, -18.34, -0.18, -146.11, 2, 0) MovementLoopAddLocation(NPC, 14.68, -0.21, -146.22, 2, 0) MovementLoopAddLocation(NPC, 14.22, -0.04, -176.39, 2, 0) MovementLoopAddLocation(NPC, 15.2, -0.04, -136.99, 2, 0) MovementLoopAddLocation(NPC, 30.38, -0.02, -134.25, 2, 0) MovementLoopAddLocation(NPC, 36.3, -0.22, -125, 2, 0) MovementLoopAddLocation(NPC, 36.16, -0.05, -113.74, 2, 0) MovementLoopAddLocation(NPC, 36.65, -0.09, -127.3, 2, 0) MovementLoopAddLocation(NPC, 29.38, -0.08, -132.91, 2, 0) MovementLoopAddLocation(NPC, 20.46, -0.08, -136.6, 2, 0) MovementLoopAddLocation(NPC, 15.78, -0.23, -138.25, 2, 0) MovementLoopAddLocation(NPC, 16.07, -0.17, -146.79, 2, 0) MovementLoopAddLocation(NPC, 9.24, 0.15, -146.31, 2, 0) MovementLoopAddLocation(NPC, 0.9, -0.09, -145.19, 2, 0) MovementLoopAddLocation(NPC, -28.86, 0.38, -147.03, 2, 0) MovementLoopAddLocation(NPC, -33.58, 0.3, -148.02, 2, 0) MovementLoopAddLocation(NPC, -34.96, -0.16, -154.64, 2, 0) MovementLoopAddLocation(NPC, -34.61, -0.18, -168.09, 2, 0) MovementLoopAddLocation(NPC, -28.89, -0.18, -168.39, 2, 0) MovementLoopAddLocation(NPC, -33.8, -0.18, -171.26, 2, 0) MovementLoopAddLocation(NPC, -25.29, -0.18, -173.5, 2, 0) MovementLoopAddLocation(NPC, -25.43, -0.18, -180.58, 2, 0) MovementLoopAddLocation(NPC, -19.99, -0.18, -179.95, 2, 0) MovementLoopAddLocation(NPC, -18.3, -0.18, -185.73, 2, 0) MovementLoopAddLocation(NPC, -17.7, -0.18, -181.8, 2, 0) MovementLoopAddLocation(NPC, -6.04, -0.14, -182.92, 2, 0) MovementLoopAddLocation(NPC, 6.5, 0.34, -181.55, 2, 0) MovementLoopAddLocation(NPC, 14.32, -0.1, -177.22, 2, 0) MovementLoopAddLocation(NPC, 14.75, -0.22, -173.21, 2, 0) MovementLoopAddLocation(NPC, 14.61, -0.2, -160.79, 2, 0) MovementLoopAddLocation(NPC, 37.99, -0.16, -161.17, 2, 0) MovementLoopAddLocation(NPC, 14.61, -0.2, -160.79, 2, 0) MovementLoopAddLocation(NPC, 14.75, -0.22, -173.21, 2, 0) MovementLoopAddLocation(NPC, 14.32, -0.1, -177.22, 2, 0) MovementLoopAddLocation(NPC, 6.5, 0.34, -181.55, 2, 0) MovementLoopAddLocation(NPC, -6.04, -0.14, -182.92, 2, 0) MovementLoopAddLocation(NPC, -17.7, -0.18, -181.8, 2, 0) MovementLoopAddLocation(NPC, -18.3, -0.18, -185.73, 2, 0) MovementLoopAddLocation(NPC, -19.99, -0.18, -179.95, 2, 0) MovementLoopAddLocation(NPC, -25.43, -0.18, -180.58, 2, 0) MovementLoopAddLocation(NPC, -25.29, -0.18, -173.5, 2, 0) MovementLoopAddLocation(NPC, -33.8, -0.18, -171.26, 2, 0) MovementLoopAddLocation(NPC, -28.89, -0.18, -168.39, 2, 0) MovementLoopAddLocation(NPC, -34.61, -0.18, -168.09, 2, 0) MovementLoopAddLocation(NPC, -34.96, -0.16, -154.64, 2, 0) MovementLoopAddLocation(NPC, -33.58, 0.3, -148.02, 2, 0) MovementLoopAddLocation(NPC, -28.86, 0.38, -147.03, 2, 0) MovementLoopAddLocation(NPC, 0.9, -0.09, -145.19, 2, 0) MovementLoopAddLocation(NPC, 9.24, 0.15, -146.31, 2, 0) MovementLoopAddLocation(NPC, 16.07, -0.17, -146.79, 2, 0) MovementLoopAddLocation(NPC, 15.78, -0.23, -138.25, 2, 0) MovementLoopAddLocation(NPC, 20.46, -0.08, -136.6, 2, 0) MovementLoopAddLocation(NPC, 29.38, -0.08, -132.91, 2, 0) MovementLoopAddLocation(NPC, 36.65, -0.09, -127.3, 2, 0) MovementLoopAddLocation(NPC, 36.16, -0.05, -113.74, 2, 0) MovementLoopAddLocation(NPC, 36.3, -0.22, -125, 2, 0) MovementLoopAddLocation(NPC, 30.38, -0.02, -134.25, 2, 0) MovementLoopAddLocation(NPC, 15.2, -0.04, -136.99, 2, 0) MovementLoopAddLocation(NPC, 14.22, -0.04, -176.39, 2, 0) MovementLoopAddLocation(NPC, 14.68, -0.21, -146.22, 2, 0) MovementLoopAddLocation(NPC, -18.34, -0.18, -146.11, 2, 0) end