areefturtle427330.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427330.lua
  3. Script Purpose : Waypoint Path for areefturtle427330.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:43
  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.64, -10.56, 27.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -49.99, -11.04, 21.17, 2, 0)
  19. MovementLoopAddLocation(NPC, -49.76, -10.43, 17.57, 2, 0)
  20. MovementLoopAddLocation(NPC, -50.19, -10.35, -51.32, 2, 0)
  21. MovementLoopAddLocation(NPC, -52.79, -10.21, -54.71, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -49.69, -10.48, -61.53, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -33.98, -10.4, -46.84, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -23.21, -11.96, -33.51, 2, 0)
  25. MovementLoopAddLocation(NPC, -20.38, -11.91, -31.28, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -15.49, -12.09, -16.7, 2, 0)
  27. MovementLoopAddLocation(NPC, -14.91, -12.15, -6.78, 2, 0)
  28. MovementLoopAddLocation(NPC, -15.51, -12.03, 1.06, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -20.09, -11.92, -0.09, 2, 0)
  30. MovementLoopAddLocation(NPC, -24.98, -11.14, -2.64, 2, 0)
  31. MovementLoopAddLocation(NPC, -28.85, -10.42, -6.76, 2, 0)
  32. MovementLoopAddLocation(NPC, -32.41, -10.2, -9.13, 2, 0)
  33. MovementLoopAddLocation(NPC, -38.55, -10.3, -15.46, 2, 0)
  34. MovementLoopAddLocation(NPC, -41.31, -10.22, -17.5, 2, 0)
  35. MovementLoopAddLocation(NPC, -51.6, -10.2, -28.77, 2, 0)
  36. MovementLoopAddLocation(NPC, -62.93, -10.12, -36.23, 2, 0)
  37. MovementLoopAddLocation(NPC, -66.13, -10.12, -40.51, 2, 0)
  38. MovementLoopAddLocation(NPC, -70.25, -10.98, -45.41, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -50.48, -10.2, -43.51, 2, 0)
  40. MovementLoopAddLocation(NPC, -17.83, -11.94, -44.36, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -16.83, -11.53, -48.56, 2, 0)
  42. MovementLoopAddLocation(NPC, -10.59, -11.04, -60.21, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -10.11, -11.11, -57.74, 2, 0)
  44. MovementLoopAddLocation(NPC, -10.05, -10.23, -47.31, 2, 0)
  45. MovementLoopAddLocation(NPC, -10.69, -10.38, -39.87, 2, 0)
  46. MovementLoopAddLocation(NPC, -14.9, -12.24, -16.2, 2, 0)
  47. MovementLoopAddLocation(NPC, -17.85, -12.34, -0.77, 2, 0)
  48. MovementLoopAddLocation(NPC, -18.07, -12.54, 2.86, 2, 0)
  49. MovementLoopAddLocation(NPC, -19.68, -13.4, 8.23, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, -20.6, -13.61, 10.71, 2, 0)
  51. MovementLoopAddLocation(NPC, -31.35, -11.82, 15.3, 2, math.random(10, 20))
  52. end