areefturtle427088.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427088.lua
  3. Script Purpose : Waypoint Path for areefturtle427088.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:36
  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.71, -15.15, -6.7, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 60, -13.97, -12.25, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 50.13, -13.47, -6.2, 2, 0)
  20. MovementLoopAddLocation(NPC, 41.02, -13.99, -2.52, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 38.63, -14.28, -14.68, 2, 0)
  22. MovementLoopAddLocation(NPC, 39.47, -13.81, -23.65, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 34.58, -13.41, -28.62, 2, 0)
  24. MovementLoopAddLocation(NPC, 32.95, -12.73, -35.19, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 29.12, -11.37, -39.96, 2, 0)
  26. MovementLoopAddLocation(NPC, 27.25, -11.11, -41.88, 2, 0)
  27. MovementLoopAddLocation(NPC, 25.11, -11.15, -45.27, 2, 0)
  28. MovementLoopAddLocation(NPC, 23.07, -11.48, -51.6, 2, 0)
  29. MovementLoopAddLocation(NPC, 20.16, -11.8, -54.85, 2, 0)
  30. MovementLoopAddLocation(NPC, 16.6, -12.21, -57.29, 2, 0)
  31. MovementLoopAddLocation(NPC, 8.47, -12.58, -67.93, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 10.05, -11.64, -66.62, 2, 0)
  33. MovementLoopAddLocation(NPC, 15.71, -11.04, -62.65, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 18.45, -10.62, -54.03, 2, 0)
  35. MovementLoopAddLocation(NPC, 20.03, -10.46, -39.18, 2, 0)
  36. MovementLoopAddLocation(NPC, 23.1, -11.6, -27.06, 2, 0)
  37. MovementLoopAddLocation(NPC, 27.39, -11.88, -20.82, 2, 0)
  38. MovementLoopAddLocation(NPC, 32.69, -12.24, -15.83, 2, 0)
  39. MovementLoopAddLocation(NPC, 34.32, -11.6, -13.11, 2, 0)
  40. MovementLoopAddLocation(NPC, 34.96, -11.29, -10.58, 2, 0)
  41. MovementLoopAddLocation(NPC, 35.56, -11.92, 4.94, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 49, -12.42, -16.88, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 44.37, -11.79, -7.96, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 43, -11.96, -7.68, 2, 0)
  45. MovementLoopAddLocation(NPC, 42.53, -13.16, -14.75, 2, 0)
  46. MovementLoopAddLocation(NPC, 38.97, -14.42, -24.76, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 41.66, -13.63, -22.16, 2, 0)
  48. MovementLoopAddLocation(NPC, 45.03, -13.41, -19.94, 2, 0)
  49. MovementLoopAddLocation(NPC, 49.24, -13.34, -16.41, 2, 0)
  50. MovementLoopAddLocation(NPC, 55.23, -13.45, -14.34, 2, 0)
  51. MovementLoopAddLocation(NPC, 60.59, -14.7, -11.27, 2, 0)
  52. end