atriggerfish426717.lua 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426717.lua
  3. Script Purpose : Waypoint Path for atriggerfish426717.lua
  4. Script Author : Rylec
  5. Script Date : 12-23-2019 10:11:57
  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, -10.67, -12.61, 1.23, 2, 0)
  19. MovementLoopAddLocation(NPC, -9.14, -13.12, 1.8, 2, 0)
  20. MovementLoopAddLocation(NPC, -7.45, -13.08, 1.8, 2, 0)
  21. MovementLoopAddLocation(NPC, -8.69, -12.16, 1.25, 2, 0)
  22. MovementLoopAddLocation(NPC, -6.66, -14.08, 2.86, 4, 0)
  23. MovementLoopAddLocation(NPC, -8.02, -12.61, 3.53, 4, 0)
  24. MovementLoopAddLocation(NPC, -7.87, -12.35, 5.74, 2, 0)
  25. MovementLoopAddLocation(NPC, -6.78, -12.54, 6.99, 2, 0)
  26. MovementLoopAddLocation(NPC, -6.71, -13.32, 10.34, 2, 0)
  27. MovementLoopAddLocation(NPC, -8.11, -14.28, 14.56, 2, 0)
  28. MovementLoopAddLocation(NPC, -7.33, -14.58, 15.74, 2, 0)
  29. MovementLoopAddLocation(NPC, -6.24, -14.55, 15.2, 2, 4)
  30. MovementLoopAddLocation(NPC, -7.44, -12.91, 17.16, 4, 0)
  31. MovementLoopAddLocation(NPC, -6.12, -14.41, 18.06, 4, 0)
  32. MovementLoopAddLocation(NPC, -2.18, -13.16, 14.19, 2, 0)
  33. MovementLoopAddLocation(NPC, -0.37, -13.14, 14.26, 2, 0)
  34. MovementLoopAddLocation(NPC, -1.61, -13.29, 10.48, 2, 0)
  35. MovementLoopAddLocation(NPC, -0.34, -13.84, 6.78, 2, 0)
  36. MovementLoopAddLocation(NPC, 3.15, -13.72, 4.36, 2, 0)
  37. MovementLoopAddLocation(NPC, 6.22, -14.4, 0.32, 2, 0)
  38. MovementLoopAddLocation(NPC, 7.7, -15.17, -1.1, 2, 0)
  39. MovementLoopAddLocation(NPC, 7.53, -14.29, -4.32, 2, 0)
  40. MovementLoopAddLocation(NPC, 9.03, -14.74, -4.32, 2, 0)
  41. MovementLoopAddLocation(NPC, 10.52, -14.84, -3.97, 2, 0)
  42. MovementLoopAddLocation(NPC, 11.88, -13.01, -5.08, 2, 0)
  43. MovementLoopAddLocation(NPC, 13.75, -12.65, -7.67, 2, 0)
  44. MovementLoopAddLocation(NPC, 13.95, -13.12, -8.82, 2, 0)
  45. MovementLoopAddLocation(NPC, 12.68, -12.18, -8.82, 2, 0)
  46. MovementLoopAddLocation(NPC, 12.06, -12.33, -10.7, 2, 0)
  47. MovementLoopAddLocation(NPC, 10.34, -12.03, -12.14, 2, 0)
  48. MovementLoopAddLocation(NPC, 7.34, -13.12, -11.94, 2, 0)
  49. MovementLoopAddLocation(NPC, 6.89, -12.49, -11.11, 2, 0)
  50. MovementLoopAddLocation(NPC, 5.3, -13.25, -9.7, 2, 0)
  51. MovementLoopAddLocation(NPC, 4.13, -14.12, -9.42, 2, 0)
  52. MovementLoopAddLocation(NPC, 4.37, -14.06, -11.01, 2, 0)
  53. MovementLoopAddLocation(NPC, 2.61, -12.42, -10.8, 2, 0)
  54. MovementLoopAddLocation(NPC, 1.62, -12.58, -11.57, 2, 0)
  55. MovementLoopAddLocation(NPC, 0.42, -12.43, -15.44, 2, 0)
  56. MovementLoopAddLocation(NPC, -1, -11.64, -14.42, 2, 0)
  57. MovementLoopAddLocation(NPC, -2.95, -12.55, -14.91, 2, 0)
  58. MovementLoopAddLocation(NPC, -4.94, -13.13, -14.3, 2, 4)
  59. MovementLoopAddLocation(NPC, -3.73, -12.3, -12.74, 4.2, 0)
  60. MovementLoopAddLocation(NPC, -10.34, -13.22, -11.26, 4.2, 0)
  61. MovementLoopAddLocation(NPC, -12.1, -13.2, -6.24, 2, 0)
  62. MovementLoopAddLocation(NPC, -11.51, -13.23, -4.67, 2, 0)
  63. MovementLoopAddLocation(NPC, -10.2, -13.36, -2.84, 2, 0)
  64. MovementLoopAddLocation(NPC, -9.87, -13.49, 1.34, 2, 0)
  65. MovementLoopAddLocation(NPC, -8.72, -13.85, 1.37, 2, 0)
  66. end