--[[ Script Name : gizmofidget.lua Script Purpose : Waypoint Path for gizmofidget.lua Script Author : Devn00b Script Date : 04/15/2020 02:23:58 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, 289.33, -12.68, 77.12, 2, 0) MovementLoopAddLocation(NPC, 271.98, -14.09, 76.95, 2, 0) MovementLoopAddLocation(NPC, 253.62, -18.07, 58.94, 2, 0) MovementLoopAddLocation(NPC, 250.29, -19.1, 45.95, 2, 0) MovementLoopAddLocation(NPC, 247.69, -21.03, -11.36, 2, 0) MovementLoopAddLocation(NPC, 250.34, -21.4, -21.15, 2, 0) MovementLoopAddLocation(NPC, 273.55, -21.57, -20.69, 2, 0) MovementLoopAddLocation(NPC, 275.52, -21.34, -10.09, 2, 0) MovementLoopAddLocation(NPC, 276.86, -21.31, -7.08, 2, 0) MovementLoopAddLocation(NPC, 278.75, -21.32, -5.03, 2, 0) MovementLoopAddLocation(NPC, 281.37, -21.33, -3.45, 2, 0) MovementLoopAddLocation(NPC, 286.24, -21.3, -1.42, 2, 0) MovementLoopAddLocation(NPC, 301.7, -21.22, 3.48, 2, 0) MovementLoopAddLocation(NPC, 318.11, -21.26, -12.75, 2, 0) MovementLoopAddLocation(NPC, 319.58, -21.3, -15.02, 2, 0) MovementLoopAddLocation(NPC, 319.25, -21.25, -18.21, 2, 0) MovementLoopAddLocation(NPC, 318.24, -21.09, -21.68, 2, 0) MovementLoopAddLocation(NPC, 308.51, -21.41, -38.5, 2, 0) MovementLoopAddLocation(NPC, 307.37, -21.41, -40.06, 2, 0) MovementLoopAddLocation(NPC, 305.52, -21.39, -41.33, 2, 0) MovementLoopAddLocation(NPC, 303.6, -21.3, -41.65, 2, 0) MovementLoopAddLocation(NPC, 301.71, -21.18, -41.55, 2, 0) MovementLoopAddLocation(NPC, 299.27, -21.03, -41.06, 2, 0) MovementLoopAddLocation(NPC, 287.07, -20.98, -37.53, 2, 0) MovementLoopAddLocation(NPC, 285.27, -20.99, -36.42, 2, 0) MovementLoopAddLocation(NPC, 272.12, -21.45, -26.68, 2, 0) MovementLoopAddLocation(NPC, 270.05, -21.47, -25.76, 2, 0) MovementLoopAddLocation(NPC, 267.71, -21.46, -25.56, 2, 0) MovementLoopAddLocation(NPC, 265.2, -21.38, -26.53, 2, 0) MovementLoopAddLocation(NPC, 263.78, -21.23, -27.95, 2, 0) MovementLoopAddLocation(NPC, 262.72, -21.09, -29.54, 2, 0) MovementLoopAddLocation(NPC, 262.17, -21, -31.45, 2, 0) MovementLoopAddLocation(NPC, 259.74, -20.75, -53.17, 2, 0) MovementLoopAddLocation(NPC, 267.05, -18.68, -93.27, 2, 0) MovementLoopAddLocation(NPC, 282.92, -18.82, -104.43, 2, 0) MovementLoopAddLocation(NPC, 289.07, -18.87, -109.58, 2, 0) MovementLoopAddLocation(NPC, 291.94, -18.93, -115.19, 2, 0) MovementLoopAddLocation(NPC, 292.39, -18.97, -121.86, 2, 0) MovementLoopAddLocation(NPC, 291.12, -18.93, -126.21, 2, 0) MovementLoopAddLocation(NPC, 283.43, -18.75, -139.73, 2, 0) MovementLoopAddLocation(NPC, 291.59, -19.83, -155.58, 2, 0) MovementLoopAddLocation(NPC, 322.55, -22.44, -189.04, 2, 0) MovementLoopAddLocation(NPC, 331.56, -22.83, -216.91, 2, 0) MovementLoopAddLocation(NPC, 335.39, -18.33, -231.99, 2, 0) MovementLoopAddLocation(NPC, 370.13, -17.8, -264.26, 2, 0) MovementLoopAddLocation(NPC, 373, -17.69, -267.09, 2, 0) MovementLoopAddLocation(NPC, 375.57, -17.63, -268.74, 2, 0) MovementLoopAddLocation(NPC, 381.12, -17.58, -270.46, 2, 0) MovementLoopAddLocation(NPC, 386.8, -17.54, -271.88, 2, 0) MovementLoopAddLocation(NPC, 390.33, -17.49, -271.85, 2, 0) MovementLoopAddLocation(NPC, 423.22, -20.1, -273.21, 2, 0) MovementLoopAddLocation(NPC, 443.04, -20.85, -251.59, 2, 0) MovementLoopAddLocation(NPC, 423.22, -20.1, -273.21, 2, 0) MovementLoopAddLocation(NPC, 390.33, -17.49, -271.85, 2, 0) MovementLoopAddLocation(NPC, 386.8, -17.54, -271.88, 2, 0) MovementLoopAddLocation(NPC, 381.12, -17.58, -270.46, 2, 0) MovementLoopAddLocation(NPC, 375.57, -17.63, -268.74, 2, 0) MovementLoopAddLocation(NPC, 373, -17.69, -267.09, 2, 0) MovementLoopAddLocation(NPC, 370.13, -17.8, -264.26, 2, 0) MovementLoopAddLocation(NPC, 335.39, -18.33, -231.99, 2, 0) MovementLoopAddLocation(NPC, 331.56, -22.83, -216.91, 2, 0) MovementLoopAddLocation(NPC, 322.55, -22.44, -189.04, 2, 0) MovementLoopAddLocation(NPC, 291.59, -19.83, -155.58, 2, 0) MovementLoopAddLocation(NPC, 283.43, -18.75, -139.73, 2, 0) MovementLoopAddLocation(NPC, 291.12, -18.93, -126.21, 2, 0) MovementLoopAddLocation(NPC, 292.39, -18.97, -121.86, 2, 0) MovementLoopAddLocation(NPC, 291.94, -18.93, -115.19, 2, 0) MovementLoopAddLocation(NPC, 289.07, -18.87, -109.58, 2, 0) MovementLoopAddLocation(NPC, 282.92, -18.82, -104.43, 2, 0) MovementLoopAddLocation(NPC, 267.05, -18.68, -93.27, 2, 0) MovementLoopAddLocation(NPC, 259.74, -20.75, -53.17, 2, 0) MovementLoopAddLocation(NPC, 262.17, -21, -31.45, 2, 0) MovementLoopAddLocation(NPC, 262.72, -21.09, -29.54, 2, 0) MovementLoopAddLocation(NPC, 263.78, -21.23, -27.95, 2, 0) MovementLoopAddLocation(NPC, 265.2, -21.38, -26.53, 2, 0) MovementLoopAddLocation(NPC, 267.71, -21.46, -25.56, 2, 0) MovementLoopAddLocation(NPC, 270.05, -21.47, -25.76, 2, 0) MovementLoopAddLocation(NPC, 272.12, -21.45, -26.68, 2, 0) MovementLoopAddLocation(NPC, 285.27, -20.99, -36.42, 2, 0) MovementLoopAddLocation(NPC, 287.07, -20.98, -37.53, 2, 0) MovementLoopAddLocation(NPC, 299.27, -21.03, -41.06, 2, 0) MovementLoopAddLocation(NPC, 301.71, -21.18, -41.55, 2, 0) MovementLoopAddLocation(NPC, 303.6, -21.3, -41.65, 2, 0) MovementLoopAddLocation(NPC, 305.52, -21.39, -41.33, 2, 0) MovementLoopAddLocation(NPC, 307.37, -21.41, -40.06, 2, 0) MovementLoopAddLocation(NPC, 308.51, -21.41, -38.5, 2, 0) MovementLoopAddLocation(NPC, 318.24, -21.09, -21.68, 2, 0) MovementLoopAddLocation(NPC, 319.25, -21.25, -18.21, 2, 0) MovementLoopAddLocation(NPC, 319.58, -21.3, -15.02, 2, 0) MovementLoopAddLocation(NPC, 318.11, -21.26, -12.75, 2, 0) MovementLoopAddLocation(NPC, 301.7, -21.22, 3.48, 2, 0) MovementLoopAddLocation(NPC, 286.24, -21.3, -1.42, 2, 0) MovementLoopAddLocation(NPC, 281.37, -21.33, -3.45, 2, 0) MovementLoopAddLocation(NPC, 278.75, -21.32, -5.03, 2, 0) MovementLoopAddLocation(NPC, 276.86, -21.31, -7.08, 2, 0) MovementLoopAddLocation(NPC, 275.52, -21.34, -10.09, 2, 0) MovementLoopAddLocation(NPC, 273.55, -21.57, -20.69, 2, 0) MovementLoopAddLocation(NPC, 250.34, -21.4, -21.15, 2, 0) MovementLoopAddLocation(NPC, 247.69, -21.03, -11.36, 2, 0) MovementLoopAddLocation(NPC, 250.29, -19.1, 45.95, 2, 0) MovementLoopAddLocation(NPC, 253.62, -18.07, 58.94, 2, 0) MovementLoopAddLocation(NPC, 271.98, -14.09, 76.95, 2, 0) MovementLoopAddLocation(NPC, 289.33, -12.68, 77.12, 2, 0) end