areefturtle427098.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427098.lua
  3. Script Purpose : Waypoint Path for areefturtle427098.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:27:41
  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, -14.52, -12.25, 40.2, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 8.92, -12.81, 39.03, 2, 0)
  19. MovementLoopAddLocation(NPC, 18.77, -13.02, 36.27, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 2.8, -13.24, 35.85, 2, 0)
  21. MovementLoopAddLocation(NPC, -7.37, -14.07, 35.08, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.07, -14.64, 34, 2, 0)
  23. MovementLoopAddLocation(NPC, -20.45, -14.4, 34.38, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -6.98, -13.9, 32.37, 2, 0)
  25. MovementLoopAddLocation(NPC, 2.25, -13.58, 29.86, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -7.45, -13.81, 31.37, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 22.07, -13.55, 20.58, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 18.55, -13.49, 25.51, 2, 0)
  29. MovementLoopAddLocation(NPC, 15.46, -13.23, 31.69, 2, 0)
  30. MovementLoopAddLocation(NPC, 10.77, -13.14, 39.7, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 5.65, -13.56, 40.17, 2, 0)
  32. MovementLoopAddLocation(NPC, -0.04, -13.53, 37.2, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 8.3, -12.38, 44.05, 2, 0)
  34. MovementLoopAddLocation(NPC, 11.13, -11.88, 45.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 15.59, -11.53, 46.39, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 18.38, -11.15, 53.1, 2, 0)
  37. MovementLoopAddLocation(NPC, 34.45, -10.59, 82.79, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 31.07, -10.34, 75.68, 2, 0)
  39. MovementLoopAddLocation(NPC, 24.84, -10.29, 64.93, 2, 0)
  40. MovementLoopAddLocation(NPC, 19.42, -12.24, 54.93, 2, 0)
  41. MovementLoopAddLocation(NPC, 14.99, -13.15, 48.36, 2, 0)
  42. MovementLoopAddLocation(NPC, 11.72, -14.13, 44.43, 2, 0)
  43. MovementLoopAddLocation(NPC, 8.97, -14.52, 37.7, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 3.02, -13.47, 40.28, 2, 0)
  45. end