bloodsaber_medic.lua 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. --[[
  2. Script Name : bloodsaber_medic.lua
  3. Script Purpose : Waypoint Path for bloodsaber_medic.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 11:32:30 PM
  6. Script Notes : Locations collected from 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, 0.23, 6.99, -11.49, 2, 0)
  18. MovementLoopAddLocation(NPC, -0.68, 6.81, -21.95, 2, 0)
  19. MovementLoopAddLocation(NPC, -8.52, 6.86, -30.23, 2, 0)
  20. MovementLoopAddLocation(NPC, -2.98, 6.85, -23.82, 2, 0)
  21. MovementLoopAddLocation(NPC, 0.61, 7.01, -15.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 0.99, 6.99, -10.35, 2, 0)
  23. MovementLoopAddLocation(NPC, -8.28, 5.92, -7.06, 2, 0)
  24. MovementLoopAddLocation(NPC, -12.19, 4.88, -0.66, 2, 0)
  25. MovementLoopAddLocation(NPC, -10.63, 3.63, 7.13, 2, 0)
  26. MovementLoopAddLocation(NPC, -4.96, 2.7, 11.35, 2, 0)
  27. MovementLoopAddLocation(NPC, 1.74, 1.78, 11.92, 2, 0)
  28. MovementLoopAddLocation(NPC, 7.98, 0.86, 9.02, 2, 0)
  29. MovementLoopAddLocation(NPC, 11.05, -0.04, 1.96, 2, 0)
  30. MovementLoopAddLocation(NPC, 12.47, -0.04, -0.14, 2, 0)
  31. MovementLoopAddLocation(NPC, 24.6, 0.06, 0.56, 2, 0)
  32. MovementLoopAddLocation(NPC, 32.11, -0.12, 3.6, 2, 0)
  33. MovementLoopAddLocation(NPC, 37.68, 0.35, 1.58, 2, 0)
  34. MovementLoopAddLocation(NPC, 43.42, -0.2, -5.51, 2, 0)
  35. MovementLoopAddLocation(NPC, 42.84, 0.15, -30.87, 2, 0)
  36. MovementLoopAddLocation(NPC, -11.3, 5.35, -4.18, 2, 0)
  37. MovementLoopAddLocation(NPC, -12.24, 4.52, 1.98, 2, 0)
  38. MovementLoopAddLocation(NPC, -10.79, 3.63, 6.94, 2, 0)
  39. MovementLoopAddLocation(NPC, -5.04, 2.7, 11.3, 2, 0)
  40. MovementLoopAddLocation(NPC, 0.98, 1.87, 12, 2, 0)
  41. MovementLoopAddLocation(NPC, 6.97, 0.91, 9.07, 2, 0)
  42. MovementLoopAddLocation(NPC, 10.38, 0.1, 3.79, 2, 0)
  43. MovementLoopAddLocation(NPC, 10.38, -0.05, -2.75, 2, 0)
  44. MovementLoopAddLocation(NPC, 6.85, -0.05, -8.21, 2, 0)
  45. MovementLoopAddLocation(NPC, 5.3, -0.05, -9.33, 2, 0)
  46. MovementLoopAddLocation(NPC, -0.08, -4.93, 0.05, 2, 0)
  47. MovementLoopAddLocation(NPC, 5.96, -0.05, -9.56, 2, 0)
  48. MovementLoopAddLocation(NPC, 11.91, -0.04, -0.28, 2, 0)
  49. MovementLoopAddLocation(NPC, 14.89, -0.01, 0.6, 2, 0)
  50. MovementLoopAddLocation(NPC, 23.29, -0.1, 0.23, 2, 0)
  51. MovementLoopAddLocation(NPC, 33.44, -0.12, 3.44, 2, 0)
  52. MovementLoopAddLocation(NPC, 37.42, 0.35, 1.41, 2, 0)
  53. MovementLoopAddLocation(NPC, 33.09, -0.12, 3.45, 2, 0)
  54. MovementLoopAddLocation(NPC, 23.65, 0.05, 0.3, 2, 0)
  55. MovementLoopAddLocation(NPC, 16.03, -0.01, 0.76, 2, 0)
  56. MovementLoopAddLocation(NPC, 12.15, -0.04, 0.24, 2, 0)
  57. MovementLoopAddLocation(NPC, 9.96, 0.43, 7.11, 2, 0)
  58. MovementLoopAddLocation(NPC, 5.44, 1.33, 12.23, 2, 0)
  59. MovementLoopAddLocation(NPC, 0.08, 1.94, 13.54, 2, 0)
  60. MovementLoopAddLocation(NPC, -5.29, 2.7, 11.98, 2, 0)
  61. MovementLoopAddLocation(NPC, -9.03, 3.39, 8.12, 2, 0)
  62. MovementLoopAddLocation(NPC, -12.11, 4.17, 3.63, 2, 0)
  63. MovementLoopAddLocation(NPC, -12.1, 5.01, -1.49, 2, 0)
  64. MovementLoopAddLocation(NPC, -6.73, 6.21, -8.4, 2, 0)
  65. MovementLoopAddLocation(NPC, -0.12, 6.99, -11.48, 2, 0)
  66. MovementLoopAddLocation(NPC, -0.18, 7.01, -16.4, 2, 0)
  67. MovementLoopAddLocation(NPC, -1.62, 6.85, -21.05, 2, 0)
  68. MovementLoopAddLocation(NPC, -8.53, 6.84, -30.7, 2, 0)
  69. MovementLoopAddLocation(NPC, -1.62, 6.85, -21.05, 2, 0)
  70. MovementLoopAddLocation(NPC, -0.18, 7.01, -16.4, 2, 0)
  71. MovementLoopAddLocation(NPC, -0.12, 6.99, -11.48, 2, 0)
  72. MovementLoopAddLocation(NPC, -6.73, 6.21, -8.4, 2, 0)
  73. MovementLoopAddLocation(NPC, -12.1, 5.01, -1.49, 2, 0)
  74. MovementLoopAddLocation(NPC, -12.11, 4.17, 3.63, 2, 0)
  75. MovementLoopAddLocation(NPC, -9.03, 3.39, 8.12, 2, 0)
  76. MovementLoopAddLocation(NPC, -5.29, 2.7, 11.98, 2, 0)
  77. MovementLoopAddLocation(NPC, 0.08, 1.94, 13.54, 2, 0)
  78. MovementLoopAddLocation(NPC, 5.44, 1.33, 12.23, 2, 0)
  79. MovementLoopAddLocation(NPC, 9.96, 0.43, 7.11, 2, 0)
  80. MovementLoopAddLocation(NPC, 12.15, -0.04, 0.24, 2, 0)
  81. MovementLoopAddLocation(NPC, 16.03, -0.01, 0.76, 2, 0)
  82. MovementLoopAddLocation(NPC, 23.65, 0.05, 0.3, 2, 0)
  83. MovementLoopAddLocation(NPC, 33.09, -0.12, 3.45, 2, 0)
  84. MovementLoopAddLocation(NPC, 37.42, 0.35, 1.41, 2, 0)
  85. MovementLoopAddLocation(NPC, 33.44, -0.12, 3.44, 2, 0)
  86. MovementLoopAddLocation(NPC, 23.29, -0.1, 0.23, 2, 0)
  87. MovementLoopAddLocation(NPC, 14.89, -0.01, 0.6, 2, 0)
  88. MovementLoopAddLocation(NPC, 11.91, -0.04, -0.28, 2, 0)
  89. MovementLoopAddLocation(NPC, 5.96, -0.05, -9.56, 2, 0)
  90. MovementLoopAddLocation(NPC, -0.08, -4.93, 0.05, 2, 0)
  91. MovementLoopAddLocation(NPC, 5.3, -0.05, -9.33, 2, 0)
  92. MovementLoopAddLocation(NPC, 6.85, -0.05, -8.21, 2, 0)
  93. MovementLoopAddLocation(NPC, 10.38, -0.05, -2.75, 2, 0)
  94. MovementLoopAddLocation(NPC, 10.38, 0.1, 3.79, 2, 0)
  95. MovementLoopAddLocation(NPC, 6.97, 0.91, 9.07, 2, 0)
  96. MovementLoopAddLocation(NPC, 0.98, 1.87, 12, 2, 0)
  97. MovementLoopAddLocation(NPC, -5.04, 2.7, 11.3, 2, 0)
  98. MovementLoopAddLocation(NPC, -10.79, 3.63, 6.94, 2, 0)
  99. MovementLoopAddLocation(NPC, -12.24, 4.52, 1.98, 2, 0)
  100. MovementLoopAddLocation(NPC, -11.3, 5.35, -4.18, 2, 0)
  101. MovementLoopAddLocation(NPC, 42.84, 0.15, -30.87, 2, 0)
  102. MovementLoopAddLocation(NPC, 43.42, -0.2, -5.51, 2, 0)
  103. MovementLoopAddLocation(NPC, 37.68, 0.35, 1.58, 2, 0)
  104. MovementLoopAddLocation(NPC, 32.11, -0.12, 3.6, 2, 0)
  105. MovementLoopAddLocation(NPC, 24.6, 0.06, 0.56, 2, 0)
  106. MovementLoopAddLocation(NPC, 12.47, -0.04, -0.14, 2, 0)
  107. MovementLoopAddLocation(NPC, 11.05, -0.04, 1.96, 2, 0)
  108. MovementLoopAddLocation(NPC, 7.98, 0.86, 9.02, 2, 0)
  109. MovementLoopAddLocation(NPC, 1.74, 1.78, 11.92, 2, 0)
  110. MovementLoopAddLocation(NPC, -4.96, 2.7, 11.35, 2, 0)
  111. MovementLoopAddLocation(NPC, -10.63, 3.63, 7.13, 2, 0)
  112. MovementLoopAddLocation(NPC, -12.19, 4.88, -0.66, 2, 0)
  113. MovementLoopAddLocation(NPC, -8.28, 5.92, -7.06, 2, 0)
  114. MovementLoopAddLocation(NPC, 0.99, 6.99, -10.35, 2, 0)
  115. MovementLoopAddLocation(NPC, 0.61, 7.01, -15.25, 2, 0)
  116. MovementLoopAddLocation(NPC, -2.98, 6.85, -23.82, 2, 0)
  117. MovementLoopAddLocation(NPC, -8.52, 6.86, -30.23, 2, 0)
  118. MovementLoopAddLocation(NPC, -0.68, 6.81, -21.95, 2, 0)
  119. MovementLoopAddLocation(NPC, 0.23, 6.99, -11.49, 2, 0)
  120. end