--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426441.lua Script Purpose : Waypoint Path for atriggerfish426441.lua Script Author : Rylec Script Date : 12-23-2019 10:11:37 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, -43.41, -11.3, 50.75, 2, 0) MovementLoopAddLocation(NPC, -42.32, -11.3, 54.38, 2, 0) MovementLoopAddLocation(NPC, -38.84, -11.3, 60.41, 2, 0) MovementLoopAddLocation(NPC, -38.31, -10.95, 61.25, 2, 0) MovementLoopAddLocation(NPC, -35.97, -11.3, 67.19, 2, 1) MovementLoopAddLocation(NPC, -36.89, -10.54, 64.52, 4, 0) MovementLoopAddLocation(NPC, -37.46, -11.3, 61.09, 4, 0) MovementLoopAddLocation(NPC, -37.31, -11.3, 56.47, 2, 0) MovementLoopAddLocation(NPC, -28.91, -11.68, 52.89, 2, 0) MovementLoopAddLocation(NPC, -26.96, -12.82, 52.51, 2, 0) MovementLoopAddLocation(NPC, -26.33, -12.3, 52.6, 2, 0) MovementLoopAddLocation(NPC, -23.27, -12.33, 52.61, 2, 0) MovementLoopAddLocation(NPC, -24.39, -11.43, 54.02, 4, 0) MovementLoopAddLocation(NPC, -20.97, -11.36, 52.81, 4, 0) MovementLoopAddLocation(NPC, -17.19, -11.49, 52.39, 2, 0) MovementLoopAddLocation(NPC, -16.73, -11.22, 52.87, 2, 0) MovementLoopAddLocation(NPC, -13.98, -12.4, 58.5, 2, 0) MovementLoopAddLocation(NPC, -12.98, -11.09, 59.59, 2, 0) MovementLoopAddLocation(NPC, -12.69, -12.67, 59.42, 2, 0) MovementLoopAddLocation(NPC, -13.63, -11.47, 60.76, 2, 0) MovementLoopAddLocation(NPC, -16.13, -11.47, 61.69, 2, 0) MovementLoopAddLocation(NPC, -17.32, -10.63, 61.93, 2, 0) MovementLoopAddLocation(NPC, -19.61, -10.75, 66.46, 2, 0) MovementLoopAddLocation(NPC, -19.56, -10.46, 68.44, 2, 0) MovementLoopAddLocation(NPC, -25.17, -11.3, 72.58, 2, 0) MovementLoopAddLocation(NPC, -27.97, -11.3, 75.48, 2, 0) MovementLoopAddLocation(NPC, -28.66, -10.79, 76.44, 2, 0) MovementLoopAddLocation(NPC, -30.43, -11.3, 76.82, 2, 0) MovementLoopAddLocation(NPC, -31.91, -11.3, 77.84, 2, 0) MovementLoopAddLocation(NPC, -31.75, -10.66, 76.52, 2, 0) MovementLoopAddLocation(NPC, -33.59, -11.3, 77.77, 2, 0) MovementLoopAddLocation(NPC, -34.12, -10.69, 76.61, 2, 0) MovementLoopAddLocation(NPC, -35.3, -11.3, 73.45, 2, 0) MovementLoopAddLocation(NPC, -36.55, -10.53, 69.66, 2, 0) MovementLoopAddLocation(NPC, -36.77, -10.97, 65.29, 2, 0) MovementLoopAddLocation(NPC, -40.01, -11.3, 57.71, 2, 0) MovementLoopAddLocation(NPC, -45.89, -11.24, 47.74, 2, 2) end