--[[ Script Name : SpawnScripts/QueensColony/atriggerfish426554.lua Script Purpose : Waypoint Path for atriggerfish426554.lua Script Author : Rylec Script Date : 12-23-2019 10:11:46 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, -25.43, -15.15, 38.5, 2, 0) MovementLoopAddLocation(NPC, -27.61, -14.99, 39.84, 2, 0) MovementLoopAddLocation(NPC, -28.64, -14.68, 40.76, 2, 0) MovementLoopAddLocation(NPC, -29.75, -14.77, 40.85, 2, 0) MovementLoopAddLocation(NPC, -30.13, -13.32, 42.34, 2, 0) MovementLoopAddLocation(NPC, -32.16, -14.53, 43.55, 2, 0) MovementLoopAddLocation(NPC, -33.38, -12.84, 44.49, 2, 0) MovementLoopAddLocation(NPC, -34.2, -12.01, 44.08, 2, 0) MovementLoopAddLocation(NPC, -36.01, -12.64, 45.33, 2, 0) MovementLoopAddLocation(NPC, -36.98, -11.86, 44.93, 2, 0) MovementLoopAddLocation(NPC, -36.99, -12.37, 42.46, 2, 0) MovementLoopAddLocation(NPC, -38.43, -13.23, 39.73, 2, 0) MovementLoopAddLocation(NPC, -41.53, -13.45, 39.18, 2, 0) MovementLoopAddLocation(NPC, -39.35, -11.72, 38.59, 4, 0) MovementLoopAddLocation(NPC, -41.59, -13.69, 33.18, 4, 0) MovementLoopAddLocation(NPC, -43.01, -14.26, 31.16, 2, 0) MovementLoopAddLocation(NPC, -41.13, -12.39, 31.31, 2, 0) MovementLoopAddLocation(NPC, -42.38, -13.85, 30.01, 2, 0) MovementLoopAddLocation(NPC, -44.34, -12.28, 19.97, 2, 0) MovementLoopAddLocation(NPC, -47.28, -12.91, 20.55, 2, 0) MovementLoopAddLocation(NPC, -43.9, -12.54, 20.06, 2, 0) MovementLoopAddLocation(NPC, -44.67, -13.64, 18.74, 2, 0) MovementLoopAddLocation(NPC, -43.92, -13.3, 19.11, 2, 0) MovementLoopAddLocation(NPC, -42.76, -12.81, 20.39, 4, 0) MovementLoopAddLocation(NPC, -40.1, -13.08, 20.79, 4, 0) MovementLoopAddLocation(NPC, -39.84, -13.87, 22.62, 2, 0) MovementLoopAddLocation(NPC, -38.76, -13.91, 24.73, 2, 0) MovementLoopAddLocation(NPC, -40.08, -14.49, 27.51, 2, 0) MovementLoopAddLocation(NPC, -41.44, -14.52, 27.49, 2, 0) MovementLoopAddLocation(NPC, -41, -14.16, 29, 2, 0) MovementLoopAddLocation(NPC, -37.36, -14.63, 29.13, 2, 0) MovementLoopAddLocation(NPC, -38.92, -13.95, 29.21, 4, 0) MovementLoopAddLocation(NPC, -40.09, -13.49, 30.63, 4, 0) MovementLoopAddLocation(NPC, -37.86, -13.57, 34.63, 2, 0) MovementLoopAddLocation(NPC, -36.06, -14.6, 39.45, 2, 0) MovementLoopAddLocation(NPC, -35.39, -14.98, 40.8, 2, 0) MovementLoopAddLocation(NPC, -35.44, -13.36, 41.55, 4, 0) MovementLoopAddLocation(NPC, -35.92, -14.04, 42.88, 4, 0) MovementLoopAddLocation(NPC, -35.48, -12.74, 42.03, 2, 0) MovementLoopAddLocation(NPC, -34.32, -12.36, 43.07, 2, 0) MovementLoopAddLocation(NPC, -31.66, -13.4, 42.85, 2, 0) MovementLoopAddLocation(NPC, -27.89, -15.23, 42.51, 2, 0) MovementLoopAddLocation(NPC, -26.4, -15.53, 40.96, 2, 0) MovementLoopAddLocation(NPC, -25.14, -13.88, 41.14, 2, 0) MovementLoopAddLocation(NPC, -21.96, -14.73, 42.3, 2, 0) MovementLoopAddLocation(NPC, -19.26, -14.58, 42.05, 2, 0) MovementLoopAddLocation(NPC, -17.62, -14.37, 42.73, 2, 0) MovementLoopAddLocation(NPC, -16.18, -14.75, 40.46, 2, 0) MovementLoopAddLocation(NPC, -18.93, -14.99, 37.99, 2, 0) MovementLoopAddLocation(NPC, -18.55, -15.82, 34.2, 2, 0) MovementLoopAddLocation(NPC, -18.06, -15.96, 32.81, 2, 3) MovementLoopAddLocation(NPC, -20.64, -15.63, 36.82, 2, 0) end