ashoalglider425504.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425504.lua
  3. Script Purpose : Waypoint Path for ashoalglider425504.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:32:57
  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, 22.12, -11.5, -1.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 18.87, -11.88, -10.49, 2, 0)
  19. MovementLoopAddLocation(NPC, 17.65, -11.93, -19.54, 2, 0)
  20. MovementLoopAddLocation(NPC, 16.27, -11.51, -28.51, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 9.56, -11.35, -32.93, 2, 0)
  22. MovementLoopAddLocation(NPC, 0.54, -11.44, -40.06, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 2.7, -11.12, -33.6, 2, 0)
  24. MovementLoopAddLocation(NPC, 4.45, -10.7, -29.15, 2, 0)
  25. MovementLoopAddLocation(NPC, 6.88, -10.7, -18.04, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 14.64, -10.61, -24.49, 2, 0)
  27. MovementLoopAddLocation(NPC, 18.55, -11.29, -31.72, 2, 0)
  28. MovementLoopAddLocation(NPC, 28.85, -11, -41.93, 2, 0)
  29. MovementLoopAddLocation(NPC, 31.52, -10.7, -45.91, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 29.81, -11.25, -38.47, 2, 0)
  31. MovementLoopAddLocation(NPC, 25.96, -12.9, -12.35, 2, 0)
  32. MovementLoopAddLocation(NPC, 25.56, -12.53, -1.34, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 38.35, -13.09, -12.21, 2, 0)
  34. MovementLoopAddLocation(NPC, 50.19, -12.65, -25.47, 2, 0)
  35. MovementLoopAddLocation(NPC, 50.18, -12.65, -25.33, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 50.07, -12.06, -18.56, 2, 0)
  37. MovementLoopAddLocation(NPC, 52.3, -12.02, -12.48, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 57.68, -11.64, -17.62, 2, 0)
  39. MovementLoopAddLocation(NPC, 63.87, -11.58, -18.78, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 58.59, -11.52, -20.27, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 54.63, -11.91, -18.7, 2, 0)
  42. MovementLoopAddLocation(NPC, 44.93, -11.98, -10.77, 2, 0)
  43. MovementLoopAddLocation(NPC, 25.36, -13.33, -3.96, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 30.59, -13.5, -4.37, 2, 0)
  45. MovementLoopAddLocation(NPC, 46.33, -11.93, -8.04, 2, 0)
  46. MovementLoopAddLocation(NPC, 55.58, -11.41, -12.14, 2, math.random(10, 20))
  47. end