atriggerfish426685.lua 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426685.lua
  3. Script Purpose : Waypoint Path for atriggerfish426685.lua
  4. Script Author : Rylec
  5. Script Date : 12-23-2019 10:12:02
  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, -7.73, -14.08, -3.2, 2, 0)
  19. MovementLoopAddLocation(NPC, -6.41, -13.26, -3.68, 2, 0)
  20. MovementLoopAddLocation(NPC, -5.55, -13.67, -2.62, 2, 0)
  21. MovementLoopAddLocation(NPC, -4.55, -14.53, 0.48, 2, 0)
  22. MovementLoopAddLocation(NPC, -2.36, -14.36, 3.51, 2, 0)
  23. MovementLoopAddLocation(NPC, -1.73, -15, 4.92, 2, 0)
  24. MovementLoopAddLocation(NPC, -3.32, -13.75, 3.13, 4, 0)
  25. MovementLoopAddLocation(NPC, -1.86, -14.74, 6.16, 4, 0)
  26. MovementLoopAddLocation(NPC, -2.74, -13.64, 7.89, 2, 0)
  27. MovementLoopAddLocation(NPC, -4.01, -14.81, 10.37, 2, 0)
  28. MovementLoopAddLocation(NPC, -6.94, -13.7, 11.31, 2, 0)
  29. MovementLoopAddLocation(NPC, -8.6, -14.16, 16.5, 2, 0)
  30. MovementLoopAddLocation(NPC, -2.32, -13.47, 14.75, 2, 0)
  31. MovementLoopAddLocation(NPC, -5.33, -14.16, 18.11, 4, 0)
  32. MovementLoopAddLocation(NPC, -4.39, -13.5, 16.09, 4, 0)
  33. MovementLoopAddLocation(NPC, -2.64, -13.11, 13.12, 2, 0)
  34. MovementLoopAddLocation(NPC, -0.84, -13.77, 11.39, 2, 0)
  35. MovementLoopAddLocation(NPC, 1.07, -13.54, 12.01, 2, 0)
  36. MovementLoopAddLocation(NPC, 2.22, -14.87, 9.65, 2, 0)
  37. MovementLoopAddLocation(NPC, 5.04, -13.86, 8.22, 2, 0)
  38. MovementLoopAddLocation(NPC, 7.01, -13.42, 7.99, 2, 0)
  39. MovementLoopAddLocation(NPC, 9.26, -14.56, 5.58, 2, 0)
  40. MovementLoopAddLocation(NPC, 10.13, -13.8, 4.69, 2, 0)
  41. MovementLoopAddLocation(NPC, 9.29, -15.16, 3.38, 2, 0)
  42. MovementLoopAddLocation(NPC, 10.5, -14.77, 2.12, 2, 0)
  43. MovementLoopAddLocation(NPC, 12.23, -14.16, 0.23, 2, 0)
  44. MovementLoopAddLocation(NPC, 12.2, -13.05, -2.77, 2, 0)
  45. MovementLoopAddLocation(NPC, 10.74, -13.72, -7.92, 2, 0)
  46. MovementLoopAddLocation(NPC, 9.1, -12.65, -8.28, 2, 0)
  47. MovementLoopAddLocation(NPC, 7.46, -12.71, -9.62, 2, 0)
  48. MovementLoopAddLocation(NPC, 7.81, -11.98, -11.21, 2, 0)
  49. MovementLoopAddLocation(NPC, 3.84, -13.08, -11.33, 2, 0)
  50. MovementLoopAddLocation(NPC, 3.96, -14.31, -9.51, 4, 0)
  51. MovementLoopAddLocation(NPC, 1.4, -13.42, -11.44, 4, 0)
  52. MovementLoopAddLocation(NPC, 1.45, -13.39, -13.99, 2, 0)
  53. MovementLoopAddLocation(NPC, -0.69, -12.53, -14.15, 2, 0)
  54. MovementLoopAddLocation(NPC, -2.41, -13.04, -13.82, 2, 0)
  55. MovementLoopAddLocation(NPC, -2.73, -12.49, -14.77, 2, 0)
  56. MovementLoopAddLocation(NPC, -5.6, -13.86, -12.48, 2, 5)
  57. MovementLoopAddLocation(NPC, -8.59, -13.38, -12.12, 2, 0)
  58. MovementLoopAddLocation(NPC, -11.59, -13.25, -10.94, 2, 0)
  59. MovementLoopAddLocation(NPC, -12.23, -13.19, -6.62, 2, 0)
  60. MovementLoopAddLocation(NPC, -11.77, -13.21, -4.7, 2, 0)
  61. MovementLoopAddLocation(NPC, -9.66, -13.42, -1.8, 2, 0)
  62. MovementLoopAddLocation(NPC, -6.51, -14.07, -3.15, 2, 0)
  63. end