--[[ Script Name : ogrady.lua Script Purpose : Waypoint Path for ogrady.lua Script Author : Devn00b Script Date : 04/15/2020 04:50:27 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, 497.44, -20.66, -283.6, 2, 0) MovementLoopAddLocation(NPC, 447.99, -20.47, -256.71, 2, 0) MovementLoopAddLocation(NPC, 423.18, -20.09, -274.01, 2, 0) MovementLoopAddLocation(NPC, 397.02, -17.65, -276.89, 2, 0) MovementLoopAddLocation(NPC, 378.4, -17.56, -271.47, 2, 0) MovementLoopAddLocation(NPC, 362.39, -18.11, -255.28, 2, 0) MovementLoopAddLocation(NPC, 337.84, -18.11, -232.01, 2, 0) MovementLoopAddLocation(NPC, 322.44, -22.48, -192.45, 2, 0) MovementLoopAddLocation(NPC, 318.76, -22.44, -182.93, 2, 0) MovementLoopAddLocation(NPC, 304.02, -23.88, -168.72, 2, 0) MovementLoopAddLocation(NPC, 287.89, -19.11, -149.9, 2, 0) MovementLoopAddLocation(NPC, 283.69, -18.75, -143.58, 2, 0) MovementLoopAddLocation(NPC, 294.59, -19.04, -119.83, 2, 0) MovementLoopAddLocation(NPC, 287.43, -17.96, -120.11, 2, 0) MovementLoopAddLocation(NPC, 281.36, -17.95, -122.03, 2, 0) MovementLoopAddLocation(NPC, 274.87, -17.95, -124.46, 2, 0) MovementLoopAddLocation(NPC, 271.92, -17.95, -114.92, 2, 0) MovementLoopAddLocation(NPC, 273.08, -17.95, -116.46, 2, 0) MovementLoopAddLocation(NPC, 288.49, -18.49, -111.4, 2, 0) MovementLoopAddLocation(NPC, 268.46, -18.66, -94.67, 2, 0) MovementLoopAddLocation(NPC, 258.15, -20.74, -52.39, 2, 0) MovementLoopAddLocation(NPC, 263.87, -21.13, -29.2, 2, 0) MovementLoopAddLocation(NPC, 300.65, -21.22, -44.68, 2, 0) MovementLoopAddLocation(NPC, 326.92, -21.21, -14, 2, 0) MovementLoopAddLocation(NPC, 396.25, -16.8, -14.71, 2, 0) MovementLoopAddLocation(NPC, 324.19, -21.36, -15.29, 2, 0) MovementLoopAddLocation(NPC, 303.47, -21.26, 4.75, 2, 0) MovementLoopAddLocation(NPC, 254.89, -21.39, -18.92, 2, 0) MovementLoopAddLocation(NPC, 251.52, -19.86, 35.77, 2, 0) MovementLoopAddLocation(NPC, 263.5, -16.23, 66.55, 2, 0) MovementLoopAddLocation(NPC, 285.68, -12.87, 80.81, 2, 0) MovementLoopAddLocation(NPC, 263.5, -16.23, 66.55, 2, 0) MovementLoopAddLocation(NPC, 251.52, -19.86, 35.77, 2, 0) MovementLoopAddLocation(NPC, 254.89, -21.39, -18.92, 2, 0) MovementLoopAddLocation(NPC, 303.47, -21.26, 4.75, 2, 0) MovementLoopAddLocation(NPC, 324.19, -21.36, -15.29, 2, 0) MovementLoopAddLocation(NPC, 396.25, -16.8, -14.71, 2, 0) MovementLoopAddLocation(NPC, 326.92, -21.21, -14, 2, 0) MovementLoopAddLocation(NPC, 300.65, -21.22, -44.68, 2, 0) MovementLoopAddLocation(NPC, 263.87, -21.13, -29.2, 2, 0) MovementLoopAddLocation(NPC, 258.15, -20.74, -52.39, 2, 0) MovementLoopAddLocation(NPC, 268.46, -18.66, -94.67, 2, 0) MovementLoopAddLocation(NPC, 288.49, -18.49, -111.4, 2, 0) MovementLoopAddLocation(NPC, 273.08, -17.95, -116.46, 2, 0) MovementLoopAddLocation(NPC, 271.92, -17.95, -114.92, 2, 0) MovementLoopAddLocation(NPC, 274.87, -17.95, -124.46, 2, 0) MovementLoopAddLocation(NPC, 281.36, -17.95, -122.03, 2, 0) MovementLoopAddLocation(NPC, 287.43, -17.96, -120.11, 2, 0) MovementLoopAddLocation(NPC, 294.59, -19.04, -119.83, 2, 0) MovementLoopAddLocation(NPC, 283.69, -18.75, -143.58, 2, 0) MovementLoopAddLocation(NPC, 287.89, -19.11, -149.9, 2, 0) MovementLoopAddLocation(NPC, 304.02, -23.88, -168.72, 2, 0) MovementLoopAddLocation(NPC, 318.76, -22.44, -182.93, 2, 0) MovementLoopAddLocation(NPC, 322.44, -22.48, -192.45, 2, 0) MovementLoopAddLocation(NPC, 337.84, -18.11, -232.01, 2, 0) MovementLoopAddLocation(NPC, 362.39, -18.11, -255.28, 2, 0) MovementLoopAddLocation(NPC, 378.4, -17.56, -271.47, 2, 0) MovementLoopAddLocation(NPC, 397.02, -17.65, -276.89, 2, 0) MovementLoopAddLocation(NPC, 423.18, -20.09, -274.01, 2, 0) MovementLoopAddLocation(NPC, 447.99, -20.47, -256.71, 2, 0) MovementLoopAddLocation(NPC, 497.44, -20.66, -283.6, 2, 0) end