--[[ Script Name : deathly_scarab13.lua Script Purpose : Waypoint Path for deathly_scarab13.lua Script Author : Devn00b Script Date : 06/09/2020 01:08:23 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, -1.16, -0.22, -28.35, 2, 0) MovementLoopAddLocation(NPC, 4.65, -0.15, -31.3, 2, 0) MovementLoopAddLocation(NPC, 6.67, 0.42, -38.03, 2, 0) MovementLoopAddLocation(NPC, 8.58, -0.23, -42.56, 2, 0) MovementLoopAddLocation(NPC, 14.75, 0.43, -45.31, 2, 0) MovementLoopAddLocation(NPC, 19.85, -0.17, -42.81, 2, 0) MovementLoopAddLocation(NPC, 27.62, -0.19, -34.26, 2, 0) MovementLoopAddLocation(NPC, 35.28, -0.19, -29.38, 2, 0) MovementLoopAddLocation(NPC, 52.57, -0.39, -29.68, 2, 0) MovementLoopAddLocation(NPC, 71.15, -0.07, -31.22, 2, 0) MovementLoopAddLocation(NPC, 73.5, 0.5, -38.01, 2, 0) MovementLoopAddLocation(NPC, 76.71, 1.16, -42.18, 2, 0) MovementLoopAddLocation(NPC, 82.79, 1.91, -44.02, 2, 0) MovementLoopAddLocation(NPC, 89.05, 2.72, -42.58, 2, 0) MovementLoopAddLocation(NPC, 93.55, 3.45, -39.19, 2, 0) MovementLoopAddLocation(NPC, 95.57, 4.5, -32.85, 2, 0) MovementLoopAddLocation(NPC, 95.29, 5.22, -27.04, 2, 0) MovementLoopAddLocation(NPC, 91.65, 5.91, -22.84, 2, 0) MovementLoopAddLocation(NPC, 86.44, 6.75, -20.55, 2, 0) MovementLoopAddLocation(NPC, 83.66, 6.96, -19.61, 2, 0) MovementLoopAddLocation(NPC, 83.09, 7.12, -14.17, 2, 0) MovementLoopAddLocation(NPC, 82.22, 6.87, -8.87, 2, 0) MovementLoopAddLocation(NPC, 79.02, 6.87, -5.01, 2, 0) MovementLoopAddLocation(NPC, 73.87, 6.87, -3.47, 2, 0) MovementLoopAddLocation(NPC, 63.9, 6.86, -4, 2, 0) MovementLoopAddLocation(NPC, 63.64, 6.85, 9.88, 2, 0) MovementLoopAddLocation(NPC, 69.24, 7.22, 16.18, 2, 0) MovementLoopAddLocation(NPC, 73.42, 6.86, 16.9, 2, 0) MovementLoopAddLocation(NPC, 99.6, 7.39, 15.96, 2, 0) MovementLoopAddLocation(NPC, 104.98, 7.02, 10.49, 2, 0) MovementLoopAddLocation(NPC, 109.26, 6.84, 5.78, 2, 0) MovementLoopAddLocation(NPC, 115.81, 7.12, 5.16, 2, 0) MovementLoopAddLocation(NPC, 119.29, 6.99, 5.12, 2, 0) MovementLoopAddLocation(NPC, 123.28, 6.99, 2.33, 2, 0) MovementLoopAddLocation(NPC, 136.72, 6.99, 5.05, 2, 0) MovementLoopAddLocation(NPC, 154.45, 6.99, 4.3, 2, 0) MovementLoopAddLocation(NPC, 136.72, 6.99, 5.05, 2, 0) MovementLoopAddLocation(NPC, 123.28, 6.99, 2.33, 2, 0) MovementLoopAddLocation(NPC, 119.29, 6.99, 5.12, 2, 0) MovementLoopAddLocation(NPC, 115.81, 7.12, 5.16, 2, 0) MovementLoopAddLocation(NPC, 109.26, 6.84, 5.78, 2, 0) MovementLoopAddLocation(NPC, 104.98, 7.02, 10.49, 2, 0) MovementLoopAddLocation(NPC, 99.6, 7.39, 15.96, 2, 0) MovementLoopAddLocation(NPC, 73.42, 6.86, 16.9, 2, 0) MovementLoopAddLocation(NPC, 69.24, 7.22, 16.18, 2, 0) MovementLoopAddLocation(NPC, 63.64, 6.85, 9.88, 2, 0) MovementLoopAddLocation(NPC, 63.9, 6.86, -4, 2, 0) MovementLoopAddLocation(NPC, 73.87, 6.87, -3.47, 2, 0) MovementLoopAddLocation(NPC, 79.02, 6.87, -5.01, 2, 0) MovementLoopAddLocation(NPC, 82.22, 6.87, -8.87, 2, 0) MovementLoopAddLocation(NPC, 83.09, 7.12, -14.17, 2, 0) MovementLoopAddLocation(NPC, 83.66, 6.96, -19.61, 2, 0) MovementLoopAddLocation(NPC, 86.44, 6.75, -20.55, 2, 0) MovementLoopAddLocation(NPC, 91.65, 5.91, -22.84, 2, 0) MovementLoopAddLocation(NPC, 95.29, 5.22, -27.04, 2, 0) MovementLoopAddLocation(NPC, 95.57, 4.5, -32.85, 2, 0) MovementLoopAddLocation(NPC, 93.55, 3.45, -39.19, 2, 0) MovementLoopAddLocation(NPC, 89.05, 2.72, -42.58, 2, 0) MovementLoopAddLocation(NPC, 82.79, 1.91, -44.02, 2, 0) MovementLoopAddLocation(NPC, 76.71, 1.16, -42.18, 2, 0) MovementLoopAddLocation(NPC, 73.5, 0.5, -38.01, 2, 0) MovementLoopAddLocation(NPC, 71.15, -0.07, -31.22, 2, 0) MovementLoopAddLocation(NPC, 52.57, -0.39, -29.68, 2, 0) MovementLoopAddLocation(NPC, 35.28, -0.19, -29.38, 2, 0) MovementLoopAddLocation(NPC, 27.62, -0.19, -34.26, 2, 0) MovementLoopAddLocation(NPC, 19.85, -0.17, -42.81, 2, 0) MovementLoopAddLocation(NPC, 14.75, 0.43, -45.31, 2, 0) MovementLoopAddLocation(NPC, 8.58, -0.23, -42.56, 2, 0) MovementLoopAddLocation(NPC, 6.67, 0.42, -38.03, 2, 0) MovementLoopAddLocation(NPC, 4.65, -0.15, -31.3, 2, 0) MovementLoopAddLocation(NPC, -1.16, -0.22, -28.35, 2, 0) end