areefturtle427041.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427041.lua
  3. Script Purpose : Waypoint Path for areefturtle427041.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:47
  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, -18.61, -11.46, -10.35, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -42.77, -10.96, -26.14, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -37.16, -11.44, -34.05, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -37, -11.25, -21.76, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -12.96, -11.82, -24.81, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -17.34, -12.37, -7.44, 2, 0)
  23. MovementLoopAddLocation(NPC, -19.76, -12.37, -1.68, 2, 0)
  24. MovementLoopAddLocation(NPC, -25.22, -12.75, 7.59, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -26.1, -12.27, 4.94, 2, 0)
  26. MovementLoopAddLocation(NPC, -28.86, -10.63, -0.86, 2, 0)
  27. MovementLoopAddLocation(NPC, -31.22, -10.38, -6.03, 2, 0)
  28. MovementLoopAddLocation(NPC, -33.55, -10.57, -10.57, 2, 0)
  29. MovementLoopAddLocation(NPC, -40.16, -11.09, -21.16, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -11.84, -11.01, -16.27, 2, 0)
  31. MovementLoopAddLocation(NPC, -5, -11.06, -13.64, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -5.8, -11.32, -18.34, 2, 0)
  33. MovementLoopAddLocation(NPC, -9.53, -11.32, -29.06, 2, 0)
  34. MovementLoopAddLocation(NPC, -10.22, -11.37, -33.23, 2, 0)
  35. MovementLoopAddLocation(NPC, -10.5, -11.69, -37.56, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -10.18, -11.18, -42.52, 2, 0)
  37. MovementLoopAddLocation(NPC, -8.42, -11.12, -46.61, 2, 0)
  38. MovementLoopAddLocation(NPC, -8.25, -11.04, -50.42, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -17.97, -11.37, -47.96, 2, 0)
  40. MovementLoopAddLocation(NPC, -25.76, -12.43, -46.13, 2, 0)
  41. MovementLoopAddLocation(NPC, -30.42, -12.72, -44.36, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -27.47, -13.04, -42.1, 2, 0)
  43. MovementLoopAddLocation(NPC, -24.95, -13.11, -38.51, 2, 0)
  44. MovementLoopAddLocation(NPC, -22.83, -12.5, -36.42, 2, 0)
  45. MovementLoopAddLocation(NPC, -18.48, -11.72, -35.15, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -33.02, -11.46, -31.24, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -39.48, -11.29, -26.46, 2, 0)
  48. MovementLoopAddLocation(NPC, -42.51, -10.66, -24.71, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -36.26, -11.09, -23.05, 2, 0)
  50. MovementLoopAddLocation(NPC, -32.41, -11.15, -21.17, 2, 0)
  51. end