--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426685.lua Script Purpose : Waypoint Path for atriggerfish426685.lua Script Author : Rylec Script Date : 12-23-2019 10:12:02 Script Notes : Locations collected from Live --]] function spawn(NPC) waypoints(NPC) SpawnSet(NPC, "difficulty", "2") end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, -7.73, -14.08, -3.2, 2, 0) MovementLoopAddLocation(NPC, -6.41, -13.26, -3.68, 2, 0) MovementLoopAddLocation(NPC, -5.55, -13.67, -2.62, 2, 0) MovementLoopAddLocation(NPC, -4.55, -14.53, 0.48, 2, 0) MovementLoopAddLocation(NPC, -2.36, -14.36, 3.51, 2, 0) MovementLoopAddLocation(NPC, -1.73, -15, 4.92, 2, 0) MovementLoopAddLocation(NPC, -3.32, -13.75, 3.13, 4, 0) MovementLoopAddLocation(NPC, -1.86, -14.74, 6.16, 4, 0) MovementLoopAddLocation(NPC, -2.74, -13.64, 7.89, 2, 0) MovementLoopAddLocation(NPC, -4.01, -14.81, 10.37, 2, 0) MovementLoopAddLocation(NPC, -6.94, -13.7, 11.31, 2, 0) MovementLoopAddLocation(NPC, -8.6, -14.16, 16.5, 2, 0) MovementLoopAddLocation(NPC, -2.32, -13.47, 14.75, 2, 0) MovementLoopAddLocation(NPC, -5.33, -14.16, 18.11, 4, 0) MovementLoopAddLocation(NPC, -4.39, -13.5, 16.09, 4, 0) MovementLoopAddLocation(NPC, -2.64, -13.11, 13.12, 2, 0) MovementLoopAddLocation(NPC, -0.84, -13.77, 11.39, 2, 0) MovementLoopAddLocation(NPC, 1.07, -13.54, 12.01, 2, 0) MovementLoopAddLocation(NPC, 2.22, -14.87, 9.65, 2, 0) MovementLoopAddLocation(NPC, 5.04, -13.86, 8.22, 2, 0) MovementLoopAddLocation(NPC, 7.01, -13.42, 7.99, 2, 0) MovementLoopAddLocation(NPC, 9.26, -14.56, 5.58, 2, 0) MovementLoopAddLocation(NPC, 10.13, -13.8, 4.69, 2, 0) MovementLoopAddLocation(NPC, 9.29, -15.16, 3.38, 2, 0) MovementLoopAddLocation(NPC, 10.5, -14.77, 2.12, 2, 0) MovementLoopAddLocation(NPC, 12.23, -14.16, 0.23, 2, 0) MovementLoopAddLocation(NPC, 12.2, -13.05, -2.77, 2, 0) MovementLoopAddLocation(NPC, 10.74, -13.72, -7.92, 2, 0) MovementLoopAddLocation(NPC, 9.1, -12.65, -8.28, 2, 0) MovementLoopAddLocation(NPC, 7.46, -12.71, -9.62, 2, 0) MovementLoopAddLocation(NPC, 7.81, -11.98, -11.21, 2, 0) MovementLoopAddLocation(NPC, 3.84, -13.08, -11.33, 2, 0) MovementLoopAddLocation(NPC, 3.96, -14.31, -9.51, 4, 0) MovementLoopAddLocation(NPC, 1.4, -13.42, -11.44, 4, 0) MovementLoopAddLocation(NPC, 1.45, -13.39, -13.99, 2, 0) MovementLoopAddLocation(NPC, -0.69, -12.53, -14.15, 2, 0) MovementLoopAddLocation(NPC, -2.41, -13.04, -13.82, 2, 0) MovementLoopAddLocation(NPC, -2.73, -12.49, -14.77, 2, 0) MovementLoopAddLocation(NPC, -5.6, -13.86, -12.48, 2, 5) MovementLoopAddLocation(NPC, -8.59, -13.38, -12.12, 2, 0) MovementLoopAddLocation(NPC, -11.59, -13.25, -10.94, 2, 0) MovementLoopAddLocation(NPC, -12.23, -13.19, -6.62, 2, 0) MovementLoopAddLocation(NPC, -11.77, -13.21, -4.7, 2, 0) MovementLoopAddLocation(NPC, -9.66, -13.42, -1.8, 2, 0) MovementLoopAddLocation(NPC, -6.51, -14.07, -3.15, 2, 0) end