areefturtle427030.lua 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427030.lua
  3. Script Purpose : Waypoint Path for areefturtle427030.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:33
  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, -137.62, -12.75, 11.24, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -126.31, -12.05, 37.64, 2, 0)
  19. MovementLoopAddLocation(NPC, -122.11, -11.98, 43.97, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -123.3, -11.96, 43.24, 2, 0)
  21. MovementLoopAddLocation(NPC, -125.06, -11.61, 44.82, 2, 0)
  22. MovementLoopAddLocation(NPC, -130.47, -11, 52.14, 2, 0)
  23. MovementLoopAddLocation(NPC, -134.68, -11.38, 57.77, 2, 0)
  24. MovementLoopAddLocation(NPC, -134.68, -11.59, 68.19, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -140.87, -12.76, 37.64, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -137.49, -13.36, 48.45, 2, 0)
  27. MovementLoopAddLocation(NPC, -134.75, -12.85, 47.84, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -143.94, -12.67, 47.8, 2, 0)
  29. MovementLoopAddLocation(NPC, -149.41, -13.14, 44.45, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -136.13, -12.71, 56.01, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -130.1, -12.79, 76.38, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -133.74, -12.29, 81.25, 2, 0)
  33. MovementLoopAddLocation(NPC, -136.54, -12.54, 80.83, 2, 0)
  34. MovementLoopAddLocation(NPC, -141.76, -13.32, 76.73, 2, 0)
  35. MovementLoopAddLocation(NPC, -144.05, -13.7, 71.85, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -143.37, -13.27, 48.9, 2, 0)
  37. MovementLoopAddLocation(NPC, -136.13, -12.35, 48.51, 2, 0)
  38. MovementLoopAddLocation(NPC, -131.41, -11.78, 46.06, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -135.54, -11.37, 33.42, 2, 0)
  40. MovementLoopAddLocation(NPC, -137.82, -12.68, 11.15, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -125, -12.09, 39, 2, 0)
  42. MovementLoopAddLocation(NPC, -122.37, -11.87, 43.67, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -127.18, -11.1, 47.92, 2, 0)
  44. MovementLoopAddLocation(NPC, -133.19, -11.19, 55.21, 2, 0)
  45. MovementLoopAddLocation(NPC, -134.66, -11.6, 67.99, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -140.72, -12.77, 37.91, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -138.49, -13.21, 47.45, 2, 0)
  48. MovementLoopAddLocation(NPC, -134.57, -12.74, 47.78, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -143.65, -12.77, 47.94, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, -136.14, -12.88, 55.81, 2, math.random(10, 20))
  51. MovementLoopAddLocation(NPC, -130.27, -12.76, 76.67, 2, math.random(10, 20))
  52. MovementLoopAddLocation(NPC, -133.53, -12.02, 79.1, 2, 0)
  53. MovementLoopAddLocation(NPC, -140.27, -13.12, 77.07, 2, 0)
  54. MovementLoopAddLocation(NPC, -143.8, -13.66, 70.56, 2, math.random(10, 20))
  55. MovementLoopAddLocation(NPC, -143.19, -13.29, 48.99, 2, 0)
  56. MovementLoopAddLocation(NPC, -135.44, -12.36, 48.58, 2, 0)
  57. MovementLoopAddLocation(NPC, -131.55, -11.79, 45.75, 2, math.random(10, 20))
  58. MovementLoopAddLocation(NPC, -136.02, -11.3, 31.96, 2, 0)
  59. end