areefturtle427067.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427067.lua
  3. Script Purpose : Waypoint Path for areefturtle427067.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:24
  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, 42.21, -11.78, -74.3, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 37.03, -11.2, -74.21, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 41.29, -11.17, -72.36, 2, 0)
  20. MovementLoopAddLocation(NPC, 46.74, -10.88, -68.51, 2, 0)
  21. MovementLoopAddLocation(NPC, 55.27, -10.98, -59.9, 2, 0)
  22. MovementLoopAddLocation(NPC, 70.71, -11.09, -48.81, 2, 0)
  23. MovementLoopAddLocation(NPC, 75.29, -11.25, -44.88, 2, 0)
  24. MovementLoopAddLocation(NPC, 80.56, -12.23, -40.65, 2, 0)
  25. MovementLoopAddLocation(NPC, 85.15, -12.75, -37.7, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 81.89, -12.42, -40.19, 2, 0)
  27. MovementLoopAddLocation(NPC, 77.73, -12.26, -43.47, 2, 0)
  28. MovementLoopAddLocation(NPC, 61.3, -11.75, -61.89, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 61.23, -11.72, -56.06, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 64.03, -11.8, -53.19, 2, 0)
  31. MovementLoopAddLocation(NPC, 76.21, -12.09, -43.77, 2, 0)
  32. MovementLoopAddLocation(NPC, 87.54, -12.67, -33.63, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 76.7, -11.4, -39.04, 2, 0)
  34. MovementLoopAddLocation(NPC, 69.28, -11.05, -43.27, 2, 0)
  35. MovementLoopAddLocation(NPC, 65.12, -10.57, -44.83, 2, 0)
  36. MovementLoopAddLocation(NPC, 55.42, -10.6, -47.15, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 75.68, -11.14, -49.92, 2, 0)
  38. MovementLoopAddLocation(NPC, 78.3, -11.08, -49.7, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 79.05, -11.28, -46.37, 2, 0)
  40. MovementLoopAddLocation(NPC, 81.79, -11.47, -42.34, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 99.64, -11.8, -39.52, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 96.97, -11.81, -17.23, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 90.21, -12.6, -21.16, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 79.79, -11.47, -31.26, 2, 0)
  45. MovementLoopAddLocation(NPC, 74.41, -10.41, -38, 2, 0)
  46. MovementLoopAddLocation(NPC, 69.76, -10.3, -44.32, 2, 0)
  47. MovementLoopAddLocation(NPC, 65.51, -10.98, -53.52, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 60.17, -11.17, -58.19, 2, 0)
  49. MovementLoopAddLocation(NPC, 50.7, -11.04, -68.32, 2, 0)
  50. MovementLoopAddLocation(NPC, 46.62, -11.46, -71.68, 2, 0)
  51. end