--[[ Script Name : cloudsend.lua Script Purpose : Waypoint Path for cloudsend.lua Script Author : Devn00b Script Date : 04/10/2020 01: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, 443.86, -20.59, 201.35, 2, 0) MovementLoopAddLocation(NPC, 435.86, -20.59, 185.28, 2, 0) MovementLoopAddLocation(NPC, 438.19, -20.52, 181.9, 2, 0) MovementLoopAddLocation(NPC, 442.92, -20.44, 179.54, 2, 0) MovementLoopAddLocation(NPC, 448.83, -20.45, 180.16, 2, 0) MovementLoopAddLocation(NPC, 454.23, -20.5, 182.7, 2, 0) MovementLoopAddLocation(NPC, 472.21, -20.95, 192.99, 2, 0) MovementLoopAddLocation(NPC, 498.83, -16.24, 202.5, 2, 0) MovementLoopAddLocation(NPC, 540.19, -15.36, 210.64, 2, 0) MovementLoopAddLocation(NPC, 606.34, -15.68, 202.24, 2, 0) MovementLoopAddLocation(NPC, 646.45, -16.75, 190.83, 2, 0) MovementLoopAddLocation(NPC, 681.56, -19.48, 185.52, 2, 0) MovementLoopAddLocation(NPC, 691.11, -19.52, 195.05, 2, 0) MovementLoopAddLocation(NPC, 703.6, -19.54, 190.78, 2, 0) MovementLoopAddLocation(NPC, 701.32, -19.5, 176.4, 2, 0) MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 2) MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 8,"EcologyEmotes") MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 1) MovementLoopAddLocation(NPC, 702.39, -19.53, 174.71, 2, 0) MovementLoopAddLocation(NPC, 705.45, -19.53, 193.19, 2, 0) MovementLoopAddLocation(NPC, 689.3, -19.52, 199.08, 2, 0) MovementLoopAddLocation(NPC, 683.33, -19.69, 219.28, 2, 0) MovementLoopAddLocation(NPC, 661.81, -19.12, 227.48, 2, 0) MovementLoopAddLocation(NPC, 615.7, -18.25, 237.47, 2, 0) MovementLoopAddLocation(NPC, 611.5, -15.32, 207.96, 2, 0) MovementLoopAddLocation(NPC, 615.7, -18.25, 237.47, 2, 0) MovementLoopAddLocation(NPC, 661.81, -19.12, 227.48, 2, 0) MovementLoopAddLocation(NPC, 683.33, -19.69, 219.28, 2, 0) MovementLoopAddLocation(NPC, 689.3, -19.52, 199.08, 2, 0) MovementLoopAddLocation(NPC, 705.45, -19.53, 193.19, 2, 0) MovementLoopAddLocation(NPC, 702.39, -19.53, 174.71, 2, 0) MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 2) MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 8,"EcologyEmotes") MovementLoopAddLocation(NPC, 669, -21.16, 146.49, 2, 1) MovementLoopAddLocation(NPC, 701.32, -19.5, 176.4, 2, 0) MovementLoopAddLocation(NPC, 703.6, -19.54, 190.78, 2, 0) MovementLoopAddLocation(NPC, 691.11, -19.52, 195.05, 2, 0) MovementLoopAddLocation(NPC, 681.56, -19.48, 185.52, 2, 0) MovementLoopAddLocation(NPC, 646.45, -16.75, 190.83, 2, 0) MovementLoopAddLocation(NPC, 606.34, -15.68, 202.24, 2, 0) MovementLoopAddLocation(NPC, 540.19, -15.36, 210.64, 2, 0) MovementLoopAddLocation(NPC, 498.83, -16.24, 202.5, 2, 0) MovementLoopAddLocation(NPC, 472.21, -20.95, 192.99, 2, 0) MovementLoopAddLocation(NPC, 454.23, -20.5, 182.7, 2, 0) MovementLoopAddLocation(NPC, 448.83, -20.45, 180.16, 2, 0) MovementLoopAddLocation(NPC, 442.92, -20.44, 179.54, 2, 0) MovementLoopAddLocation(NPC, 438.19, -20.52, 181.9, 2, 0) MovementLoopAddLocation(NPC, 435.86, -20.59, 185.28, 2, 0) MovementLoopAddLocation(NPC, 443.86, -20.59, 201.35, 2, 0) end