areefturtle427086.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427086.lua
  3. Script Purpose : Waypoint Path for areefturtle427086.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:14
  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, 46.69, -13.73, -20.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 51.66, -12.64, -18.29, 2, 0)
  19. MovementLoopAddLocation(NPC, 56.63, -12.99, -15.36, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 47.28, -12.57, -17.32, 2, 0)
  21. MovementLoopAddLocation(NPC, 31.91, -12.39, -17.66, 2, 0)
  22. MovementLoopAddLocation(NPC, 28.75, -12.51, -15.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 23.9, -12.72, -11.01, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 32.12, -12.87, 2.09, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 31.83, -13.12, -1.38, 2, 0)
  26. MovementLoopAddLocation(NPC, 25.14, -12.52, -20.19, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 32.23, -13.49, -13.16, 2, 0)
  28. MovementLoopAddLocation(NPC, 40.57, -13.88, -7.6, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 34.18, -14.09, -14.19, 2, 0)
  30. MovementLoopAddLocation(NPC, 27.05, -13.22, -23.98, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 30.1, -14.19, -18.89, 2, 0)
  32. MovementLoopAddLocation(NPC, 35.72, -14.68, -9.45, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 31.63, -12.11, -7.84, 2, 0)
  34. MovementLoopAddLocation(NPC, 28.62, -11.91, -4.08, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 38.94, -12.63, -11.69, 2, 0)
  36. MovementLoopAddLocation(NPC, 42.16, -13.17, -14.88, 2, 0)
  37. end