--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426717.lua Script Purpose : Waypoint Path for atriggerfish426717.lua Script Author : Rylec Script Date : 12-23-2019 10:11:57 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, -10.67, -12.61, 1.23, 2, 0) MovementLoopAddLocation(NPC, -9.14, -13.12, 1.8, 2, 0) MovementLoopAddLocation(NPC, -7.45, -13.08, 1.8, 2, 0) MovementLoopAddLocation(NPC, -8.69, -12.16, 1.25, 2, 0) MovementLoopAddLocation(NPC, -6.66, -14.08, 2.86, 4, 0) MovementLoopAddLocation(NPC, -8.02, -12.61, 3.53, 4, 0) MovementLoopAddLocation(NPC, -7.87, -12.35, 5.74, 2, 0) MovementLoopAddLocation(NPC, -6.78, -12.54, 6.99, 2, 0) MovementLoopAddLocation(NPC, -6.71, -13.32, 10.34, 2, 0) MovementLoopAddLocation(NPC, -8.11, -14.28, 14.56, 2, 0) MovementLoopAddLocation(NPC, -7.33, -14.58, 15.74, 2, 0) MovementLoopAddLocation(NPC, -6.24, -14.55, 15.2, 2, 4) MovementLoopAddLocation(NPC, -7.44, -12.91, 17.16, 4, 0) MovementLoopAddLocation(NPC, -6.12, -14.41, 18.06, 4, 0) MovementLoopAddLocation(NPC, -2.18, -13.16, 14.19, 2, 0) MovementLoopAddLocation(NPC, -0.37, -13.14, 14.26, 2, 0) MovementLoopAddLocation(NPC, -1.61, -13.29, 10.48, 2, 0) MovementLoopAddLocation(NPC, -0.34, -13.84, 6.78, 2, 0) MovementLoopAddLocation(NPC, 3.15, -13.72, 4.36, 2, 0) MovementLoopAddLocation(NPC, 6.22, -14.4, 0.32, 2, 0) MovementLoopAddLocation(NPC, 7.7, -15.17, -1.1, 2, 0) MovementLoopAddLocation(NPC, 7.53, -14.29, -4.32, 2, 0) MovementLoopAddLocation(NPC, 9.03, -14.74, -4.32, 2, 0) MovementLoopAddLocation(NPC, 10.52, -14.84, -3.97, 2, 0) MovementLoopAddLocation(NPC, 11.88, -13.01, -5.08, 2, 0) MovementLoopAddLocation(NPC, 13.75, -12.65, -7.67, 2, 0) MovementLoopAddLocation(NPC, 13.95, -13.12, -8.82, 2, 0) MovementLoopAddLocation(NPC, 12.68, -12.18, -8.82, 2, 0) MovementLoopAddLocation(NPC, 12.06, -12.33, -10.7, 2, 0) MovementLoopAddLocation(NPC, 10.34, -12.03, -12.14, 2, 0) MovementLoopAddLocation(NPC, 7.34, -13.12, -11.94, 2, 0) MovementLoopAddLocation(NPC, 6.89, -12.49, -11.11, 2, 0) MovementLoopAddLocation(NPC, 5.3, -13.25, -9.7, 2, 0) MovementLoopAddLocation(NPC, 4.13, -14.12, -9.42, 2, 0) MovementLoopAddLocation(NPC, 4.37, -14.06, -11.01, 2, 0) MovementLoopAddLocation(NPC, 2.61, -12.42, -10.8, 2, 0) MovementLoopAddLocation(NPC, 1.62, -12.58, -11.57, 2, 0) MovementLoopAddLocation(NPC, 0.42, -12.43, -15.44, 2, 0) MovementLoopAddLocation(NPC, -1, -11.64, -14.42, 2, 0) MovementLoopAddLocation(NPC, -2.95, -12.55, -14.91, 2, 0) MovementLoopAddLocation(NPC, -4.94, -13.13, -14.3, 2, 4) MovementLoopAddLocation(NPC, -3.73, -12.3, -12.74, 4.2, 0) MovementLoopAddLocation(NPC, -10.34, -13.22, -11.26, 4.2, 0) MovementLoopAddLocation(NPC, -12.1, -13.2, -6.24, 2, 0) MovementLoopAddLocation(NPC, -11.51, -13.23, -4.67, 2, 0) MovementLoopAddLocation(NPC, -10.2, -13.36, -2.84, 2, 0) MovementLoopAddLocation(NPC, -9.87, -13.49, 1.34, 2, 0) MovementLoopAddLocation(NPC, -8.72, -13.85, 1.37, 2, 0) end