shriller2.lua 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. --[[
  2. Script Name : shriller2.lua
  3. Script Purpose : Waypoint Path for shriller2.lua
  4. Script Author : Devn00b
  5. Script Date : 05/17/2020 01:47:24 AM
  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. waypoints(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 182.57, 6.93, -167.81, 2, 0)
  19. MovementLoopAddLocation(NPC, 181.83, 6.93, -156.1, 2, 0)
  20. MovementLoopAddLocation(NPC, 162.52, 7.06, -139.05, 2, 0)
  21. MovementLoopAddLocation(NPC, 153.48, 7.11, -138.98, 2, 0)
  22. MovementLoopAddLocation(NPC, 153.96, 7.08, -144.9, 2, 0)
  23. MovementLoopAddLocation(NPC, 151.57, 7.04, -146.63, 2, 0)
  24. MovementLoopAddLocation(NPC, 151.34, 7.35, -166.48, 2, 0)
  25. MovementLoopAddLocation(NPC, 147.16, 7.36, -172.89, 2, 0)
  26. MovementLoopAddLocation(NPC, 135.07, 6.85, -170.8, 2, 0)
  27. MovementLoopAddLocation(NPC, 128.83, 7.35, -161.87, 2, 0)
  28. MovementLoopAddLocation(NPC, 128.41, 6.76, -135.14, 2, 0)
  29. MovementLoopAddLocation(NPC, 128.75, 7, -125.45, 2, 0)
  30. MovementLoopAddLocation(NPC, 127.79, 6.96, -163.01, 2, 0)
  31. MovementLoopAddLocation(NPC, 137.06, 6.95, -171.23, 2, 0)
  32. MovementLoopAddLocation(NPC, 146.89, 7.47, -172.74, 2, 0)
  33. MovementLoopAddLocation(NPC, 151.8, 7.28, -167.07, 2, 0)
  34. MovementLoopAddLocation(NPC, 150.86, 6.96, -125.6, 2, 0)
  35. MovementLoopAddLocation(NPC, 143.94, 6.8, -117.69, 2, 0)
  36. MovementLoopAddLocation(NPC, 140.41, 6.86, -114.72, 2, 0)
  37. MovementLoopAddLocation(NPC, 131.06, 7, -115.23, 2, 0)
  38. MovementLoopAddLocation(NPC, 140.04, 6.87, -114.18, 2, 0)
  39. MovementLoopAddLocation(NPC, 150.55, 6.9, -123.41, 2, 0)
  40. MovementLoopAddLocation(NPC, 151.04, 6.74, -138.19, 2, 0)
  41. MovementLoopAddLocation(NPC, 160.51, 7.41, -138.72, 2, 0)
  42. MovementLoopAddLocation(NPC, 167.45, 6.85, -140.71, 2, 0)
  43. MovementLoopAddLocation(NPC, 183, 7.03, -157.74, 2, 0)
  44. MovementLoopAddLocation(NPC, 180.65, 6.96, -171.59, 2, 0)
  45. MovementLoopAddLocation(NPC, 176.04, 7.35, -174.94, 2, 0)
  46. MovementLoopAddLocation(NPC, 166.02, 6.89, -175.02, 2, 0)
  47. MovementLoopAddLocation(NPC, 161.44, 6.91, -177.67, 2, 0)
  48. MovementLoopAddLocation(NPC, 161.29, 6.89, -188.27, 2, 0)
  49. MovementLoopAddLocation(NPC, 157.49, 7.18, -189.21, 2, 0)
  50. MovementLoopAddLocation(NPC, 153.77, 7.67, -190.55, 2, 0)
  51. MovementLoopAddLocation(NPC, 151.5, 8.57, -196.31, 2, 0)
  52. MovementLoopAddLocation(NPC, 151.49, 9.79, -204.27, 2, 0)
  53. MovementLoopAddLocation(NPC, 155.74, 10.56, -207.54, 2, 0)
  54. MovementLoopAddLocation(NPC, 160.98, 11.5, -209.26, 2, 0)
  55. MovementLoopAddLocation(NPC, 166.49, 12.44, -207.85, 2, 0)
  56. MovementLoopAddLocation(NPC, 169.44, 13.04, -205.21, 2, 0)
  57. MovementLoopAddLocation(NPC, 171.22, 13.68, -201.99, 2, 0)
  58. MovementLoopAddLocation(NPC, 171.38, 14.2, -199.17, 2, 0)
  59. MovementLoopAddLocation(NPC, 171.22, 13.68, -201.99, 2, 0)
  60. MovementLoopAddLocation(NPC, 169.44, 13.04, -205.21, 2, 0)
  61. MovementLoopAddLocation(NPC, 166.49, 12.44, -207.85, 2, 0)
  62. MovementLoopAddLocation(NPC, 160.98, 11.5, -209.26, 2, 0)
  63. MovementLoopAddLocation(NPC, 155.74, 10.56, -207.54, 2, 0)
  64. MovementLoopAddLocation(NPC, 151.49, 9.79, -204.27, 2, 0)
  65. MovementLoopAddLocation(NPC, 151.5, 8.57, -196.31, 2, 0)
  66. MovementLoopAddLocation(NPC, 153.77, 7.67, -190.55, 2, 0)
  67. MovementLoopAddLocation(NPC, 157.49, 7.18, -189.21, 2, 0)
  68. MovementLoopAddLocation(NPC, 161.29, 6.89, -188.27, 2, 0)
  69. MovementLoopAddLocation(NPC, 161.44, 6.91, -177.67, 2, 0)
  70. MovementLoopAddLocation(NPC, 166.02, 6.89, -175.02, 2, 0)
  71. MovementLoopAddLocation(NPC, 176.04, 7.35, -174.94, 2, 0)
  72. MovementLoopAddLocation(NPC, 180.65, 6.96, -171.59, 2, 0)
  73. MovementLoopAddLocation(NPC, 183, 7.03, -157.74, 2, 0)
  74. MovementLoopAddLocation(NPC, 167.45, 6.85, -140.71, 2, 0)
  75. MovementLoopAddLocation(NPC, 160.51, 7.41, -138.72, 2, 0)
  76. MovementLoopAddLocation(NPC, 151.04, 6.74, -138.19, 2, 0)
  77. MovementLoopAddLocation(NPC, 150.55, 6.9, -123.41, 2, 0)
  78. MovementLoopAddLocation(NPC, 140.04, 6.87, -114.18, 2, 0)
  79. MovementLoopAddLocation(NPC, 131.06, 7, -115.23, 2, 0)
  80. MovementLoopAddLocation(NPC, 140.41, 6.86, -114.72, 2, 0)
  81. MovementLoopAddLocation(NPC, 143.94, 6.8, -117.69, 2, 0)
  82. MovementLoopAddLocation(NPC, 150.86, 6.96, -125.6, 2, 0)
  83. MovementLoopAddLocation(NPC, 151.8, 7.28, -167.07, 2, 0)
  84. MovementLoopAddLocation(NPC, 146.89, 7.47, -172.74, 2, 0)
  85. MovementLoopAddLocation(NPC, 137.06, 6.95, -171.23, 2, 0)
  86. MovementLoopAddLocation(NPC, 127.79, 6.96, -163.01, 2, 0)
  87. MovementLoopAddLocation(NPC, 128.75, 7, -125.45, 2, 0)
  88. MovementLoopAddLocation(NPC, 128.41, 6.76, -135.14, 2, 0)
  89. MovementLoopAddLocation(NPC, 128.83, 7.35, -161.87, 2, 0)
  90. MovementLoopAddLocation(NPC, 135.07, 6.85, -170.8, 2, 0)
  91. MovementLoopAddLocation(NPC, 147.16, 7.36, -172.89, 2, 0)
  92. MovementLoopAddLocation(NPC, 151.34, 7.35, -166.48, 2, 0)
  93. MovementLoopAddLocation(NPC, 151.57, 7.04, -146.63, 2, 0)
  94. MovementLoopAddLocation(NPC, 153.96, 7.08, -144.9, 2, 0)
  95. MovementLoopAddLocation(NPC, 153.48, 7.11, -138.98, 2, 0)
  96. MovementLoopAddLocation(NPC, 162.52, 7.06, -139.05, 2, 0)
  97. MovementLoopAddLocation(NPC, 181.83, 6.93, -156.1, 2, 0)
  98. MovementLoopAddLocation(NPC, 182.57, 6.93, -167.81, 2, 0)
  99. end