--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426656.lua Script Purpose : Waypoint Path for atriggerfish426656.lua Script Author : Rylec Script Date : 12-23-2019 10:12:05 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, -8.65, -12.74, -5.92, 2, 0) MovementLoopAddLocation(NPC, -8.82, -13.62, -3.64, 2, 0) MovementLoopAddLocation(NPC, -6.18, -13.37, -2.4, 2, 0) MovementLoopAddLocation(NPC, -4.93, -14.06, -0.63, 2, 0) MovementLoopAddLocation(NPC, -4.23, -14.46, 1.05, 2, 0) MovementLoopAddLocation(NPC, -6.08, -14.49, 4, 2, 0) MovementLoopAddLocation(NPC, -6.19, -14.74, 5.13, 2, 0) MovementLoopAddLocation(NPC, -7.79, -12.34, 3.55, 2, 0) MovementLoopAddLocation(NPC, -7.42, -12.7, 8.11, 2, 0) MovementLoopAddLocation(NPC, -8.32, -14.18, 11.82, 2, 0) MovementLoopAddLocation(NPC, -6.7, -14.74, 12.85, 2, 0) MovementLoopAddLocation(NPC, -6, -13.41, 14.34, 2, 0) MovementLoopAddLocation(NPC, -4.88, -14.17, 13.99, 2, 0) MovementLoopAddLocation(NPC, -4.5, -13.61, 15.87, 2, 0) MovementLoopAddLocation(NPC, -5.18, -13.12, 17.34, 2, 0) MovementLoopAddLocation(NPC, -4.13, -14.15, 19.39, 2, 0) MovementLoopAddLocation(NPC, -4.54, -12.98, 20.63, 4, 0) MovementLoopAddLocation(NPC, -2.71, -13.48, 20.88, 4, 0) MovementLoopAddLocation(NPC, -1.43, -13.94, 20.05, 2, 0) MovementLoopAddLocation(NPC, -0.21, -12.71, 20.77, 4, 0) MovementLoopAddLocation(NPC, 4.15, -14.69, 14.26, 2, 0) MovementLoopAddLocation(NPC, 5.29, -14.25, 10.2, 2, 0) MovementLoopAddLocation(NPC, 8.77, -15.53, 6.33, 2, 0) MovementLoopAddLocation(NPC, 9.57, -15.42, 4.75, 2, 0) MovementLoopAddLocation(NPC, 11.61, -15.64, 4.5, 2, 0) MovementLoopAddLocation(NPC, 12.41, -15.46, 0.18, 2, 0) MovementLoopAddLocation(NPC, 13.85, -13.29, -0.43, 4, 0) MovementLoopAddLocation(NPC, 13.6, -14.1, -1.98, 4, 0) MovementLoopAddLocation(NPC, 14.43, -13.34, -4.34, 2, 0) MovementLoopAddLocation(NPC, 15.86, -13.86, -5.64, 2, 0) MovementLoopAddLocation(NPC, 16.26, -12.61, -8.38, 2, 0) MovementLoopAddLocation(NPC, 15.5, -12.52, -7.46, 2, 0) MovementLoopAddLocation(NPC, 15.45, -11.96, -9.5, 4, 0) MovementLoopAddLocation(NPC, 13.39, -12.07, -9.54, 4, 0) MovementLoopAddLocation(NPC, 12.21, -12.44, -11.83, 2, 0) MovementLoopAddLocation(NPC, 8.62, -13.14, -11.09, 2, 0) MovementLoopAddLocation(NPC, 6.9, -11.92, -10.84, 2, 0) MovementLoopAddLocation(NPC, 4.89, -13.01, -12.58, 4, 0) MovementLoopAddLocation(NPC, 3.75, -14.19, -8.51, 4, 0) MovementLoopAddLocation(NPC, 1.87, -13.61, -9.45, 2, 0) MovementLoopAddLocation(NPC, 1.83, -12.28, -11.39, 2, 0) MovementLoopAddLocation(NPC, 0.59, -12.45, -11.8, 2, 0) MovementLoopAddLocation(NPC, -0.55, -12.73, -14.2, 2, 0) MovementLoopAddLocation(NPC, -5.39, -12.86, -14.08, 2, 0) MovementLoopAddLocation(NPC, -7.73, -13.37, -14.62, 2, 2) MovementLoopAddLocation(NPC, -11.17, -13.23, -12.95, 2, 0) MovementLoopAddLocation(NPC, -12.06, -13.19, -9.86, 2, 0) MovementLoopAddLocation(NPC, -10.16, -13.39, -7.86, 2, 0) MovementLoopAddLocation(NPC, -9.49, -13.42, -5.69, 2, 0) MovementLoopAddLocation(NPC, -8.17, -13.53, -9.18, 4, 0) MovementLoopAddLocation(NPC, -8.01, -13.05, -8.46, 4, 0) MovementLoopAddLocation(NPC, -7.62, -13.86, -7.21, 2, 0) end