areefturtle427072.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427072.lua
  3. Script Purpose : Waypoint Path for areefturtle427072.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:37
  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.35, -11.69, -9.47, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 49.7, -11.78, -3.97, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 45.98, -12.27, -18.27, 2, 0)
  20. MovementLoopAddLocation(NPC, 46.88, -11.84, -25.56, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 49.73, -12.64, -20.62, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 47.47, -12.97, -19.58, 2, 0)
  23. MovementLoopAddLocation(NPC, 44.18, -12.97, -17.3, 2, 0)
  24. MovementLoopAddLocation(NPC, 22.3, -13.71, 1.47, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 34.48, -13.72, -12.27, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 34.47, -13.21, -20.47, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 38.01, -13.78, -15, 2, 0)
  28. MovementLoopAddLocation(NPC, 43.64, -13.75, -1.21, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 31.9, -14.26, -16.09, 2, 0)
  30. MovementLoopAddLocation(NPC, 19.18, -13.76, -31.48, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 23.2, -14.21, -24.66, 2, 0)
  32. MovementLoopAddLocation(NPC, 34.55, -14.73, -12.41, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 34.57, -12.98, -7.83, 2, 0)
  34. MovementLoopAddLocation(NPC, 33.36, -12.16, -0.28, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 22.02, -12.3, -15.04, 2, 0)
  36. MovementLoopAddLocation(NPC, 19.4, -12.88, -17.92, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 22.22, -12.67, -14.7, 2, 0)
  38. MovementLoopAddLocation(NPC, 25.31, -12.21, -11.43, 2, 0)
  39. end