areefturtle427092.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427092.lua
  3. Script Purpose : Waypoint Path for areefturtle427092.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:24:59
  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, -14.53, -13.66, 37.11, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -9.93, -13.4, 33.51, 2, 0)
  19. MovementLoopAddLocation(NPC, -5.5, -13.23, 31.92, 2, 0)
  20. MovementLoopAddLocation(NPC, 5.88, -12.24, 24.57, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 29.97, -13.19, 19.11, 2, 0)
  22. MovementLoopAddLocation(NPC, 35.79, -13.61, 18.35, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 39.29, -12.43, 30.63, 2, 0)
  24. MovementLoopAddLocation(NPC, 40.13, -11.88, 39.91, 2, 0)
  25. MovementLoopAddLocation(NPC, 42.71, -11.31, 55.66, 2, 0)
  26. MovementLoopAddLocation(NPC, 43.58, -10.33, 61.05, 2, 0)
  27. MovementLoopAddLocation(NPC, 43.87, -10.39, 76.86, 2, 0)
  28. MovementLoopAddLocation(NPC, 46.21, -10.52, 87.21, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 36.05, -10.28, 81.28, 2, 0)
  30. MovementLoopAddLocation(NPC, 33.94, -10.2, 79, 2, 0)
  31. MovementLoopAddLocation(NPC, 22.87, -10.27, 68.82, 2, 0)
  32. MovementLoopAddLocation(NPC, 16.15, -11.54, 61.99, 2, 0)
  33. MovementLoopAddLocation(NPC, 10.59, -12.66, 57.45, 2, 0)
  34. MovementLoopAddLocation(NPC, 7.85, -12.78, 54.48, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 15.77, -12.78, 21.43, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 2.27, -12.8, 39.87, 2, 0)
  37. MovementLoopAddLocation(NPC, -0.14, -12.28, 42.99, 2, 0)
  38. MovementLoopAddLocation(NPC, -4.48, -11.73, 46.29, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -0.34, -12.37, 43.15, 2, 0)
  40. MovementLoopAddLocation(NPC, 12.29, -13.77, 27.76, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 5.9, -13.72, 30.65, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -1.56, -13.01, 32.9, 2, 0)
  43. MovementLoopAddLocation(NPC, -11.43, -12.02, 34.01, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -19.58, -13.29, 32.01, 2, 0)
  45. MovementLoopAddLocation(NPC, -22.93, -13.34, 31.7, 2, math.random(10, 20))
  46. end