BaronNarrogBloodgulper.lua 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. --[[
  2. Script Name : BarronNarrogBloodgulper.lua
  3. Script Purpose : Waypoint Path for Barron Narrog Bloodgulper.lua
  4. Script Author : ACynnar
  5. Script Date : 11/17/2019 12:55:12 PM
  6. Script Notes : Random locations as no way to verify on 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, 153.03, -3.53, 1.04, 2, 0)
  18. MovementLoopAddLocation(NPC, 155.37, -3.53, -15.32, 2, 0)
  19. MovementLoopAddLocation(NPC, 156.79, -3.53, -19.2, 2, 0)
  20. MovementLoopAddLocation(NPC, 158.23, -3.53, -21.6, 2, 0)
  21. MovementLoopAddLocation(NPC, 180.94, -3.53, -39.72, 2, 0)
  22. MovementLoopAddLocation(NPC, 183.8, -3.53, -42.08, 2, 0)
  23. MovementLoopAddLocation(NPC, 186.14, -3.53, -46.49, 2, 0)
  24. MovementLoopAddLocation(NPC, 187.14, -3.53, -53.55, 2, 0)
  25. MovementLoopAddLocation(NPC, 186.38, -3.53, -59.45, 2, 0)
  26. MovementLoopAddLocation(NPC, 186.91, -3.53, -65.51, 2, 0)
  27. MovementLoopAddLocation(NPC, 189.14, -3.53, -71.33, 2, 0)
  28. MovementLoopAddLocation(NPC, 194.96, -3.53, -77.52, 2, 0)
  29. MovementLoopAddLocation(NPC, 199.17, -3.53, -80.12, 2, 0)
  30. MovementLoopAddLocation(NPC, 203.7, -3.53, -81.55, 2, 0)
  31. MovementLoopAddLocation(NPC, 214.61, -3.53, -82.07, 2, 0)
  32. MovementLoopAddLocation(NPC, 282.19, -3.53, -81.65, 2, 0)
  33. MovementLoopAddLocation(NPC, 288.13, -3.53, -79, 2, 0)
  34. MovementLoopAddLocation(NPC, 292.61, -3.53, -74.68, 2, 0)
  35. MovementLoopAddLocation(NPC, 288.45, -3.53, -78.84, 2, 0)
  36. MovementLoopAddLocation(NPC, 285.48, -3.53, -81.06, 2, 0)
  37. MovementLoopAddLocation(NPC, 281.91, -3.53, -81.85, 2, 0)
  38. MovementLoopAddLocation(NPC, 204.34, -3.53, -82.14, 2, 0)
  39. MovementLoopAddLocation(NPC, 201.23, -3.53, -81.48, 2, 0)
  40. MovementLoopAddLocation(NPC, 197.96, -3.53, -79.4, 2, 0)
  41. MovementLoopAddLocation(NPC, 128.08, -12.47, -31.91, 2, 0)
  42. MovementLoopAddLocation(NPC, 96.72, -19.62, -2.2, 2, 0)
  43. MovementLoopAddLocation(NPC, 87.66, -20.63, 9.19, 2, 0)
  44. MovementLoopAddLocation(NPC, 83.73, -20.31, 12.41, 2, 0)
  45. MovementLoopAddLocation(NPC, 77.21, -20.46, 16.34, 2, 0)
  46. MovementLoopAddLocation(NPC, 74.41, -20.31, 22.12, 2, 0)
  47. MovementLoopAddLocation(NPC, 68.84, -20.73, 32.04, 2, 0)
  48. MovementLoopAddLocation(NPC, 65.86, -20.69, 66, 2, 0)
  49. MovementLoopAddLocation(NPC, 67.08, -20.69, 71.31, 2, 0)
  50. MovementLoopAddLocation(NPC, 70.39, -20.69, 77.39, 2, 0)
  51. MovementLoopAddLocation(NPC, 77.7, -20.69, 87.01, 2, 0)
  52. MovementLoopAddLocation(NPC, 79.91, -20.69, 90.69, 2, 0)
  53. MovementLoopAddLocation(NPC, 78.83, -20.69, 109.39, 2, 0)
  54. MovementLoopAddLocation(NPC, 80.22, -20.69, 97.15, 2, 0)
  55. MovementLoopAddLocation(NPC, 77.61, -20.69, 88.51, 2, 0)
  56. MovementLoopAddLocation(NPC, 66.3, -20.69, 71.71, 2, 0)
  57. MovementLoopAddLocation(NPC, 65.23, -20.69, 58.66, 2, 0)
  58. MovementLoopAddLocation(NPC, 69.6, -20.66, 36.4, 2, 0)
  59. MovementLoopAddLocation(NPC, 75.64, -20.26, 29.67, 2, 0)
  60. MovementLoopAddLocation(NPC, 76.75, -20.11, 16.02, 2, 0)
  61. MovementLoopAddLocation(NPC, 76.71, -20.62, 16.06, 2, 0)
  62. MovementLoopAddLocation(NPC, 87.2, -20.24, 10.45, 2, 0)
  63. MovementLoopAddLocation(NPC, 91, -20.11, 4.56, 2, 0)
  64. MovementLoopAddLocation(NPC, 107.77, -18, -13.78, 2, 0)
  65. MovementLoopAddLocation(NPC, 132.54, -11.26, -35.05, 2, 0)
  66. MovementLoopAddLocation(NPC, 153.17, -5.91, -49.96, 2, 0)
  67. MovementLoopAddLocation(NPC, 166.94, -3.85, -56.7, 2, 0)
  68. MovementLoopAddLocation(NPC, 175.32, -3.81, -58.93, 2, 0)
  69. MovementLoopAddLocation(NPC, 181.04, -3.81, -58.38, 2, 0)
  70. MovementLoopAddLocation(NPC, 184.27, -3.81, -56.27, 2, 0)
  71. MovementLoopAddLocation(NPC, 186.03, -3.76, -53.32, 2, 0)
  72. MovementLoopAddLocation(NPC, 186.2, -3.61, -48.55, 2, 0)
  73. MovementLoopAddLocation(NPC, 184.02, -3.61, -43.67, 2, 0)
  74. MovementLoopAddLocation(NPC, 174.03, -3.54, -34.35, 2, 0)
  75. MovementLoopAddLocation(NPC, 159.98, -3.54, -23.89, 2, 0)
  76. MovementLoopAddLocation(NPC, 157.23, -3.54, -19.99, 2, 0)
  77. MovementLoopAddLocation(NPC, 154.84, -3.54, -13.93, 2, 0)
  78. MovementLoopAddLocation(NPC, 153.45, -3.53, -4.33, 2, 0)
  79. MovementLoopAddLocation(NPC, 150.81, -3.53, 40.71, 2, 0)
  80. MovementLoopAddLocation(NPC, 153.32, -3.53, 53.95, 2, 0)
  81. MovementLoopAddLocation(NPC, 160.1, -3.53, 62.23, 2, 0)
  82. MovementLoopAddLocation(NPC, 168.53, -3.53, 73.4, 2, 0)
  83. MovementLoopAddLocation(NPC, 182.98, -3.53, 83.2, 2, 0)
  84. MovementLoopAddLocation(NPC, 196.02, -3.53, 87.42, 2, 0)
  85. MovementLoopAddLocation(NPC, 211.76, -3.53, 88.82, 2, 0)
  86. MovementLoopAddLocation(NPC, 228.31, -3.53, 88.72, 2, 0)
  87. MovementLoopAddLocation(NPC, 236.29, -3.53, 90.9, 2, 0)
  88. MovementLoopAddLocation(NPC, 240.5, -3.53, 94.44, 2, 0)
  89. MovementLoopAddLocation(NPC, 241.94, -3.53, 102.92, 2, 0)
  90. MovementLoopAddLocation(NPC, 243.13, -3.53, 114.73, 2, 0)
  91. MovementLoopAddLocation(NPC, 243.15, -3.53, 120.96, 2, 0)
  92. MovementLoopAddLocation(NPC, 242.7, -3.66, 103.54, 2, 0)
  93. MovementLoopAddLocation(NPC, 240.24, -3.64, 95.37, 2, 0)
  94. MovementLoopAddLocation(NPC, 236.3, -3.64, 91.22, 2, 0)
  95. MovementLoopAddLocation(NPC, 228.76, -3.64, 89.78, 2, 0)
  96. MovementLoopAddLocation(NPC, 214.38, -3.62, 88.82, 2, 0)
  97. MovementLoopAddLocation(NPC, 200.71, -3.62, 88.68, 2, 0)
  98. MovementLoopAddLocation(NPC, 188.38, -3.59, 86.14, 2, 0)
  99. MovementLoopAddLocation(NPC, 178.18, -3.57, 80.93, 2, 0)
  100. MovementLoopAddLocation(NPC, 170.87, -3.54, 75.46, 2, 0)
  101. MovementLoopAddLocation(NPC, 158.45, -3.54, 61.92, 2, 0)
  102. MovementLoopAddLocation(NPC, 153.54, -3.54, 54.3, 2, 0)
  103. MovementLoopAddLocation(NPC, 151.93, -3.53, 46.96, 2, 0)
  104. MovementLoopAddLocation(NPC, 152.45, -3.53, 30.11, 2, 0)
  105. end