atriggerfish426573.lua 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426573.lua
  3. Script Purpose : Waypoint Path for atriggerfish426573.lua
  4. Script Author : Rylec
  5. Script Date : 12-23-2019 10:11:40
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. SpawnSet(NPC, "difficulty", "2")
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -30.67, -15.43, 42.02, 2, 0)
  19. MovementLoopAddLocation(NPC, -30.22, -13.7, 43.53, 4, 0)
  20. MovementLoopAddLocation(NPC, -35.04, -11.88, 45.29, 4, 0)
  21. MovementLoopAddLocation(NPC, -37.76, -11.69, 47.45, 2, 0)
  22. MovementLoopAddLocation(NPC, -39.85, -11.66, 47.17, 2, 0)
  23. MovementLoopAddLocation(NPC, -40.64, -11.58, 48.46, 2, 0)
  24. MovementLoopAddLocation(NPC, -44.3, -11.62, 44.69, 2, 0)
  25. MovementLoopAddLocation(NPC, -42.82, -10.76, 44.02, 4, 0)
  26. MovementLoopAddLocation(NPC, -45.24, -11.95, 38.31, 4, 0)
  27. MovementLoopAddLocation(NPC, -46.56, -11.71, 33.82, 2, 0)
  28. MovementLoopAddLocation(NPC, -47.48, -12.4, 33.47, 2, 0)
  29. MovementLoopAddLocation(NPC, -47.34, -12.73, 31.41, 2, 0)
  30. MovementLoopAddLocation(NPC, -48.3, -11.83, 30.62, 2, 0)
  31. MovementLoopAddLocation(NPC, -47.23, -11.94, 29.33, 2, 0)
  32. MovementLoopAddLocation(NPC, -48.41, -12.67, 27.29, 2, 0)
  33. MovementLoopAddLocation(NPC, -48.96, -12.36, 26.38, 2, 0)
  34. MovementLoopAddLocation(NPC, -50.36, -12.89, 24.53, 2, 0)
  35. MovementLoopAddLocation(NPC, -50.15, -12.39, 21.62, 2, 0)
  36. MovementLoopAddLocation(NPC, -49.02, -12.68, 19.45, 2, 0)
  37. MovementLoopAddLocation(NPC, -48.08, -12.13, 19.26, 3, 0)
  38. MovementLoopAddLocation(NPC, -45.21, -13.28, 19.18, 4, 0)
  39. MovementLoopAddLocation(NPC, -44.49, -12.34, 20.22, 4, 0)
  40. MovementLoopAddLocation(NPC, -42.02, -13.2, 21.46, 2, 0)
  41. MovementLoopAddLocation(NPC, -40.98, -14.11, 22.71, 2, 0)
  42. MovementLoopAddLocation(NPC, -39.93, -14.47, 23.82, 2, 0)
  43. MovementLoopAddLocation(NPC, -38.57, -14.85, 24.65, 4, 0)
  44. MovementLoopAddLocation(NPC, -37.81, -13.84, 25.66, 4, 0)
  45. MovementLoopAddLocation(NPC, -37.16, -15.54, 27.1, 4, 0)
  46. MovementLoopAddLocation(NPC, -36.16, -15.66, 29.49, 2, 0)
  47. MovementLoopAddLocation(NPC, -38.14, -15.05, 30.78, 2, 0)
  48. MovementLoopAddLocation(NPC, -36.88, -14.05, 30.58, 2, 0)
  49. MovementLoopAddLocation(NPC, -37.44, -13.3, 31.33, 2, 0)
  50. MovementLoopAddLocation(NPC, -39.61, -13.12, 31.89, 2, 0)
  51. MovementLoopAddLocation(NPC, -41.38, -14.39, 33.17, 4, 0)
  52. MovementLoopAddLocation(NPC, -40.53, -13.42, 32.41, 4, 0)
  53. MovementLoopAddLocation(NPC, -42.17, -13.82, 35.96, 2, 0)
  54. MovementLoopAddLocation(NPC, -40.67, -12.61, 36.35, 2, 0)
  55. MovementLoopAddLocation(NPC, -39.37, -13.08, 36.69, 2, 0)
  56. MovementLoopAddLocation(NPC, -39.97, -14.02, 38.54, 4, 0)
  57. MovementLoopAddLocation(NPC, -37.3, -14.01, 40.09, 4, 0)
  58. MovementLoopAddLocation(NPC, -35.08, -13.54, 40.47, 2, 0)
  59. MovementLoopAddLocation(NPC, -34.54, -12.7, 41.52, 2, 0)
  60. MovementLoopAddLocation(NPC, -35.45, -13.54, 42.31, 2, 0)
  61. MovementLoopAddLocation(NPC, -34.14, -12.72, 42.69, 2, 0)
  62. MovementLoopAddLocation(NPC, -34.99, -12.84, 44.49, 2, 0)
  63. MovementLoopAddLocation(NPC, -32.95, -13.13, 43.94, 2, 0)
  64. MovementLoopAddLocation(NPC, -31.42, -14.38, 45.39, 2, 0)
  65. MovementLoopAddLocation(NPC, -28.74, -14.44, 45.03, 2, 0)
  66. MovementLoopAddLocation(NPC, -27.28, -15.29, 44.22, 2, 0)
  67. MovementLoopAddLocation(NPC, -25.69, -14.67, 44.58, 2, 0)
  68. MovementLoopAddLocation(NPC, -26.23, -13.92, 42.19, 2, 0)
  69. MovementLoopAddLocation(NPC, -23.57, -14.74, 42.67, 2, 0)
  70. MovementLoopAddLocation(NPC, -19.24, -14.2, 43.73, 2, 0)
  71. MovementLoopAddLocation(NPC, -18.54, -13.12, 42.94, 2, 0)
  72. MovementLoopAddLocation(NPC, -16.88, -13.85, 43.47, 2, 0)
  73. MovementLoopAddLocation(NPC, -16.61, -13.25, 41.98, 2, 0)
  74. MovementLoopAddLocation(NPC, -14.67, -14.72, 39.99, 2, 0)
  75. MovementLoopAddLocation(NPC, -14.16, -14.45, 41.1, 2, 0)
  76. MovementLoopAddLocation(NPC, -16.92, -14.52, 36.47, 2, 0)
  77. MovementLoopAddLocation(NPC, -18.85, -15.71, 35.68, 2, 0)
  78. MovementLoopAddLocation(NPC, -20.12, -14.56, 35.89, 2, 0)
  79. MovementLoopAddLocation(NPC, -21.78, -15.64, 36.8, 2, 0)
  80. MovementLoopAddLocation(NPC, -23.84, -15.4, 39.4, 2, 0)
  81. MovementLoopAddLocation(NPC, -25.66, -15.58, 40.13, 2, 0)
  82. end