areefturtle427047.lua 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427047.lua
  3. Script Purpose : Waypoint Path for areefturtle427047.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:20:03
  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, -49.41, -11.83, -60.79, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -44.4, -12.01, -65.59, 2, 0)
  19. MovementLoopAddLocation(NPC, -34.83, -11.83, -80.2, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -34.44, -11.74, -75.63, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -37.66, -11.76, -71.22, 2, 0)
  22. MovementLoopAddLocation(NPC, -39.7, -11.66, -67.23, 2, 0)
  23. MovementLoopAddLocation(NPC, -41.93, -10.2, -53.5, 2, 0)
  24. MovementLoopAddLocation(NPC, -44.39, -10.32, -41.03, 2, 0)
  25. MovementLoopAddLocation(NPC, -45.56, -10.73, -38.81, 2, 0)
  26. MovementLoopAddLocation(NPC, -46.07, -10.58, -36.65, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -41.61, -10.45, -23.13, 2, 0)
  28. MovementLoopAddLocation(NPC, -37.61, -10.31, -3.19, 2, 0)
  29. MovementLoopAddLocation(NPC, -35.76, -10.51, 6.31, 2, 0)
  30. MovementLoopAddLocation(NPC, -34.5, -11.47, 11.31, 2, 0)
  31. MovementLoopAddLocation(NPC, -34.58, -12.1, 15.92, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -42.88, -11.49, 18.65, 2, 0)
  33. MovementLoopAddLocation(NPC, -46.3, -11.22, 20.6, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -45.97, -10.57, 15.68, 2, 0)
  35. MovementLoopAddLocation(NPC, -46.47, -10.2, 11.32, 2, 0)
  36. MovementLoopAddLocation(NPC, -50.71, -10.39, -2.82, 2, 0)
  37. MovementLoopAddLocation(NPC, -57.02, -10.58, -8.1, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -50.23, -10.27, 2.49, 2, 0)
  39. MovementLoopAddLocation(NPC, -47.18, -10.52, 12.46, 2, 0)
  40. MovementLoopAddLocation(NPC, -45.82, -12.12, 18.74, 2, 0)
  41. MovementLoopAddLocation(NPC, -44.32, -12.45, 22.26, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -48.65, -11.73, 18.02, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -25.48, -11.5, 15.16, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -28.05, -10.21, -0.71, 2, 0)
  45. MovementLoopAddLocation(NPC, -29.3, -10.29, -8.17, 2, 0)
  46. MovementLoopAddLocation(NPC, -32.52, -10.56, -13.26, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -30.91, -10.2, -21.09, 2, 0)
  48. MovementLoopAddLocation(NPC, -30.33, -10.13, -61.89, 2, 0)
  49. MovementLoopAddLocation(NPC, -35.3, -10.26, -72.35, 2, 0)
  50. MovementLoopAddLocation(NPC, -33.03, -11.59, -79.33, 2, 0)
  51. MovementLoopAddLocation(NPC, -31.35, -11.88, -81.16, 2, math.random(10, 20))
  52. end