bloodsaber_adept3.lua 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. --[[
  2. Script Name : bloodsaber_adept3.lua
  3. Script Purpose : Waypoint Path for bloodsaber_adept3.lua
  4. Script Author : Devn00b
  5. Script Date : 06/13/2020 08:28:57 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, 32.22, -0.7, -193, 2, 0)
  18. MovementLoopAddLocation(NPC, 17.01, -0.7, -193.49, 2, 0)
  19. MovementLoopAddLocation(NPC, 1.48, -0.08, -197.12, 2, 0)
  20. MovementLoopAddLocation(NPC, -9.19, -0.08, -197.64, 2, 0)
  21. MovementLoopAddLocation(NPC, -16.01, 0.02, -195, 2, 0)
  22. MovementLoopAddLocation(NPC, -15.09, -0.08, -184.99, 2, 0)
  23. MovementLoopAddLocation(NPC, -9.53, 0.44, -178.75, 2, 0)
  24. MovementLoopAddLocation(NPC, -8.83, -0.05, -173, 2, 0)
  25. MovementLoopAddLocation(NPC, -17.3, -0.09, -164.62, 2, 0)
  26. MovementLoopAddLocation(NPC, -16.5, -0.02, -161.29, 2, 0)
  27. MovementLoopAddLocation(NPC, -12.64, -0.1, -154.87, 2, 0)
  28. MovementLoopAddLocation(NPC, -12.34, -0.15, -144.55, 2, 0)
  29. MovementLoopAddLocation(NPC, -12.37, -0.25, -134.74, 2, 0)
  30. MovementLoopAddLocation(NPC, -16.14, 0.36, -128.56, 2, 0)
  31. MovementLoopAddLocation(NPC, -17.32, -0.05, -125.13, 2, 0)
  32. MovementLoopAddLocation(NPC, -11.58, -0.03, -133.23, 2, 0)
  33. MovementLoopAddLocation(NPC, -12.27, 0.36, -152.39, 2, 0)
  34. MovementLoopAddLocation(NPC, -17.14, -0.06, -164.05, 2, 0)
  35. MovementLoopAddLocation(NPC, -10.46, -0.04, -174.34, 2, 0)
  36. MovementLoopAddLocation(NPC, -11.27, 0.37, -178.04, 2, 0)
  37. MovementLoopAddLocation(NPC, -14.46, -0.08, -188.41, 2, 0)
  38. MovementLoopAddLocation(NPC, -13.28, 0.06, -196.28, 2, 0)
  39. MovementLoopAddLocation(NPC, -7.89, 0.05, -196.91, 2, 0)
  40. MovementLoopAddLocation(NPC, 0.1, 0.09, -196.4, 2, 0)
  41. MovementLoopAddLocation(NPC, 9.85, -0.08, -194.66, 2, 0)
  42. MovementLoopAddLocation(NPC, 48.41, -0.32, -191.13, 2, 0)
  43. MovementLoopAddLocation(NPC, 51.15, -0.32, -187.48, 2, 0)
  44. MovementLoopAddLocation(NPC, 51.99, -0.32, -184.56, 2, 0)
  45. MovementLoopAddLocation(NPC, 52.87, -0.26, -175.58, 2, 0)
  46. MovementLoopAddLocation(NPC, 55.57, -0.17, -172.6, 2, 0)
  47. MovementLoopAddLocation(NPC, 64.14, -0.25, -170.51, 2, 0)
  48. MovementLoopAddLocation(NPC, 87.24, -0.92, -170.32, 2, 0)
  49. MovementLoopAddLocation(NPC, 64.14, -0.25, -170.51, 2, 0)
  50. MovementLoopAddLocation(NPC, 55.57, -0.17, -172.6, 2, 0)
  51. MovementLoopAddLocation(NPC, 52.87, -0.26, -175.58, 2, 0)
  52. MovementLoopAddLocation(NPC, 51.99, -0.32, -184.56, 2, 0)
  53. MovementLoopAddLocation(NPC, 51.15, -0.32, -187.48, 2, 0)
  54. MovementLoopAddLocation(NPC, 48.41, -0.32, -191.13, 2, 0)
  55. MovementLoopAddLocation(NPC, 9.85, -0.08, -194.66, 2, 0)
  56. MovementLoopAddLocation(NPC, 0.1, 0.09, -196.4, 2, 0)
  57. MovementLoopAddLocation(NPC, -7.89, 0.05, -196.91, 2, 0)
  58. MovementLoopAddLocation(NPC, -13.28, 0.06, -196.28, 2, 0)
  59. MovementLoopAddLocation(NPC, -14.46, -0.08, -188.41, 2, 0)
  60. MovementLoopAddLocation(NPC, -11.27, 0.37, -178.04, 2, 0)
  61. MovementLoopAddLocation(NPC, -10.46, -0.04, -174.34, 2, 0)
  62. MovementLoopAddLocation(NPC, -17.14, -0.06, -164.05, 2, 0)
  63. MovementLoopAddLocation(NPC, -12.27, 0.36, -152.39, 2, 0)
  64. MovementLoopAddLocation(NPC, -11.58, -0.03, -133.23, 2, 0)
  65. MovementLoopAddLocation(NPC, -17.32, -0.05, -125.13, 2, 0)
  66. MovementLoopAddLocation(NPC, -16.14, 0.36, -128.56, 2, 0)
  67. MovementLoopAddLocation(NPC, -12.37, -0.25, -134.74, 2, 0)
  68. MovementLoopAddLocation(NPC, -12.34, -0.15, -144.55, 2, 0)
  69. MovementLoopAddLocation(NPC, -12.64, -0.1, -154.87, 2, 0)
  70. MovementLoopAddLocation(NPC, -16.5, -0.02, -161.29, 2, 0)
  71. MovementLoopAddLocation(NPC, -17.3, -0.09, -164.62, 2, 0)
  72. MovementLoopAddLocation(NPC, -8.83, -0.05, -173, 2, 0)
  73. MovementLoopAddLocation(NPC, -9.53, 0.44, -178.75, 2, 0)
  74. MovementLoopAddLocation(NPC, -15.09, -0.08, -184.99, 2, 0)
  75. MovementLoopAddLocation(NPC, -16.01, 0.02, -195, 2, 0)
  76. MovementLoopAddLocation(NPC, -9.19, -0.08, -197.64, 2, 0)
  77. MovementLoopAddLocation(NPC, 1.48, -0.08, -197.12, 2, 0)
  78. MovementLoopAddLocation(NPC, 17.01, -0.7, -193.49, 2, 0)
  79. MovementLoopAddLocation(NPC, 32.22, -0.7, -193, 2, 0)
  80. end