shriller14.lua 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. --[[
  2. Script Name : shriller14.lua
  3. Script Purpose : Waypoint Path for shriller14.lua
  4. Script Author : Devn00b
  5. Script Date : 06/10/2020 02:44:20 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, 36.38, -0.24, -125.45, 2, 0)
  18. MovementLoopAddLocation(NPC, 27.05, -0.19, -135.28, 2, 0)
  19. MovementLoopAddLocation(NPC, 17.74, 0, -134.29, 2, 0)
  20. MovementLoopAddLocation(NPC, 13.84, -0.04, -139.15, 2, 0)
  21. MovementLoopAddLocation(NPC, 14.33, -0.19, -146.63, 2, 0)
  22. MovementLoopAddLocation(NPC, -3.6, -0.15, -147.26, 2, 0)
  23. MovementLoopAddLocation(NPC, -8.31, -0.07, -149.06, 2, 0)
  24. MovementLoopAddLocation(NPC, -16.24, -0.07, -147.28, 2, 0)
  25. MovementLoopAddLocation(NPC, -31.67, -0.02, -146.66, 2, 0)
  26. MovementLoopAddLocation(NPC, -34.33, -0.19, -154.62, 2, 0)
  27. MovementLoopAddLocation(NPC, -34.31, 0.01, -162.31, 2, 0)
  28. MovementLoopAddLocation(NPC, -28.9, -0.8, -188.62, 2, 0)
  29. MovementLoopAddLocation(NPC, -17.12, -0.18, -181.99, 2, 0)
  30. MovementLoopAddLocation(NPC, 7.42, 0.43, -182, 2, 0)
  31. MovementLoopAddLocation(NPC, 17.36, -0.11, -174.64, 2, 0)
  32. MovementLoopAddLocation(NPC, 14.59, -0.07, -170.75, 2, 0)
  33. MovementLoopAddLocation(NPC, 14.85, -0.26, -147.09, 2, 0)
  34. MovementLoopAddLocation(NPC, 14.72, -0.05, -136.26, 2, 0)
  35. MovementLoopAddLocation(NPC, 31.47, -0.05, -133.61, 2, 0)
  36. MovementLoopAddLocation(NPC, 37.45, -0.09, -126.45, 2, 0)
  37. MovementLoopAddLocation(NPC, 37.19, -0.02, -114.37, 2, 0)
  38. MovementLoopAddLocation(NPC, 30.2, -0.08, -110.35, 2, 0)
  39. MovementLoopAddLocation(NPC, 24.28, -0.09, -109.66, 2, 0)
  40. MovementLoopAddLocation(NPC, 6.53, -0.09, -110.08, 2, 0)
  41. MovementLoopAddLocation(NPC, -10.33, -0.09, -109.46, 2, 0)
  42. MovementLoopAddLocation(NPC, -11.75, -0.09, -86.11, 2, 0)
  43. MovementLoopAddLocation(NPC, -2.36, -0.09, -84.47, 2, 0)
  44. MovementLoopAddLocation(NPC, -1.14, -0.09, -64.55, 2, 0)
  45. MovementLoopAddLocation(NPC, -5.67, -0.09, -61.75, 2, 0)
  46. MovementLoopAddLocation(NPC, -5.51, 0.04, -57.23, 2, 0)
  47. MovementLoopAddLocation(NPC, -6.98, -0.13, -52.54, 2, 0)
  48. MovementLoopAddLocation(NPC, -15.08, -0.1, -39.05, 2, 0)
  49. MovementLoopAddLocation(NPC, -6.88, -0.21, -29.28, 2, 0)
  50. MovementLoopAddLocation(NPC, 2.15, -0.16, -29.77, 2, 0)
  51. MovementLoopAddLocation(NPC, 4.44, -0.17, -32.73, 2, 0)
  52. MovementLoopAddLocation(NPC, 2.15, -0.16, -29.77, 2, 0)
  53. MovementLoopAddLocation(NPC, -6.88, -0.21, -29.28, 2, 0)
  54. MovementLoopAddLocation(NPC, -15.08, -0.1, -39.05, 2, 0)
  55. MovementLoopAddLocation(NPC, -6.98, -0.13, -52.54, 2, 0)
  56. MovementLoopAddLocation(NPC, -5.51, 0.04, -57.23, 2, 0)
  57. MovementLoopAddLocation(NPC, -5.67, -0.09, -61.75, 2, 0)
  58. MovementLoopAddLocation(NPC, -1.14, -0.09, -64.55, 2, 0)
  59. MovementLoopAddLocation(NPC, -2.36, -0.09, -84.47, 2, 0)
  60. MovementLoopAddLocation(NPC, -11.75, -0.09, -86.11, 2, 0)
  61. MovementLoopAddLocation(NPC, -10.33, -0.09, -109.46, 2, 0)
  62. MovementLoopAddLocation(NPC, 6.53, -0.09, -110.08, 2, 0)
  63. MovementLoopAddLocation(NPC, 24.28, -0.09, -109.66, 2, 0)
  64. MovementLoopAddLocation(NPC, 30.2, -0.08, -110.35, 2, 0)
  65. MovementLoopAddLocation(NPC, 37.19, -0.02, -114.37, 2, 0)
  66. MovementLoopAddLocation(NPC, 37.45, -0.09, -126.45, 2, 0)
  67. MovementLoopAddLocation(NPC, 31.47, -0.05, -133.61, 2, 0)
  68. MovementLoopAddLocation(NPC, 14.72, -0.05, -136.26, 2, 0)
  69. MovementLoopAddLocation(NPC, 14.85, -0.26, -147.09, 2, 0)
  70. MovementLoopAddLocation(NPC, 14.59, -0.07, -170.75, 2, 0)
  71. MovementLoopAddLocation(NPC, 17.36, -0.11, -174.64, 2, 0)
  72. MovementLoopAddLocation(NPC, 7.42, 0.43, -182, 2, 0)
  73. MovementLoopAddLocation(NPC, -17.12, -0.18, -181.99, 2, 0)
  74. MovementLoopAddLocation(NPC, -28.9, -0.8, -188.62, 2, 0)
  75. MovementLoopAddLocation(NPC, -34.31, 0.01, -162.31, 2, 0)
  76. MovementLoopAddLocation(NPC, -34.33, -0.19, -154.62, 2, 0)
  77. MovementLoopAddLocation(NPC, -31.67, -0.02, -146.66, 2, 0)
  78. MovementLoopAddLocation(NPC, -16.24, -0.07, -147.28, 2, 0)
  79. MovementLoopAddLocation(NPC, -8.31, -0.07, -149.06, 2, 0)
  80. MovementLoopAddLocation(NPC, -3.6, -0.15, -147.26, 2, 0)
  81. MovementLoopAddLocation(NPC, 14.33, -0.19, -146.63, 2, 0)
  82. MovementLoopAddLocation(NPC, 13.84, -0.04, -139.15, 2, 0)
  83. MovementLoopAddLocation(NPC, 17.74, 0, -134.29, 2, 0)
  84. MovementLoopAddLocation(NPC, 27.05, -0.19, -135.28, 2, 0)
  85. MovementLoopAddLocation(NPC, 36.38, -0.24, -125.45, 2, 0)
  86. end