areefturtle427105.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427105.lua
  3. Script Purpose : Waypoint Path for areefturtle427105.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:22:28
  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, 10.91, -10.66, 74.39, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 24.91, -13.31, 27.36, 2, 0)
  19. MovementLoopAddLocation(NPC, 27.84, -13.87, 19.76, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 22.89, -12.19, 30.29, 2, 0)
  21. MovementLoopAddLocation(NPC, 20.79, -11.85, 44.61, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 28.97, -12.17, 29.67, 2, 0)
  23. MovementLoopAddLocation(NPC, 35.53, -13.42, 20.5, 2, 0)
  24. MovementLoopAddLocation(NPC, 38.58, -13.63, 15.91, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 18, -13.08, 35.85, 2, 0)
  26. MovementLoopAddLocation(NPC, 12.89, -13.35, 43.24, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 21.15, -12.13, 25.19, 2, 0)
  28. MovementLoopAddLocation(NPC, 24.98, -12.31, 16.23, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 29.52, -13.7, 27.15, 2, 0)
  30. MovementLoopAddLocation(NPC, 31.23, -13.63, 31.81, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 20.72, -13.59, 33.52, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 14.41, -13.21, 33.73, 2, 0)
  33. MovementLoopAddLocation(NPC, 6.42, -13.35, 34.37, 2, 0)
  34. MovementLoopAddLocation(NPC, -12.91, -13.52, 41.87, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -7.49, -12.44, 44.88, 2, 0)
  36. MovementLoopAddLocation(NPC, 19.97, -11.37, 62.41, 2, 0)
  37. MovementLoopAddLocation(NPC, 35.01, -10.79, 71.48, 2, 0)
  38. MovementLoopAddLocation(NPC, 38.91, -10.67, 73.63, 2, math.random(10, 20))
  39. end