areefturtle427057.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427057.lua
  3. Script Purpose : Waypoint Path for areefturtle427057.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:51
  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, 34.8, -11.84, -82.54, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 38.06, -12.15, -81.07, 2, 0)
  19. MovementLoopAddLocation(NPC, 63.74, -11.82, -66.21, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 50.12, -11.25, -64.98, 2, 0)
  21. MovementLoopAddLocation(NPC, 46.68, -10.58, -64.34, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 56.1, -10.38, -55.93, 2, 0)
  23. MovementLoopAddLocation(NPC, 61.82, -10.34, -48.5, 2, 0)
  24. MovementLoopAddLocation(NPC, 64.92, -10.26, -43.53, 2, 0)
  25. MovementLoopAddLocation(NPC, 77.79, -10.26, -35.7, 2, 0)
  26. MovementLoopAddLocation(NPC, 92.07, -11.4, -23.91, 2, 0)
  27. MovementLoopAddLocation(NPC, 94.6, -11.74, -19.48, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 88.62, -11.88, -23.61, 2, 0)
  29. MovementLoopAddLocation(NPC, 78.59, -11.22, -32.44, 2, 0)
  30. MovementLoopAddLocation(NPC, 71.18, -10.31, -41.13, 2, 0)
  31. MovementLoopAddLocation(NPC, 65.9, -10.76, -45.46, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 42.67, -11.36, -70.67, 2, 0)
  33. MovementLoopAddLocation(NPC, 39.89, -11, -74.21, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 43.16, -11.01, -72.39, 2, 0)
  35. MovementLoopAddLocation(NPC, 63.36, -10.64, -55.69, 2, 0)
  36. MovementLoopAddLocation(NPC, 70.55, -11.07, -48.37, 2, 0)
  37. MovementLoopAddLocation(NPC, 76.74, -11.5, -44.31, 2, 0)
  38. MovementLoopAddLocation(NPC, 87.95, -12.44, -39.47, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 83.25, -12.66, -40.02, 2, 0)
  40. MovementLoopAddLocation(NPC, 78.63, -12.4, -41.77, 2, 0)
  41. MovementLoopAddLocation(NPC, 71.87, -11.32, -47.44, 2, 0)
  42. MovementLoopAddLocation(NPC, 61.66, -10.63, -55.3, 2, 0)
  43. MovementLoopAddLocation(NPC, 54.32, -11.76, -60.01, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 58.65, -11.29, -56.29, 2, 0)
  45. MovementLoopAddLocation(NPC, 71.99, -10.2, -38.63, 2, 0)
  46. MovementLoopAddLocation(NPC, 75.89, -10.18, -30.44, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 74.23, -10.27, -36.28, 2, 0)
  48. MovementLoopAddLocation(NPC, 70.84, -10.2, -39.55, 2, 0)
  49. MovementLoopAddLocation(NPC, 59.59, -10.2, -46.9, 2, 0)
  50. MovementLoopAddLocation(NPC, 45.09, -10.2, -62.15, 2, 0)
  51. MovementLoopAddLocation(NPC, 37.97, -10.2, -71.81, 2, 0)
  52. MovementLoopAddLocation(NPC, 35.91, -10.44, -75.8, 2, math.random(10, 20))
  53. MovementLoopAddLocation(NPC, 34.54, -11.53, -79.66, 2, 0)
  54. end