areefturtle427077.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427077.lua
  3. Script Purpose : Waypoint Path for areefturtle427077.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:35:39
  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, 28.33, -14.73, -25.97, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 27.82, -13.1, -28.77, 2, 0)
  19. MovementLoopAddLocation(NPC, 24.79, -11.89, -34.74, 2, 0)
  20. MovementLoopAddLocation(NPC, 23.27, -11.42, -40.26, 2, 0)
  21. MovementLoopAddLocation(NPC, 22.07, -11.77, -47.48, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 2.6, -11.95, -44.32, 2, 0)
  23. MovementLoopAddLocation(NPC, -7.85, -11.71, -41.9, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -2.81, -11.6, -41.85, 2, 0)
  25. MovementLoopAddLocation(NPC, 22.96, -10.36, -44.17, 2, 0)
  26. MovementLoopAddLocation(NPC, 41.06, -11.12, -45.98, 2, 0)
  27. MovementLoopAddLocation(NPC, 46.89, -11.88, -45.11, 2, 0)
  28. MovementLoopAddLocation(NPC, 48.72, -12, -43.5, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 47.66, -11.92, -38.2, 2, 0)
  30. MovementLoopAddLocation(NPC, 47.84, -12.07, -30.67, 2, 0)
  31. MovementLoopAddLocation(NPC, 50.45, -12.27, -21.2, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 42.07, -13.79, -21.41, 2, 0)
  33. MovementLoopAddLocation(NPC, 38.15, -14.8, -19.28, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 41.47, -14.23, -16, 2, 0)
  35. MovementLoopAddLocation(NPC, 44.79, -13.95, -11.72, 2, 0)
  36. MovementLoopAddLocation(NPC, 51.24, -13.77, -1.68, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 38.1, -13.91, -15.86, 2, 0)
  38. MovementLoopAddLocation(NPC, 32.93, -14.54, -23.1, 2, 0)
  39. MovementLoopAddLocation(NPC, 31.27, -14.56, -24.83, 2, 0)
  40. end