areefturtle427020.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427020.lua
  3. Script Purpose : Waypoint Path for areefturtle427020.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:14:27
  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, -108.61, -12.21, 108.24, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -111.98, -12.35, 104.16, 2, 0)
  19. MovementLoopAddLocation(NPC, -119.87, -12.27, 99.98, 2, 0)
  20. MovementLoopAddLocation(NPC, -122.63, -12.33, 96.62, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -125.07, -11.11, 94.17, 2, 0)
  22. MovementLoopAddLocation(NPC, -129.27, -10.38, 94.34, 2, 0)
  23. MovementLoopAddLocation(NPC, -133.23, -11.12, 99.46, 2, 0)
  24. MovementLoopAddLocation(NPC, -132.68, -12.71, 101.02, 2, 0)
  25. MovementLoopAddLocation(NPC, -130.31, -12.67, 106.14, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -128.8, -11.87, 127.54, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -141.12, -12.73, 138.5, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -132.07, -12.24, 150.07, 2, 0)
  29. MovementLoopAddLocation(NPC, -130.28, -11.79, 154.74, 2, 0)
  30. MovementLoopAddLocation(NPC, -129.2, -11.86, 156.35, 2, 0)
  31. MovementLoopAddLocation(NPC, -123.7, -12.01, 168.52, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -127.5, -12.57, 171.22, 2, 0)
  33. MovementLoopAddLocation(NPC, -129.52, -13.58, 174.03, 2, 0)
  34. MovementLoopAddLocation(NPC, -135.96, -14.87, 179.49, 2, 0)
  35. MovementLoopAddLocation(NPC, -138.14, -14.83, 179.18, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -136.01, -14.73, 167.88, 2, 0)
  37. MovementLoopAddLocation(NPC, -140.63, -13.29, 158.75, 2, 0)
  38. MovementLoopAddLocation(NPC, -143, -13.64, 153.31, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -130.01, -12.37, 149.99, 2, 0)
  40. MovementLoopAddLocation(NPC, -101.35, -11.74, 145.95, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -127.28, -11.29, 133.66, 2, 0)
  42. MovementLoopAddLocation(NPC, -132.24, -12.81, 131.11, 2, 0)
  43. MovementLoopAddLocation(NPC, -130.73, -12.92, 124.77, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -129.26, -11.58, 133.49, 2, 0)
  45. MovementLoopAddLocation(NPC, -120.15, -11.48, 127.34, 2, 0)
  46. end