shriller16.lua 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. --[[
  2. Script Name : shriller16.lua
  3. Script Purpose : Waypoint Path for shriller16.lua
  4. Script Author : Devn00b
  5. Script Date : 06/11/2020 03:53:21 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, 16.97, -0.08, -175.12, 2, 0)
  18. MovementLoopAddLocation(NPC, 7.62, 0.42, -182.36, 2, 0)
  19. MovementLoopAddLocation(NPC, -1.67, -0.09, -182.14, 2, 0)
  20. MovementLoopAddLocation(NPC, -1.48, -0.16, -190.29, 2, 0)
  21. MovementLoopAddLocation(NPC, -4.7, -0.08, -192.98, 2, 0)
  22. MovementLoopAddLocation(NPC, 1.32, -0.06, -187.38, 2, 0)
  23. MovementLoopAddLocation(NPC, 1.48, -0.07, -192.2, 2, 0)
  24. MovementLoopAddLocation(NPC, -4.24, -0.11, -187.79, 2, 0)
  25. MovementLoopAddLocation(NPC, -1.51, -0.15, -190.14, 2, 0)
  26. MovementLoopAddLocation(NPC, -4.67, 0.15, -190.25, 2, 0)
  27. MovementLoopAddLocation(NPC, 0.4, -0.01, -190.27, 2, 0)
  28. MovementLoopAddLocation(NPC, -1.9, -0.12, -190.17, 2, 0)
  29. MovementLoopAddLocation(NPC, -2.06, -0.1, -183.57, 2, 0)
  30. MovementLoopAddLocation(NPC, -20.5, -0.18, -182.41, 2, 0)
  31. MovementLoopAddLocation(NPC, -39.67, -0.18, -172.67, 2, 0)
  32. MovementLoopAddLocation(NPC, -34.24, -0.18, -164.5, 2, 0)
  33. MovementLoopAddLocation(NPC, -34.05, 0.01, -151.9, 2, 0)
  34. MovementLoopAddLocation(NPC, -29.26, 0.41, -145.58, 2, 0)
  35. MovementLoopAddLocation(NPC, -12.34, -0.08, -146.22, 2, 0)
  36. MovementLoopAddLocation(NPC, -12.61, -0.03, -153.7, 2, 0)
  37. MovementLoopAddLocation(NPC, -12.07, -0.11, -148.54, 2, 0)
  38. MovementLoopAddLocation(NPC, -0.59, 0, -144.84, 2, 0)
  39. MovementLoopAddLocation(NPC, 1.62, -0.14, -141.6, 2, 0)
  40. MovementLoopAddLocation(NPC, 0.93, -0.1, -130.19, 2, 0)
  41. MovementLoopAddLocation(NPC, 0.54, -0.09, -107.85, 2, 0)
  42. MovementLoopAddLocation(NPC, -11.45, -0.09, -107.58, 2, 0)
  43. MovementLoopAddLocation(NPC, -13.26, -0.09, -119.99, 2, 0)
  44. MovementLoopAddLocation(NPC, 0.04, -0.09, -121.19, 2, 0)
  45. MovementLoopAddLocation(NPC, -0.43, -0.09, -110.32, 2, 0)
  46. MovementLoopAddLocation(NPC, 9.69, -0.09, -109.64, 2, 0)
  47. MovementLoopAddLocation(NPC, 26.77, 0.04, -110.14, 2, 0)
  48. MovementLoopAddLocation(NPC, 31.64, -0.09, -110.37, 2, 0)
  49. MovementLoopAddLocation(NPC, 36.4, -0.08, -115.06, 2, 0)
  50. MovementLoopAddLocation(NPC, 31.64, -0.09, -110.37, 2, 0)
  51. MovementLoopAddLocation(NPC, 26.77, 0.04, -110.14, 2, 0)
  52. MovementLoopAddLocation(NPC, 9.69, -0.09, -109.64, 2, 0)
  53. MovementLoopAddLocation(NPC, -0.43, -0.09, -110.32, 2, 0)
  54. MovementLoopAddLocation(NPC, 0.04, -0.09, -121.19, 2, 0)
  55. MovementLoopAddLocation(NPC, -13.26, -0.09, -119.99, 2, 0)
  56. MovementLoopAddLocation(NPC, -11.45, -0.09, -107.58, 2, 0)
  57. MovementLoopAddLocation(NPC, 0.54, -0.09, -107.85, 2, 0)
  58. MovementLoopAddLocation(NPC, 0.93, -0.1, -130.19, 2, 0)
  59. MovementLoopAddLocation(NPC, 1.62, -0.14, -141.6, 2, 0)
  60. MovementLoopAddLocation(NPC, -0.59, 0, -144.84, 2, 0)
  61. MovementLoopAddLocation(NPC, -12.07, -0.11, -148.54, 2, 0)
  62. MovementLoopAddLocation(NPC, -12.61, -0.03, -153.7, 2, 0)
  63. MovementLoopAddLocation(NPC, -12.34, -0.08, -146.22, 2, 0)
  64. MovementLoopAddLocation(NPC, -29.26, 0.41, -145.58, 2, 0)
  65. MovementLoopAddLocation(NPC, -34.05, 0.01, -151.9, 2, 0)
  66. MovementLoopAddLocation(NPC, -34.24, -0.18, -164.5, 2, 0)
  67. MovementLoopAddLocation(NPC, -39.67, -0.18, -172.67, 2, 0)
  68. MovementLoopAddLocation(NPC, -20.5, -0.18, -182.41, 2, 0)
  69. MovementLoopAddLocation(NPC, -2.06, -0.1, -183.57, 2, 0)
  70. MovementLoopAddLocation(NPC, -1.9, -0.12, -190.17, 2, 0)
  71. MovementLoopAddLocation(NPC, 0.4, -0.01, -190.27, 2, 0)
  72. MovementLoopAddLocation(NPC, -4.67, 0.15, -190.25, 2, 0)
  73. MovementLoopAddLocation(NPC, -1.51, -0.15, -190.14, 2, 0)
  74. MovementLoopAddLocation(NPC, -4.24, -0.11, -187.79, 2, 0)
  75. MovementLoopAddLocation(NPC, 1.48, -0.07, -192.2, 2, 0)
  76. MovementLoopAddLocation(NPC, 1.32, -0.06, -187.38, 2, 0)
  77. MovementLoopAddLocation(NPC, -4.7, -0.08, -192.98, 2, 0)
  78. MovementLoopAddLocation(NPC, -1.48, -0.16, -190.29, 2, 0)
  79. MovementLoopAddLocation(NPC, -1.67, -0.09, -182.14, 2, 0)
  80. MovementLoopAddLocation(NPC, 7.62, 0.42, -182.36, 2, 0)
  81. MovementLoopAddLocation(NPC, 16.97, -0.08, -175.12, 2, 0)
  82. end