bloodsaber_ruffian2.lua 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. --[[
  2. Script Name : bloodsaber_ruffian2.lua
  3. Script Purpose : Waypoint Path for bloodsaber_ruffian2.lua
  4. Script Author : Devn00b
  5. Script Date : 06/08/2020 11:48:27 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, 19.33, -0.08, -2.51, 2, 0)
  18. MovementLoopAddLocation(NPC, 17.65, -0.08, 0.11, 2, 0)
  19. MovementLoopAddLocation(NPC, 22.25, -0.13, 0.62, 2, 0)
  20. MovementLoopAddLocation(NPC, 31.92, -0.11, 3.27, 2, 0)
  21. MovementLoopAddLocation(NPC, 38.39, 0.34, 2.42, 2, 0)
  22. MovementLoopAddLocation(NPC, 42.93, -0.14, -2.64, 2, 0)
  23. MovementLoopAddLocation(NPC, 38.16, 0.35, 0.87, 2, 0)
  24. MovementLoopAddLocation(NPC, 34.68, -0.13, 2.86, 2, 0)
  25. MovementLoopAddLocation(NPC, 16.95, -0.05, 0.03, 2, 0)
  26. MovementLoopAddLocation(NPC, 12.3, -0.04, 0.22, 2, 0)
  27. MovementLoopAddLocation(NPC, 5.36, -0.05, -10.96, 2, 0)
  28. MovementLoopAddLocation(NPC, 13.56, -0.04, 2.48, 2, 0)
  29. MovementLoopAddLocation(NPC, 10.69, -0.04, 0.64, 2, 0)
  30. MovementLoopAddLocation(NPC, 12.75, -0.05, -4.62, 2, 0)
  31. MovementLoopAddLocation(NPC, 9.18, 0.83, 9.99, 2, 0)
  32. MovementLoopAddLocation(NPC, 2.17, 1.76, 12.92, 2, 0)
  33. MovementLoopAddLocation(NPC, -4.48, 2.54, 12.68, 2, 0)
  34. MovementLoopAddLocation(NPC, -9.45, 3.3, 9.53, 2, 0)
  35. MovementLoopAddLocation(NPC, -12.61, 4.17, 3.58, 2, 0)
  36. MovementLoopAddLocation(NPC, -13.12, 5.05, -2.43, 2, 0)
  37. MovementLoopAddLocation(NPC, -10.02, 5.63, -6.75, 2, 0)
  38. MovementLoopAddLocation(NPC, -1.09, 6.99, -11.24, 2, 0)
  39. MovementLoopAddLocation(NPC, 0.21, 7.03, -14.86, 2, 0)
  40. MovementLoopAddLocation(NPC, -1.89, 6.88, -25.24, 2, 0)
  41. MovementLoopAddLocation(NPC, 3.13, 6.92, -17.44, 2, 0)
  42. MovementLoopAddLocation(NPC, -2.8, 6.86, -17.48, 2, 0)
  43. MovementLoopAddLocation(NPC, -0.9, 6.9, -26.16, 2, 0)
  44. MovementLoopAddLocation(NPC, -6.31, 6.86, -25.42, 2, 0)
  45. MovementLoopAddLocation(NPC, -3.55, 6.91, -28.87, 2, 0)
  46. MovementLoopAddLocation(NPC, -3.08, 6.87, -21.77, 2, 0)
  47. MovementLoopAddLocation(NPC, 1.6, 6.99, -9.94, 2, 0)
  48. MovementLoopAddLocation(NPC, -3.08, 6.87, -21.77, 2, 0)
  49. MovementLoopAddLocation(NPC, -3.55, 6.91, -28.87, 2, 0)
  50. MovementLoopAddLocation(NPC, -6.31, 6.86, -25.42, 2, 0)
  51. MovementLoopAddLocation(NPC, -0.9, 6.9, -26.16, 2, 0)
  52. MovementLoopAddLocation(NPC, -2.8, 6.86, -17.48, 2, 0)
  53. MovementLoopAddLocation(NPC, 3.13, 6.92, -17.44, 2, 0)
  54. MovementLoopAddLocation(NPC, -1.89, 6.88, -25.24, 2, 0)
  55. MovementLoopAddLocation(NPC, 0.21, 7.03, -14.86, 2, 0)
  56. MovementLoopAddLocation(NPC, -1.09, 6.99, -11.24, 2, 0)
  57. MovementLoopAddLocation(NPC, -10.02, 5.63, -6.75, 2, 0)
  58. MovementLoopAddLocation(NPC, -13.12, 5.05, -2.43, 2, 0)
  59. MovementLoopAddLocation(NPC, -12.61, 4.17, 3.58, 2, 0)
  60. MovementLoopAddLocation(NPC, -9.45, 3.3, 9.53, 2, 0)
  61. MovementLoopAddLocation(NPC, -4.48, 2.54, 12.68, 2, 0)
  62. MovementLoopAddLocation(NPC, 2.17, 1.76, 12.92, 2, 0)
  63. MovementLoopAddLocation(NPC, 9.18, 0.83, 9.99, 2, 0)
  64. MovementLoopAddLocation(NPC, 12.75, -0.05, -4.62, 2, 0)
  65. MovementLoopAddLocation(NPC, 10.69, -0.04, 0.64, 2, 0)
  66. MovementLoopAddLocation(NPC, 13.56, -0.04, 2.48, 2, 0)
  67. MovementLoopAddLocation(NPC, 5.36, -0.05, -10.96, 2, 0)
  68. MovementLoopAddLocation(NPC, 12.3, -0.04, 0.22, 2, 0)
  69. MovementLoopAddLocation(NPC, 16.95, -0.05, 0.03, 2, 0)
  70. MovementLoopAddLocation(NPC, 34.68, -0.13, 2.86, 2, 0)
  71. MovementLoopAddLocation(NPC, 38.16, 0.35, 0.87, 2, 0)
  72. MovementLoopAddLocation(NPC, 42.93, -0.14, -2.64, 2, 0)
  73. MovementLoopAddLocation(NPC, 38.39, 0.34, 2.42, 2, 0)
  74. MovementLoopAddLocation(NPC, 31.92, -0.11, 3.27, 2, 0)
  75. MovementLoopAddLocation(NPC, 22.25, -0.13, 0.62, 2, 0)
  76. MovementLoopAddLocation(NPC, 17.65, -0.08, 0.11, 2, 0)
  77. MovementLoopAddLocation(NPC, 19.33, -0.08, -2.51, 2, 0)
  78. end