atriggerfish426469.lua 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426469.lua
  3. Script Purpose : Waypoint Path for atriggerfish426469.lua
  4. Script Author : Rylec
  5. Script Date : 11-16-2019 11:24:54
  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, -115.87, -12.5, 54.86, 2, 0)
  19. MovementLoopAddLocation(NPC, -111.16, -12.5, 59.75, 2, 0)
  20. MovementLoopAddLocation(NPC, -108.83, -12.5, 66.39, 2, 0)
  21. MovementLoopAddLocation(NPC, -108.47, -12.5, 67.94, 2, 0)
  22. MovementLoopAddLocation(NPC, -111.22, -12.5, 68.63, 2, 0)
  23. MovementLoopAddLocation(NPC, -113.04, -12.5, 70.21, 2, 0)
  24. MovementLoopAddLocation(NPC, -114.73, -11.18, 70.99, 4, 0)
  25. MovementLoopAddLocation(NPC, -115.43, -10.67, 71.66, 4, 0)
  26. MovementLoopAddLocation(NPC, -115.37, -11.77, 73.73, 3, 0)
  27. MovementLoopAddLocation(NPC, -116.15, -12.5, 78.23, 2, 0)
  28. MovementLoopAddLocation(NPC, -114.61, -12.5, 79.68, 2, 0)
  29. MovementLoopAddLocation(NPC, -113.84, -12.5, 79.88, 2, 0)
  30. MovementLoopAddLocation(NPC, -113.86, -12.5, 81.54, 2, 0)
  31. MovementLoopAddLocation(NPC, -112.04, -12.5, 81.09, 2, 2)
  32. MovementLoopAddLocation(NPC, -110.8, -11.35, 83.95, 2, 0)
  33. MovementLoopAddLocation(NPC, -108.58, -11.58, 87.25, 2, 0)
  34. MovementLoopAddLocation(NPC, -107.66, -12.42, 90.3, 2, 0)
  35. MovementLoopAddLocation(NPC, -112.35, -12.42, 93.3, 2, 3)
  36. MovementLoopAddLocation(NPC, -113.41, -12.32, 100.01, 3, 4)
  37. MovementLoopAddLocation(NPC, -115.76, -11.9, 97.92, 2, 0)
  38. MovementLoopAddLocation(NPC, -116.43, -11.24, 96.67, 2, 0)
  39. MovementLoopAddLocation(NPC, -119.92, -11.48, 93.19, 2, 0)
  40. MovementLoopAddLocation(NPC, -119.05, -11.56, 91.09, 2, 0)
  41. MovementLoopAddLocation(NPC, -119.05, -11.62, 89.32, 2, 0)
  42. MovementLoopAddLocation(NPC, -118.99, -11.86, 87.21, 2, 0)
  43. MovementLoopAddLocation(NPC, -121.14, -12.5, 81.25, 2, 3)
  44. MovementLoopAddLocation(NPC, -119.12, -12.5, 79.08, 2, 0)
  45. MovementLoopAddLocation(NPC, -117.24, -12.5, 78.02, 2, 0)
  46. MovementLoopAddLocation(NPC, -115.92, -11.65, 76.92, 4, 0)
  47. MovementLoopAddLocation(NPC, -114.3, -11.98, 76.22, 4, 0)
  48. MovementLoopAddLocation(NPC, -111.74, -12.5, 73.83, 2, 0)
  49. MovementLoopAddLocation(NPC, -109.95, -12.5, 73.36, 2, 0)
  50. MovementLoopAddLocation(NPC, -109.25, -12.5, 73.74, 2, 0)
  51. MovementLoopAddLocation(NPC, -109.37, -11.1, 75.47, 4, 0)
  52. MovementLoopAddLocation(NPC, -109.15, -12.03, 73.19, 4, 0)
  53. MovementLoopAddLocation(NPC, -110.89, -12.5, 66.5, 2, 4)
  54. MovementLoopAddLocation(NPC, -114.5, -12.5, 67.71, 2, 0)
  55. MovementLoopAddLocation(NPC, -116.05, -12.5, 69.56, 2, 0)
  56. MovementLoopAddLocation(NPC, -117.27, -12.5, 70.18, 2, 0)
  57. MovementLoopAddLocation(NPC, -119.44, -11.8, 69.36, 2, 0)
  58. MovementLoopAddLocation(NPC, -121.77, -10.66, 70.44, 2, 0)
  59. MovementLoopAddLocation(NPC, -121.92, -11.45, 69.11, 2, 0)
  60. MovementLoopAddLocation(NPC, -123.52, -12.5, 66.76, 2, 0)
  61. MovementLoopAddLocation(NPC, -123.81, -12.5, 65.57, 2, 0)
  62. MovementLoopAddLocation(NPC, -123.02, -12.24, 64.54, 2, 0)
  63. MovementLoopAddLocation(NPC, -124.38, -11.96, 62.39, 2, 0)
  64. MovementLoopAddLocation(NPC, -123.34, -12.5, 56.57, 2, 0)
  65. MovementLoopAddLocation(NPC, -121.86, -12.5, 52.42, 2, 3)
  66. MovementLoopAddLocation(NPC, -119.88, -12.5, 51.27, 2, 0)
  67. MovementLoopAddLocation(NPC, -118.97, -12.5, 51.52, 2, 0)
  68. end