atriggerfish426876.lua 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426876.lua
  3. Script Purpose : Waypoint Path for atriggerfish426876.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:50
  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, -42.66, -11.92, 13.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -40.55, -11.59, 10.91, 2, 0)
  19. MovementLoopAddLocation(NPC, -40.23, -10.44, 6.32, 2, 0)
  20. MovementLoopAddLocation(NPC, -40.02, -10.28, -0.84, 2, 0)
  21. MovementLoopAddLocation(NPC, -38.44, -10.2, -6.86, 2, 0)
  22. MovementLoopAddLocation(NPC, -29.33, -10.4, -54.52, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -28.79, -10.39, -59.09, 2, 0)
  24. MovementLoopAddLocation(NPC, -21.9, -10.28, -75.71, 2, 0)
  25. MovementLoopAddLocation(NPC, -22.2, -10.59, -76.35, 2, 0)
  26. MovementLoopAddLocation(NPC, -20.32, -11.08, -79.84, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -21.97, -10.7, -76.74, 2, 0)
  28. MovementLoopAddLocation(NPC, -21.79, -10.32, -75.13, 2, 0)
  29. MovementLoopAddLocation(NPC, -26.2, -10.2, -67.09, 2, 0)
  30. MovementLoopAddLocation(NPC, -31.93, -10.95, -52.94, 2, 0)
  31. MovementLoopAddLocation(NPC, -34.38, -11.49, -46.04, 2, 0)
  32. MovementLoopAddLocation(NPC, -31.65, -11.86, -40.14, 2, 0)
  33. MovementLoopAddLocation(NPC, -31.88, -11.64, -33.67, 2, 0)
  34. MovementLoopAddLocation(NPC, -34.49, -12.2, -31.57, 2, 0)
  35. MovementLoopAddLocation(NPC, -37.79, -11.88, -31.36, 2, 0)
  36. MovementLoopAddLocation(NPC, -38.89, -11.83, -29.55, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -41.05, -10.97, -22.1, 2, 0)
  38. MovementLoopAddLocation(NPC, -47.21, -10.27, -10.83, 2, 0)
  39. MovementLoopAddLocation(NPC, -49.55, -10.97, -6.82, 2, 0)
  40. MovementLoopAddLocation(NPC, -49.55, -11.06, -4.2, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -55.28, -10.49, -6.57, 2, 0)
  42. MovementLoopAddLocation(NPC, -64.84, -10.3, -11.66, 2, 0)
  43. MovementLoopAddLocation(NPC, -76.2, -10.36, -13.96, 2, 0)
  44. MovementLoopAddLocation(NPC, -79.03, -10.97, -16.36, 2, 0)
  45. MovementLoopAddLocation(NPC, -81.49, -11.46, -17.42, 2, 0)
  46. MovementLoopAddLocation(NPC, -84.03, -11.77, -17.92, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -82.08, -11.41, -10.01, 2, 0)
  48. MovementLoopAddLocation(NPC, -69.77, -10.98, 13.91, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -68.25, -10.4, 12.31, 2, 0)
  50. MovementLoopAddLocation(NPC, -64.17, -10.2, 7.3, 2, 0)
  51. MovementLoopAddLocation(NPC, -60.14, -10.33, 5.12, 2, 0)
  52. MovementLoopAddLocation(NPC, -53.29, -10.51, -1.26, 2, 0)
  53. MovementLoopAddLocation(NPC, -46.53, -10.2, -9.62, 2, 0)
  54. MovementLoopAddLocation(NPC, -18.09, -11.25, -25.75, 2, 0)
  55. MovementLoopAddLocation(NPC, -14.09, -12.02, -30.38, 2, 0)
  56. MovementLoopAddLocation(NPC, -9.74, -12.13, -32.18, 2, math.random(10, 20))
  57. MovementLoopAddLocation(NPC, -7.99, -12.1, -21.59, 2, math.random(10, 20))
  58. MovementLoopAddLocation(NPC, -25.26, -11.8, -11.95, 2, math.random(10, 20))
  59. MovementLoopAddLocation(NPC, -25.4, -11.59, -16.89, 2, 0)
  60. MovementLoopAddLocation(NPC, -27.45, -11.68, -19.86, 2, 0)
  61. MovementLoopAddLocation(NPC, -30.49, -11.95, -24.86, 2, math.random(10, 20))
  62. MovementLoopAddLocation(NPC, -39.84, -11.41, -24.86, 2, 0)
  63. MovementLoopAddLocation(NPC, -43.44, -11.03, -23.98, 2, math.random(10, 20))
  64. MovementLoopAddLocation(NPC, -40.98, -10.43, -11.06, 2, 0)
  65. MovementLoopAddLocation(NPC, -41.67, -10.51, 7.7, 2, 0)
  66. MovementLoopAddLocation(NPC, -42.85, -11.69, 11.66, 2, 0)
  67. MovementLoopAddLocation(NPC, -42.99, -11.97, 13.3, 2, 0)
  68. end