--[[ Script Name : SpawnScripts/QueensColony/areefturtle427112.lua Script Purpose : Waypoint Path for areefturtle427112.lua Script Author : Rylec Script Date : 03-21-2020 11:48:58 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, 79.13, -13.79, 8.94, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 76.66, -13.1, 11.53, 2, 0) MovementLoopAddLocation(NPC, 75.82, -12.37, 17.03, 2, 0) MovementLoopAddLocation(NPC, 79.45, -11.24, 35.58, 2, 0) MovementLoopAddLocation(NPC, 78.68, -12.49, 44.52, 2, 0) MovementLoopAddLocation(NPC, 77.68, -12.47, 46.11, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 76.33, -12.24, 39.52, 2, 0) MovementLoopAddLocation(NPC, 68.55, -10.2, 13.77, 2, 0) MovementLoopAddLocation(NPC, 67.16, -11.59, 3.91, 2, 0) MovementLoopAddLocation(NPC, 68.86, -11.3, -3.43, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 54.29, -12.07, 4.35, 2, 0) MovementLoopAddLocation(NPC, 48.57, -12.23, 4.73, 2, 0) MovementLoopAddLocation(NPC, 44.73, -12.45, 3.28, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 48.6, -12.3, 4.5, 2, 0) MovementLoopAddLocation(NPC, 53.91, -12.55, 5.02, 2, 0) MovementLoopAddLocation(NPC, 71.5, -13.99, 2.01, 2, 0) MovementLoopAddLocation(NPC, 80.78, -13.78, 2.06, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 77.65, -12.71, 6.14, 2, 0) MovementLoopAddLocation(NPC, 75.75, -11.88, 9.76, 2, 0) MovementLoopAddLocation(NPC, 72.78, -11.59, 13.26, 2, 0) MovementLoopAddLocation(NPC, 65.55, -12.44, 16.78, 2, 0) MovementLoopAddLocation(NPC, 62.15, -12.68, 17.05, 2, 0) MovementLoopAddLocation(NPC, 55.37, -13.05, 14.48, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 59.36, -13.1, 16.24, 2, 0) MovementLoopAddLocation(NPC, 62.91, -13.11, 19.58, 2, 0) MovementLoopAddLocation(NPC, 69.83, -13.06, 33.7, 2, 0) MovementLoopAddLocation(NPC, 73.11, -12.83, 39.04, 2, 0) MovementLoopAddLocation(NPC, 76.85, -12.82, 44.28, 2, 0) MovementLoopAddLocation(NPC, 78.09, -12.64, 48.71, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 73.35, -12.45, 47.78, 2, 0) MovementLoopAddLocation(NPC, 67.86, -12.43, 47.81, 2, 0) MovementLoopAddLocation(NPC, 57.02, -12.66, 51.45, 2, 0) MovementLoopAddLocation(NPC, 51.09, -12.76, 51.33, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 50.25, -11.59, 44.1, 2, 0) MovementLoopAddLocation(NPC, 48.36, -11.46, 40.16, 2, 0) MovementLoopAddLocation(NPC, 45.02, -11.48, 35.08, 2, 0) MovementLoopAddLocation(NPC, 43.38, -11.77, 29.87, 2, 0) MovementLoopAddLocation(NPC, 43.61, -13.24, 20.19, 2, 0) MovementLoopAddLocation(NPC, 44.86, -13.38, 14.52, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 59.85, -11.12, 14.79, 2, 0) MovementLoopAddLocation(NPC, 65.2, -10.38, 13.08, 2, 0) MovementLoopAddLocation(NPC, 70.69, -10.2, 10.77, 2, 0) MovementLoopAddLocation(NPC, 82.5, -13.07, 4.92, 2, 0) MovementLoopAddLocation(NPC, 90.55, -12.9, 4.93, 2, math.random(10, 20)) MovementLoopAddLocation(NPC, 81.65, -13.77, 8.74, 2, 0) end