areefturtle427071.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427071.lua
  3. Script Purpose : Waypoint Path for areefturtle427071.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:28: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, 0.8, -12.64, -59.3, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -1.67, -11.42, -66.93, 2, 0)
  19. MovementLoopAddLocation(NPC, -3.52, -10.35, -70.08, 2, 0)
  20. MovementLoopAddLocation(NPC, -6.76, -10.2, -76.97, 2, 0)
  21. MovementLoopAddLocation(NPC, -8.1, -10.4, -82.1, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.59, -11.77, -92.61, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -9.82, -11.3, -88.36, 2, 0)
  24. MovementLoopAddLocation(NPC, 0.8, -11.74, -78.67, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -1.01, -11.38, -80.86, 2, 0)
  26. MovementLoopAddLocation(NPC, -9.85, -11.27, -87.81, 2, 0)
  27. MovementLoopAddLocation(NPC, -20.83, -11.76, -95.5, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -18.26, -11.3, -82.87, 2, 0)
  29. MovementLoopAddLocation(NPC, -17.9, -10.61, -78.97, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -15.37, -10.11, -76.53, 2, 0)
  31. MovementLoopAddLocation(NPC, 9.14, -10.52, -54.61, 2, 0)
  32. MovementLoopAddLocation(NPC, 23.17, -11, -42.43, 2, 0)
  33. MovementLoopAddLocation(NPC, 27.57, -11.27, -36.59, 2, 0)
  34. MovementLoopAddLocation(NPC, 36.75, -12.21, -26.61, 2, 0)
  35. MovementLoopAddLocation(NPC, 44.5, -12.31, -17.82, 2, 0)
  36. MovementLoopAddLocation(NPC, 48.43, -12.42, -15.04, 2, 0)
  37. MovementLoopAddLocation(NPC, 55.91, -12.71, -9.37, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 49.97, -12.93, -12.21, 2, 0)
  39. MovementLoopAddLocation(NPC, 46.72, -12.7, -15.08, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 43.6, -12.78, -15.87, 2, 0)
  41. MovementLoopAddLocation(NPC, 22.49, -11.73, -17.69, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 28.24, -12.2, -15.06, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 46.53, -11.8, -15.35, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 43.29, -12.21, -23.5, 2, 0)
  45. MovementLoopAddLocation(NPC, 41.46, -12.14, -26.47, 2, 0)
  46. MovementLoopAddLocation(NPC, 37.27, -11.75, -37.54, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 27.95, -11.79, -41.22, 2, 0)
  48. MovementLoopAddLocation(NPC, 11.85, -12.26, -53.13, 2, 0)
  49. MovementLoopAddLocation(NPC, 7.96, -12.69, -55.93, 2, 0)
  50. MovementLoopAddLocation(NPC, 3.36, -13.15, -57.34, 2, 0)
  51. end