--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426560.lua Script Purpose : Waypoint Path for atriggerfish426560.lua Script Author : Rylec Script Date : 12-23-2019 10:11:43 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, -31.11, -15.53, 40.04, 2, 0) MovementLoopAddLocation(NPC, -29.98, -13.34, 41.6, 2, 0) MovementLoopAddLocation(NPC, -33.06, -14.21, 41.97, 2, 0) MovementLoopAddLocation(NPC, -34.16, -12.22, 44.3, 2, 0) MovementLoopAddLocation(NPC, -36.06, -12.5, 45.03, 2, 0) MovementLoopAddLocation(NPC, -37.53, -11.58, 44.21, 2, 0) MovementLoopAddLocation(NPC, -38.79, -11.76, 45.62, 2, 0) MovementLoopAddLocation(NPC, -37.85, -11.61, 43.31, 4, 0) MovementLoopAddLocation(NPC, -39.25, -11.67, 44.41, 4, 0) MovementLoopAddLocation(NPC, -42.15, -12.54, 40.19, 2, 0) MovementLoopAddLocation(NPC, -43.7, -12.37, 39.47, 2, 0) MovementLoopAddLocation(NPC, -42.88, -12.01, 38.76, 2, 0) MovementLoopAddLocation(NPC, -42.8, -12.44, 37.21, 2, 0) MovementLoopAddLocation(NPC, -43.46, -14.1, 32.1, 2, 0) MovementLoopAddLocation(NPC, -43.79, -13.07, 30.48, 2, 0) MovementLoopAddLocation(NPC, -46.75, -13.15, 28.18, 2, 0) MovementLoopAddLocation(NPC, -45.8, -12.24, 27.37, 2, 0) MovementLoopAddLocation(NPC, -47.41, -12.53, 23.55, 2, 0) MovementLoopAddLocation(NPC, -48.16, -12.69, 21.36, 2, 0) MovementLoopAddLocation(NPC, -46.94, -12.73, 20.89, 2, 0) MovementLoopAddLocation(NPC, -46.1, -12.23, 21.38, 2, 0) MovementLoopAddLocation(NPC, -45.82, -13.11, 19.54, 2, 0) MovementLoopAddLocation(NPC, -43.92, -13.49, 20.66, 2, 0) MovementLoopAddLocation(NPC, -42.99, -13.83, 18.42, 2, 0) MovementLoopAddLocation(NPC, -42.38, -13.02, 19.62, 2, 0) MovementLoopAddLocation(NPC, -40.73, -13.45, 20.71, 2, 0) MovementLoopAddLocation(NPC, -39.58, -13.8, 22.58, 2, 0) MovementLoopAddLocation(NPC, -38.15, -14.43, 26.54, 2, 0) MovementLoopAddLocation(NPC, -39.76, -14.49, 25.7, 2, 0) MovementLoopAddLocation(NPC, -38.83, -13.98, 28.61, 2, 0) MovementLoopAddLocation(NPC, -40.77, -14.34, 30.14, 2, 0) MovementLoopAddLocation(NPC, -39.34, -13.91, 30.75, 2, 0) MovementLoopAddLocation(NPC, -38.2, -15.48, 27.86, 2, 0) MovementLoopAddLocation(NPC, -38.39, -15.42, 28.5, 2, 0) MovementLoopAddLocation(NPC, -37.6, -15.53, 28.64, 2, 0) MovementLoopAddLocation(NPC, -36.3, -15.51, 30.37, 2, 0) MovementLoopAddLocation(NPC, -36.8, -15.34, 31.46, 2, 0) MovementLoopAddLocation(NPC, -35.82, -15.28, 31.14, 2, 0) MovementLoopAddLocation(NPC, -35.55, -15.15, 33.44, 2, 0) MovementLoopAddLocation(NPC, -34.25, -13.26, 33.82, 2, 0) MovementLoopAddLocation(NPC, -35.63, -13.31, 34.44, 2, 0) MovementLoopAddLocation(NPC, -35.54, -13.65, 36.07, 2, 0) MovementLoopAddLocation(NPC, -35.3, -15, 38.34, 4, 0) MovementLoopAddLocation(NPC, -35.33, -13.19, 40.23, 4, 0) MovementLoopAddLocation(NPC, -33.82, -13.63, 41.04, 2, 0) MovementLoopAddLocation(NPC, -31.96, -14.29, 41.02, 2, 0) MovementLoopAddLocation(NPC, -30.25, -15.27, 40.94, 2, 0) MovementLoopAddLocation(NPC, -29.58, -15.41, 41.87, 2, 0) MovementLoopAddLocation(NPC, -25.87, -15.49, 41.01, 2, 0) MovementLoopAddLocation(NPC, -24.55, -15.42, 41.02, 2, 0) MovementLoopAddLocation(NPC, -23.58, -15.68, 39.06, 2, 0) MovementLoopAddLocation(NPC, -20.91, -15.65, 39.62, 2, 0) MovementLoopAddLocation(NPC, -20.45, -15.01, 38.75, 2, 0) MovementLoopAddLocation(NPC, -16.46, -15.1, 36.46, 2, 4.5) MovementLoopAddLocation(NPC, -22.56, -15.79, 38.25, 2, 0) MovementLoopAddLocation(NPC, -27.42, -15.81, 39.01, 2, 0) end