areefturtle427036.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427036.lua
  3. Script Purpose : Waypoint Path for areefturtle427036.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 09:00:43
  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, -110.69, -10.3, 73.69, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -118.86, -10.3, 60.02, 2, 0)
  19. MovementLoopAddLocation(NPC, -123.46, -10.48, 40.06, 2, 0)
  20. MovementLoopAddLocation(NPC, -131.47, -11.77, 21.12, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -135.94, -11.38, 27.92, 2, 0)
  22. MovementLoopAddLocation(NPC, -135.38, -12.32, 30.92, 2, 0)
  23. MovementLoopAddLocation(NPC, -131.04, -12.39, 33.64, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -137.84, -13.16, 47.8, 2, 0)
  25. MovementLoopAddLocation(NPC, -145.99, -13.38, 52.99, 2, 0)
  26. MovementLoopAddLocation(NPC, -151.07, -14.74, 70.55, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -149.26, -13.62, 53.69, 2, 0)
  28. MovementLoopAddLocation(NPC, -137.98, -12.81, 48.2, 2, 0)
  29. MovementLoopAddLocation(NPC, -133.14, -11.98, 39.7, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -131.55, -11.63, 65.85, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -133.71, -11.8, 56.2, 2, 0)
  32. MovementLoopAddLocation(NPC, -142.53, -12.73, 51.48, 2, 0)
  33. MovementLoopAddLocation(NPC, -148.65, -13.47, 47.75, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -143.73, -12.62, 43.36, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -139.24, -12.73, 17.08, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -143.57, -13.26, 7.48, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -143.95, -13.75, 15.18, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -143.89, -13.76, 53.9, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -135.28, -12.01, 52.35, 2, 0)
  40. MovementLoopAddLocation(NPC, -128.21, -10.38, 57.81, 2, 0)
  41. end