ashoalglider425499.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425499.lua
  3. Script Purpose : Waypoint Path for ashoalglider425499.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:28:27
  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, 16.22, -12.44, -17.93, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 12.05, -11.9, -21.39, 2, 0)
  19. MovementLoopAddLocation(NPC, 5.52, -11.78, -33.47, 2, 0)
  20. MovementLoopAddLocation(NPC, -5.38, -11.52, -45.67, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 0.95, -11.79, -56.27, 2, 0)
  22. MovementLoopAddLocation(NPC, 9.58, -11.54, -67.7, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 2.44, -11.2, -71.49, 2, 0)
  24. MovementLoopAddLocation(NPC, -3.21, -10.7, -76.72, 2, 0)
  25. MovementLoopAddLocation(NPC, -5.28, -10.7, -79.09, 2, 0)
  26. MovementLoopAddLocation(NPC, -8.32, -10.7, -81.54, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 0.76, -10.7, -71.26, 2, 0)
  28. MovementLoopAddLocation(NPC, 6.01, -10.62, -66.71, 2, 0)
  29. MovementLoopAddLocation(NPC, 9.57, -11.03, -62.26, 2, 0)
  30. MovementLoopAddLocation(NPC, 15.65, -11.34, -56.36, 2, 0)
  31. MovementLoopAddLocation(NPC, 33.59, -11.96, -34.32, 2, 0)
  32. MovementLoopAddLocation(NPC, 37.3, -12.27, -28.89, 2, 0)
  33. MovementLoopAddLocation(NPC, 39.76, -12.4, -26.24, 2, 0)
  34. MovementLoopAddLocation(NPC, 43.37, -12.36, -23.81, 2, 0)
  35. MovementLoopAddLocation(NPC, 51.49, -12.32, -17.8, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 53.55, -12.1, -15.41, 2, 0)
  37. MovementLoopAddLocation(NPC, 62.07, -11.54, -9.58, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 60.06, -11.79, -12.53, 2, 0)
  39. MovementLoopAddLocation(NPC, 43.46, -12.49, -20.6, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 38.67, -14.08, -21.98, 2, 0)
  41. MovementLoopAddLocation(NPC, 35.23, -14.41, -22.95, 2, 0)
  42. MovementLoopAddLocation(NPC, 28.39, -14.82, -23.28, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 30.7, -14.37, -18.46, 2, 0)
  44. MovementLoopAddLocation(NPC, 31.86, -13.54, -16.26, 2, 0)
  45. MovementLoopAddLocation(NPC, 35.01, -12.27, -11.65, 2, 0)
  46. MovementLoopAddLocation(NPC, 40.57, -11.53, -4.14, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 23.01, -12.68, -12.73, 2, 0)
  48. MovementLoopAddLocation(NPC, 20.04, -12.44, -16.1, 2, 0)
  49. end