areefturtle427113.lua 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427113.lua
  3. Script Purpose : Waypoint Path for areefturtle427113.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:49:25
  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, 66.37, -12.65, 46.54, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 62.6, -11.69, 39.24, 2, 0)
  19. MovementLoopAddLocation(NPC, 57.9, -11.32, 32.3, 2, 0)
  20. MovementLoopAddLocation(NPC, 54.41, -11.34, 25.81, 2, 0)
  21. MovementLoopAddLocation(NPC, 45.36, -12.24, 16.88, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 50.6, -12.21, 14.36, 2, 0)
  23. MovementLoopAddLocation(NPC, 55.75, -12.25, 10.81, 2, 0)
  24. MovementLoopAddLocation(NPC, 59.63, -12.29, 7.2, 2, 0)
  25. MovementLoopAddLocation(NPC, 68.8, -14.23, 2.06, 2, 0)
  26. MovementLoopAddLocation(NPC, 74.55, -14.38, 1.1, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 69.12, -12.87, -2.76, 2, 0)
  28. MovementLoopAddLocation(NPC, 67.16, -12.71, -5.78, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 82.44, -12.76, -5.76, 2, 0)
  30. MovementLoopAddLocation(NPC, 90.26, -12.78, -4.43, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 81.67, -12.91, -3.25, 2, 0)
  32. MovementLoopAddLocation(NPC, 72.55, -12.82, 2.84, 2, 0)
  33. MovementLoopAddLocation(NPC, 63.57, -13.14, 7.25, 2, 0)
  34. MovementLoopAddLocation(NPC, 53.85, -12.73, 6.81, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 56.08, -11.1, 26.19, 2, 0)
  36. MovementLoopAddLocation(NPC, 54.38, -10.74, 36.42, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 46.1, -10.91, 35.22, 2, 0)
  38. MovementLoopAddLocation(NPC, 37.22, -11.56, 35.34, 2, 0)
  39. MovementLoopAddLocation(NPC, 28.49, -12.19, 36.34, 2, 0)
  40. MovementLoopAddLocation(NPC, 24.15, -12.42, 35.65, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 25.65, -12.43, 28.3, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 16.09, -13, 31.04, 2, 0)
  43. MovementLoopAddLocation(NPC, 10.27, -14.3, 37.78, 2, 0)
  44. MovementLoopAddLocation(NPC, 8.61, -13.95, 42.41, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, 15.52, -12.38, 53.61, 2, 0)
  46. MovementLoopAddLocation(NPC, 17.79, -11.35, 62.69, 2, 0)
  47. MovementLoopAddLocation(NPC, 22.33, -10.43, 69.82, 2, 0)
  48. MovementLoopAddLocation(NPC, 28.03, -10.57, 78.81, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, 21.36, -10.4, 70.72, 2, 0)
  50. MovementLoopAddLocation(NPC, 8.33, -11.58, 55.42, 2, 0)
  51. MovementLoopAddLocation(NPC, 2.95, -12.56, 44.07, 2, 0)
  52. MovementLoopAddLocation(NPC, -3.88, -13.66, 31.94, 2, math.random(10, 20))
  53. MovementLoopAddLocation(NPC, 5.67, -13.33, 36.15, 2, 0)
  54. MovementLoopAddLocation(NPC, 39.61, -11.77, 43, 2, 0)
  55. MovementLoopAddLocation(NPC, 56.96, -12.39, 46.57, 2, 0)
  56. end