areefturtle427112.lua 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427112.lua
  3. Script Purpose : Waypoint Path for areefturtle427112.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:48:58
  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, 79.13, -13.79, 8.94, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 76.66, -13.1, 11.53, 2, 0)
  19. MovementLoopAddLocation(NPC, 75.82, -12.37, 17.03, 2, 0)
  20. MovementLoopAddLocation(NPC, 79.45, -11.24, 35.58, 2, 0)
  21. MovementLoopAddLocation(NPC, 78.68, -12.49, 44.52, 2, 0)
  22. MovementLoopAddLocation(NPC, 77.68, -12.47, 46.11, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 76.33, -12.24, 39.52, 2, 0)
  24. MovementLoopAddLocation(NPC, 68.55, -10.2, 13.77, 2, 0)
  25. MovementLoopAddLocation(NPC, 67.16, -11.59, 3.91, 2, 0)
  26. MovementLoopAddLocation(NPC, 68.86, -11.3, -3.43, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 54.29, -12.07, 4.35, 2, 0)
  28. MovementLoopAddLocation(NPC, 48.57, -12.23, 4.73, 2, 0)
  29. MovementLoopAddLocation(NPC, 44.73, -12.45, 3.28, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 48.6, -12.3, 4.5, 2, 0)
  31. MovementLoopAddLocation(NPC, 53.91, -12.55, 5.02, 2, 0)
  32. MovementLoopAddLocation(NPC, 71.5, -13.99, 2.01, 2, 0)
  33. MovementLoopAddLocation(NPC, 80.78, -13.78, 2.06, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 77.65, -12.71, 6.14, 2, 0)
  35. MovementLoopAddLocation(NPC, 75.75, -11.88, 9.76, 2, 0)
  36. MovementLoopAddLocation(NPC, 72.78, -11.59, 13.26, 2, 0)
  37. MovementLoopAddLocation(NPC, 65.55, -12.44, 16.78, 2, 0)
  38. MovementLoopAddLocation(NPC, 62.15, -12.68, 17.05, 2, 0)
  39. MovementLoopAddLocation(NPC, 55.37, -13.05, 14.48, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 59.36, -13.1, 16.24, 2, 0)
  41. MovementLoopAddLocation(NPC, 62.91, -13.11, 19.58, 2, 0)
  42. MovementLoopAddLocation(NPC, 69.83, -13.06, 33.7, 2, 0)
  43. MovementLoopAddLocation(NPC, 73.11, -12.83, 39.04, 2, 0)
  44. MovementLoopAddLocation(NPC, 76.85, -12.82, 44.28, 2, 0)
  45. MovementLoopAddLocation(NPC, 78.09, -12.64, 48.71, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 73.35, -12.45, 47.78, 2, 0)
  47. MovementLoopAddLocation(NPC, 67.86, -12.43, 47.81, 2, 0)
  48. MovementLoopAddLocation(NPC, 57.02, -12.66, 51.45, 2, 0)
  49. MovementLoopAddLocation(NPC, 51.09, -12.76, 51.33, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, 50.25, -11.59, 44.1, 2, 0)
  51. MovementLoopAddLocation(NPC, 48.36, -11.46, 40.16, 2, 0)
  52. MovementLoopAddLocation(NPC, 45.02, -11.48, 35.08, 2, 0)
  53. MovementLoopAddLocation(NPC, 43.38, -11.77, 29.87, 2, 0)
  54. MovementLoopAddLocation(NPC, 43.61, -13.24, 20.19, 2, 0)
  55. MovementLoopAddLocation(NPC, 44.86, -13.38, 14.52, 2, math.random(10, 20))
  56. MovementLoopAddLocation(NPC, 59.85, -11.12, 14.79, 2, 0)
  57. MovementLoopAddLocation(NPC, 65.2, -10.38, 13.08, 2, 0)
  58. MovementLoopAddLocation(NPC, 70.69, -10.2, 10.77, 2, 0)
  59. MovementLoopAddLocation(NPC, 82.5, -13.07, 4.92, 2, 0)
  60. MovementLoopAddLocation(NPC, 90.55, -12.9, 4.93, 2, math.random(10, 20))
  61. MovementLoopAddLocation(NPC, 81.65, -13.77, 8.74, 2, 0)
  62. end