ashoalglider425440.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425440.lua
  3. Script Purpose : Waypoint Path for ashoalglider425440.lua
  4. Script Author : Rylec
  5. Script Date : 10-23-2019 07:03:20
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -72.24, -13.11, 254.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -68.41, -14.38, 263.25, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -76.85, -14.9, 260.09, 2, 0)
  20. MovementLoopAddLocation(NPC, -84.22, -14.49, 258.94, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -77.96, -14.84, 260.09, 2, 0)
  22. MovementLoopAddLocation(NPC, -58.44, -13.55, 267.99, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -69.99, -12.21, 247.97, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -62.96, -12.49, 255.03, 2, 0)
  25. MovementLoopAddLocation(NPC, -46.29, -12.41, 271.79, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -57.57, -12.42, 260.89, 2, 0)
  27. MovementLoopAddLocation(NPC, -71.65, -13.6, 252.24, 2, 0)
  28. MovementLoopAddLocation(NPC, -76.4, -13, 250.32, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -60.34, -13.12, 257.61, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -64.31, -12.44, 264.68, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -28.08, -12.45, 280.51, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -49.72, -12.38, 267.4, 2, 0)
  33. MovementLoopAddLocation(NPC, -55.22, -12.17, 262.65, 2, 0)
  34. end