--[[ Script Name : pugnacious.lua Script Purpose : Waypoint Path for pugnacious.lua Script Author : Devn00b Script Date : 04/11/2020 09:32:54 PM Script Notes : Locations collected from Live --]] dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua") function spawn(NPC) waypoints(NPC) SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange") end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) GenericEcologyHail(NPC, Spawn, faction) end function InRange(NPC,Spawn) GenericEcologyCallout(NPC, Spawn, faction) end function respawn(NPC) spawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 288.82, -13.31, 105.06, 2, 0) MovementLoopAddLocation(NPC, 285.11, -13.16, 95.01, 2, 0) MovementLoopAddLocation(NPC, 294.37, -12.57, 76.54, 2, 0) MovementLoopAddLocation(NPC, 279.29, -13.89, 69.47, 2, 0) MovementLoopAddLocation(NPC, 257.13, -17.83, 59.39, 2, 0) MovementLoopAddLocation(NPC, 253.44, -19.4, 42.21, 2, 0) MovementLoopAddLocation(NPC, 254.53, -20.68, -0.3, 2, 0) MovementLoopAddLocation(NPC, 255.06, -21.26, -14.41, 2, 0) MovementLoopAddLocation(NPC, 256.89, -21.29, -15.02, 2, 0) MovementLoopAddLocation(NPC, 261.11, -21.33, -15.88, 2, 0) MovementLoopAddLocation(NPC, 264.69, -21.38, -14.87, 2, 0) MovementLoopAddLocation(NPC, 268.72, -21.46, -12.23, 2, 0) MovementLoopAddLocation(NPC, 271.79, -21.4, -8.5, 2, 0) MovementLoopAddLocation(NPC, 274.69, -21.31, -3.97, 2, 0) MovementLoopAddLocation(NPC, 282.42, -21.39, 0.78, 2, 0) MovementLoopAddLocation(NPC, 287.74, -21.4, 2.54, 2, 0) MovementLoopAddLocation(NPC, 292.56, -21.31, 2.75, 2, 0) MovementLoopAddLocation(NPC, 297.25, -21.1, 1.44, 2, 0) MovementLoopAddLocation(NPC, 300.84, -20.93, -0.41, 2, 0) MovementLoopAddLocation(NPC, 310.91, -21.09, -6.08, 2, 0) MovementLoopAddLocation(NPC, 316.81, -21.19, -8.5, 2, 0) MovementLoopAddLocation(NPC, 330.05, -21, -12.05, 2, 0) MovementLoopAddLocation(NPC, 335.65, -21.04, -12.4, 2, 0) MovementLoopAddLocation(NPC, 364.26, -20.68, -14.98, 2, 0) MovementLoopAddLocation(NPC, 411.74, -12.19, -17.86, 2, 0) MovementLoopAddLocation(NPC, 454.71, -5, -17.83, 2, 0) MovementLoopAddLocation(NPC, 474.49, 3.5, -18.13, 2, 0) MovementLoopAddLocation(NPC, 482.7, 5, -22.81, 2, 0) MovementLoopAddLocation(NPC, 475.48, 3.5, -22.53, 2, 0) MovementLoopAddLocation(NPC, 453.89, -5, -22.43, 2, 0) MovementLoopAddLocation(NPC, 397.91, -16.4, -22.92, 2, 0) MovementLoopAddLocation(NPC, 393.63, -16.51, -40.43, 2, 0) MovementLoopAddLocation(NPC, 395.94, -15.78, -77.74, 2, 0) MovementLoopAddLocation(NPC, 397.03, -17.55, -97.11, 2, 0) MovementLoopAddLocation(NPC, 399.84, -22.64, -110, 2, 0) MovementLoopAddLocation(NPC, 408.14, -23.47, -127.91, 2, 0) MovementLoopAddLocation(NPC, 413.22, -21.82, -135.43, 2, 0) MovementLoopAddLocation(NPC, 423.59, -17.92, -152.63, 2, 0) MovementLoopAddLocation(NPC, 432.05, -16.9, -171.94, 2, 0) MovementLoopAddLocation(NPC, 435.84, -17.88, -192.27, 2, 0) MovementLoopAddLocation(NPC, 437.21, -20.56, -211.48, 2, 0) MovementLoopAddLocation(NPC, 435.35, -20.82, -270.21, 2, 0) MovementLoopAddLocation(NPC, 443.18, -20.33, -321.22, 2, 0) MovementLoopAddLocation(NPC, 435.35, -20.82, -270.21, 2, 0) MovementLoopAddLocation(NPC, 437.21, -20.56, -211.48, 2, 0) MovementLoopAddLocation(NPC, 435.84, -17.88, -192.27, 2, 0) MovementLoopAddLocation(NPC, 432.05, -16.9, -171.94, 2, 0) MovementLoopAddLocation(NPC, 423.59, -17.92, -152.63, 2, 0) MovementLoopAddLocation(NPC, 413.22, -21.82, -135.43, 2, 0) MovementLoopAddLocation(NPC, 408.14, -23.47, -127.91, 2, 0) MovementLoopAddLocation(NPC, 399.84, -22.64, -110, 2, 0) MovementLoopAddLocation(NPC, 397.03, -17.55, -97.11, 2, 0) MovementLoopAddLocation(NPC, 395.94, -15.78, -77.74, 2, 0) MovementLoopAddLocation(NPC, 393.63, -16.51, -40.43, 2, 0) MovementLoopAddLocation(NPC, 397.91, -16.4, -22.92, 2, 0) MovementLoopAddLocation(NPC, 453.89, -5, -22.43, 2, 0) MovementLoopAddLocation(NPC, 475.48, 3.5, -22.53, 2, 0) MovementLoopAddLocation(NPC, 482.7, 5, -22.81, 2, 0) MovementLoopAddLocation(NPC, 474.49, 3.5, -18.13, 2, 0) MovementLoopAddLocation(NPC, 454.71, -5, -17.83, 2, 0) MovementLoopAddLocation(NPC, 411.74, -12.19, -17.86, 2, 0) MovementLoopAddLocation(NPC, 364.26, -20.68, -14.98, 2, 0) MovementLoopAddLocation(NPC, 335.65, -21.04, -12.4, 2, 0) MovementLoopAddLocation(NPC, 330.05, -21, -12.05, 2, 0) MovementLoopAddLocation(NPC, 316.81, -21.19, -8.5, 2, 0) MovementLoopAddLocation(NPC, 310.91, -21.09, -6.08, 2, 0) MovementLoopAddLocation(NPC, 300.84, -20.93, -0.41, 2, 0) MovementLoopAddLocation(NPC, 297.25, -21.1, 1.44, 2, 0) MovementLoopAddLocation(NPC, 292.56, -21.31, 2.75, 2, 0) MovementLoopAddLocation(NPC, 287.74, -21.4, 2.54, 2, 0) MovementLoopAddLocation(NPC, 282.42, -21.39, 0.78, 2, 0) MovementLoopAddLocation(NPC, 274.69, -21.31, -3.97, 2, 0) MovementLoopAddLocation(NPC, 271.79, -21.4, -8.5, 2, 0) MovementLoopAddLocation(NPC, 268.72, -21.46, -12.23, 2, 0) MovementLoopAddLocation(NPC, 264.69, -21.38, -14.87, 2, 0) MovementLoopAddLocation(NPC, 261.11, -21.33, -15.88, 2, 0) MovementLoopAddLocation(NPC, 256.89, -21.29, -15.02, 2, 0) MovementLoopAddLocation(NPC, 255.06, -21.26, -14.41, 2, 0) MovementLoopAddLocation(NPC, 254.53, -20.68, -0.3, 2, 0) MovementLoopAddLocation(NPC, 253.44, -19.4, 42.21, 2, 0) MovementLoopAddLocation(NPC, 257.13, -17.83, 59.39, 2, 0) MovementLoopAddLocation(NPC, 279.29, -13.89, 69.47, 2, 0) MovementLoopAddLocation(NPC, 294.37, -12.57, 76.54, 2, 0) MovementLoopAddLocation(NPC, 285.11, -13.16, 95.01, 2, 0) MovementLoopAddLocation(NPC, 288.82, -13.31, 105.06, 2, 0) end