areefturtle427106.lua 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427106.lua
  3. Script Purpose : Waypoint Path for areefturtle427106.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:26:08
  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, 71.72, -11.57, 5.12, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 78.03, -11.48, 1.02, 2, 0)
  19. MovementLoopAddLocation(NPC, 85.43, -12.21, -4.43, 2, 0)
  20. MovementLoopAddLocation(NPC, 90.05, -12.44, -8.98, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 90.99, -12.68, -1.21, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 85.36, -12.76, 25.69, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 89.79, -12.78, 2.7, 2, 0)
  24. MovementLoopAddLocation(NPC, 90.7, -12.77, -13.58, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 92.78, -12.51, -3.43, 2, 0)
  26. MovementLoopAddLocation(NPC, 94.59, -12.54, 7.86, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 94.28, -12.77, 15.32, 2, 0)
  28. MovementLoopAddLocation(NPC, 95, -12.93, 18.91, 2, 0)
  29. MovementLoopAddLocation(NPC, 99.51, -12.93, 24.51, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 94.4, -12.98, 15.43, 2, 0)
  31. MovementLoopAddLocation(NPC, 88.09, -12.76, -0.48, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 78.17, -12.19, 3.23, 2, 0)
  33. MovementLoopAddLocation(NPC, 72.71, -11.98, 4.73, 2, 0)
  34. MovementLoopAddLocation(NPC, 10.18, -12.33, 29.44, 2, 0)
  35. MovementLoopAddLocation(NPC, -0.61, -12.27, 36.25, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -20.99, -12.62, 36.15, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -3.74, -13.22, 31.24, 2, 0)
  38. MovementLoopAddLocation(NPC, 0.97, -13.48, 29.15, 2, 0)
  39. MovementLoopAddLocation(NPC, 3.3, -13.86, 26.04, 2, 0)
  40. MovementLoopAddLocation(NPC, 4.46, -13.92, 21.36, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 2.07, -13.73, 30.16, 2, 0)
  42. MovementLoopAddLocation(NPC, 1.4, -13.43, 38.03, 2, 0)
  43. MovementLoopAddLocation(NPC, -8.17, -11.02, 55.51, 2, 0)
  44. MovementLoopAddLocation(NPC, -14.23, -10.55, 65.44, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -3.95, -11.05, 51.97, 2, 0)
  46. MovementLoopAddLocation(NPC, 30.38, -12.22, 28.84, 2, 0)
  47. MovementLoopAddLocation(NPC, 36.72, -12.22, 26.43, 2, 0)
  48. MovementLoopAddLocation(NPC, 42.81, -12.07, 22.68, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, 58.88, -11.51, 13.28, 2, 0)
  50. MovementLoopAddLocation(NPC, 82.28, -11.93, -1.52, 2, 0)
  51. MovementLoopAddLocation(NPC, 93.36, -12.69, -10.75, 2, math.random(10, 20))
  52. MovementLoopAddLocation(NPC, 76.27, -13.09, 0.12, 2, 0)
  53. MovementLoopAddLocation(NPC, 72.81, -11.8, 2.95, 2, 0)
  54. end