--[[ Script Name : deathly_scarab12.lua Script Purpose : Waypoint Path for deathly_scarab12.lua Script Author : Devn00b Script Date : 06/09/2020 12:36:04 AM 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, 65.54, -0.13, -31.72, 2, 0) MovementLoopAddLocation(NPC, 43.05, -0.17, -30.14, 2, 0) MovementLoopAddLocation(NPC, 31.6, -0.13, -31.54, 2, 0) MovementLoopAddLocation(NPC, 25.05, -0.24, -38.64, 2, 0) MovementLoopAddLocation(NPC, 18.03, -0.18, -46.41, 2, 0) MovementLoopAddLocation(NPC, 10.26, -0.2, -46.33, 2, 0) MovementLoopAddLocation(NPC, 5.54, 0.41, -39.13, 2, 0) MovementLoopAddLocation(NPC, 3.86, -0.18, -30.94, 2, 0) MovementLoopAddLocation(NPC, -1.96, -0.2, -28.63, 2, 0) MovementLoopAddLocation(NPC, -8.47, -0.21, -31.33, 2, 0) MovementLoopAddLocation(NPC, -14.13, -0.15, -37.93, 2, 0) MovementLoopAddLocation(NPC, -13.22, 0.46, -44.08, 2, 0) MovementLoopAddLocation(NPC, -8.22, 0.51, -49.36, 2, 0) MovementLoopAddLocation(NPC, -4.87, -0.06, -53.15, 2, 0) MovementLoopAddLocation(NPC, -2.83, -0.04, -56.07, 2, 0) MovementLoopAddLocation(NPC, -7.62, -0.09, -56.18, 2, 0) MovementLoopAddLocation(NPC, -5.13, -0.04, -49.85, 2, 0) MovementLoopAddLocation(NPC, -5.61, -0.13, -55.68, 2, 0) MovementLoopAddLocation(NPC, -13.46, 0.45, -44.33, 2, 0) MovementLoopAddLocation(NPC, -13.46, 0.45, -44.33, 2, 0) MovementLoopAddLocation(NPC, -12.7, -0.07, -48.43, 2, 0) MovementLoopAddLocation(NPC, -9.56, -0.05, -45.53, 2, 0) MovementLoopAddLocation(NPC, -14.46, -0.07, -46.62, 2, 0) MovementLoopAddLocation(NPC, -13.19, 0.46, -44, 2, 0) MovementLoopAddLocation(NPC, -9.9, -0.04, -44.97, 2, 0) MovementLoopAddLocation(NPC, -14.23, 0.39, -43.48, 2, 0) MovementLoopAddLocation(NPC, -9.9, -0.04, -44.97, 2, 0) MovementLoopAddLocation(NPC, -13.19, 0.46, -44, 2, 0) MovementLoopAddLocation(NPC, -14.46, -0.07, -46.62, 2, 0) MovementLoopAddLocation(NPC, -9.56, -0.05, -45.53, 2, 0) MovementLoopAddLocation(NPC, -12.7, -0.07, -48.43, 2, 0) MovementLoopAddLocation(NPC, -13.46, 0.45, -44.33, 2, 0) MovementLoopAddLocation(NPC, -13.46, 0.45, -44.33, 2, 0) MovementLoopAddLocation(NPC, -5.61, -0.13, -55.68, 2, 0) MovementLoopAddLocation(NPC, -5.13, -0.04, -49.85, 2, 0) MovementLoopAddLocation(NPC, -7.62, -0.09, -56.18, 2, 0) MovementLoopAddLocation(NPC, -2.83, -0.04, -56.07, 2, 0) MovementLoopAddLocation(NPC, -4.87, -0.06, -53.15, 2, 0) MovementLoopAddLocation(NPC, -8.22, 0.51, -49.36, 2, 0) MovementLoopAddLocation(NPC, -13.22, 0.46, -44.08, 2, 0) MovementLoopAddLocation(NPC, -14.13, -0.15, -37.93, 2, 0) MovementLoopAddLocation(NPC, -8.47, -0.21, -31.33, 2, 0) MovementLoopAddLocation(NPC, -1.96, -0.2, -28.63, 2, 0) MovementLoopAddLocation(NPC, 3.86, -0.18, -30.94, 2, 0) MovementLoopAddLocation(NPC, 5.54, 0.41, -39.13, 2, 0) MovementLoopAddLocation(NPC, 10.26, -0.2, -46.33, 2, 0) MovementLoopAddLocation(NPC, 18.03, -0.18, -46.41, 2, 0) MovementLoopAddLocation(NPC, 25.05, -0.24, -38.64, 2, 0) MovementLoopAddLocation(NPC, 31.6, -0.13, -31.54, 2, 0) MovementLoopAddLocation(NPC, 43.05, -0.17, -30.14, 2, 0) MovementLoopAddLocation(NPC, 65.54, -0.13, -31.72, 2, 0) end