areefturtle427044.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427044.lua
  3. Script Purpose : Waypoint Path for areefturtle427044.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:19:03
  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, -84.58, -10.63, 17.14, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -99.31, -10.64, 12.7, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -88.11, -10.98, 12.57, 2, 0)
  20. MovementLoopAddLocation(NPC, -65.82, -10.08, 15.78, 2, 0)
  21. MovementLoopAddLocation(NPC, -46.59, -12, 25.55, 2, 0)
  22. MovementLoopAddLocation(NPC, -40.34, -12.75, 26.24, 2, 0)
  23. MovementLoopAddLocation(NPC, -22.6, -14.26, 23.96, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -24.72, -13.62, 37.66, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -31.96, -10.98, 14.87, 2, 0)
  26. MovementLoopAddLocation(NPC, -32.64, -10.59, 4.11, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -26.18, -10.99, -6.05, 2, 0)
  28. MovementLoopAddLocation(NPC, -12.14, -11.25, -23.96, 2, 0)
  29. MovementLoopAddLocation(NPC, -4.61, -12.15, -43.45, 2, 0)
  30. MovementLoopAddLocation(NPC, -2.99, -11.84, -51.51, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -8.17, -11.61, -39.47, 2, 0)
  32. MovementLoopAddLocation(NPC, -12.76, -11.44, -25.74, 2, 0)
  33. MovementLoopAddLocation(NPC, -16.63, -11.43, -18.28, 2, 0)
  34. MovementLoopAddLocation(NPC, -20.43, -11.79, -12.13, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -22.41, -11.37, -27.64, 2, 0)
  36. MovementLoopAddLocation(NPC, -22.44, -11.35, -29.93, 2, 0)
  37. MovementLoopAddLocation(NPC, -20.31, -11.46, -34.38, 2, 0)
  38. MovementLoopAddLocation(NPC, -15.95, -11.06, -52.12, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -31.76, -10.45, -56.39, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -56.52, -10.14, -17.61, 2, 0)
  41. MovementLoopAddLocation(NPC, -64.73, -10.4, -8.28, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -72.35, -10.49, -6.74, 2, 0)
  43. MovementLoopAddLocation(NPC, -81.23, -10.53, 1.69, 2, 0)
  44. end