areefturtle427073.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427073.lua
  3. Script Purpose : Waypoint Path for areefturtle427073.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:55
  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, 52.58, -11.76, -17.73, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 44.79, -12.6, -16.32, 2, 0)
  19. MovementLoopAddLocation(NPC, 38.66, -13.82, -13.76, 2, 0)
  20. MovementLoopAddLocation(NPC, 32.66, -14.12, -12.4, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 39.51, -12.47, -25.14, 2, 0)
  22. MovementLoopAddLocation(NPC, 42.65, -11.82, -32.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 44.57, -11.72, -35.88, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 41.96, -12.16, -29.05, 2, 0)
  25. MovementLoopAddLocation(NPC, 28.41, -11.81, -11.95, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 35.49, -12.91, -0.16, 2, 0)
  27. MovementLoopAddLocation(NPC, 37.71, -12.8, 4.48, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 34.24, -13.19, 3.81, 2, 0)
  29. MovementLoopAddLocation(NPC, 28.68, -13.22, 1.91, 2, 0)
  30. MovementLoopAddLocation(NPC, 19.35, -12.82, -3.93, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 23.09, -13.86, -5.71, 2, 0)
  32. MovementLoopAddLocation(NPC, 26.43, -14.38, -7.95, 2, 0)
  33. MovementLoopAddLocation(NPC, 38.29, -14.25, -16.08, 2, 0)
  34. MovementLoopAddLocation(NPC, 46.79, -12.76, -20.47, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 52.95, -13.1, -16.58, 2, 0)
  36. MovementLoopAddLocation(NPC, 58.69, -12.8, -9.57, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 30.5, -13.66, -11.9, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 38.34, -13.76, -13.15, 2, 0)
  39. MovementLoopAddLocation(NPC, 44.71, -13.28, -15.82, 2, 0)
  40. end