areefturtle427074.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427074.lua
  3. Script Purpose : Waypoint Path for areefturtle427074.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:32:20
  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, 25.52, -12.72, 6.94, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 29.72, -12.89, 3.08, 2, 0)
  19. MovementLoopAddLocation(NPC, 37.42, -12.73, -12.19, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 58.61, -11.84, -12.31, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 25.31, -12.18, -23.38, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 22.98, -12.47, -34.14, 2, 0)
  23. MovementLoopAddLocation(NPC, 22.21, -11.75, -40.04, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 24.81, -12.26, -12.12, 2, 0)
  25. MovementLoopAddLocation(NPC, 28.36, -11.77, -6.8, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 54.35, -12.25, -11.84, 2, 0)
  27. MovementLoopAddLocation(NPC, 62.27, -13.89, -12.98, 2, 0)
  28. MovementLoopAddLocation(NPC, 65.52, -14.73, -14.83, 2, 0)
  29. MovementLoopAddLocation(NPC, 65.45, -14.73, -14.83, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 62.54, -13.17, -15.29, 2, 0)
  31. MovementLoopAddLocation(NPC, 52.93, -12.89, -19.5, 2, 0)
  32. MovementLoopAddLocation(NPC, 40.93, -13.21, -25.5, 2, 0)
  33. MovementLoopAddLocation(NPC, 37.19, -13.05, -26.09, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 35.64, -12.95, -28.44, 2, 0)
  35. MovementLoopAddLocation(NPC, 33.21, -12.85, -30.84, 2, 0)
  36. MovementLoopAddLocation(NPC, 27.57, -12.65, -34.34, 2, 0)
  37. MovementLoopAddLocation(NPC, 23.79, -12.55, -36.15, 2, 0)
  38. MovementLoopAddLocation(NPC, 15.96, -11.81, -42.71, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 16.62, -12.35, -39.34, 2, 0)
  40. MovementLoopAddLocation(NPC, 24.23, -12.39, -25.83, 2, 0)
  41. MovementLoopAddLocation(NPC, 31.81, -12.27, -8.44, 2, 0)
  42. MovementLoopAddLocation(NPC, 37.1, -11.86, -1.19, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 34.69, -12.18, -0.88, 2, 0)
  44. MovementLoopAddLocation(NPC, 32.66, -12.42, 0.35, 2, 0)
  45. end