shriller11.lua 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. --[[
  2. Script Name : shriller11.lua
  3. Script Purpose : Waypoint Path for shriller11.lua
  4. Script Author : Devn00b
  5. Script Date : 06/09/2020 12:41:46 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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 28.76, -0.23, -34.1, 2, 0)
  18. MovementLoopAddLocation(NPC, 36.27, -0.17, -29.74, 2, 0)
  19. MovementLoopAddLocation(NPC, 58.88, -0.59, -30.01, 2, 0)
  20. MovementLoopAddLocation(NPC, 71.12, -0.07, -31.63, 2, 0)
  21. MovementLoopAddLocation(NPC, 58.86, -0.59, -31.23, 2, 0)
  22. MovementLoopAddLocation(NPC, 31.5, -0.09, -30.61, 2, 0)
  23. MovementLoopAddLocation(NPC, 21.02, -0.15, -44.81, 2, 0)
  24. MovementLoopAddLocation(NPC, 14.88, 0.43, -46.59, 2, 0)
  25. MovementLoopAddLocation(NPC, 9.23, -0.22, -45.24, 2, 0)
  26. MovementLoopAddLocation(NPC, 4.92, 0.34, -39.61, 2, 0)
  27. MovementLoopAddLocation(NPC, 4.85, -0.15, -31.04, 2, 0)
  28. MovementLoopAddLocation(NPC, -1.88, -0.24, -28.38, 2, 0)
  29. MovementLoopAddLocation(NPC, -9.16, -0.15, -30.64, 2, 0)
  30. MovementLoopAddLocation(NPC, -14.91, -0.11, -36.34, 2, 0)
  31. MovementLoopAddLocation(NPC, -12.94, 0.35, -44.8, 2, 0)
  32. MovementLoopAddLocation(NPC, -8, 0.51, -49.4, 2, 0)
  33. MovementLoopAddLocation(NPC, -5.71, -0.05, -52.27, 2, 0)
  34. MovementLoopAddLocation(NPC, -5.35, 0.04, -58.06, 2, 0)
  35. MovementLoopAddLocation(NPC, -5.57, -0.09, -63.15, 2, 0)
  36. MovementLoopAddLocation(NPC, -13.03, -0.09, -63.39, 2, 0)
  37. MovementLoopAddLocation(NPC, -12.66, -0.09, -76.02, 2, 0)
  38. MovementLoopAddLocation(NPC, -2.4, -0.09, -76.03, 2, 0)
  39. MovementLoopAddLocation(NPC, -2.57, -0.09, -86.01, 2, 0)
  40. MovementLoopAddLocation(NPC, -1.57, 0.2, -91.67, 2, 0)
  41. MovementLoopAddLocation(NPC, -1.31, -0.09, -97.4, 2, 0)
  42. MovementLoopAddLocation(NPC, -10.09, -0.09, -97.9, 2, 0)
  43. MovementLoopAddLocation(NPC, -11.09, -0.09, -108.85, 2, 0)
  44. MovementLoopAddLocation(NPC, 1.72, -0.09, -110.3, 2, 0)
  45. MovementLoopAddLocation(NPC, 26.6, 0.04, -110.27, 2, 0)
  46. MovementLoopAddLocation(NPC, 32.02, -0.1, -110.42, 2, 0)
  47. MovementLoopAddLocation(NPC, 36.63, -0.1, -115.63, 2, 0)
  48. MovementLoopAddLocation(NPC, 36.65, 0.04, -122.88, 2, 0)
  49. MovementLoopAddLocation(NPC, 35.5, -0.08, -127.65, 2, 0)
  50. MovementLoopAddLocation(NPC, 29.38, -0.04, -135.11, 2, 0)
  51. MovementLoopAddLocation(NPC, 16.08, -0.06, -135.05, 2, 0)
  52. MovementLoopAddLocation(NPC, 16.03, -0.13, -174.16, 2, 0)
  53. MovementLoopAddLocation(NPC, 16.08, -0.06, -135.05, 2, 0)
  54. MovementLoopAddLocation(NPC, 29.38, -0.04, -135.11, 2, 0)
  55. MovementLoopAddLocation(NPC, 35.5, -0.08, -127.65, 2, 0)
  56. MovementLoopAddLocation(NPC, 36.65, 0.04, -122.88, 2, 0)
  57. MovementLoopAddLocation(NPC, 36.63, -0.1, -115.63, 2, 0)
  58. MovementLoopAddLocation(NPC, 32.02, -0.1, -110.42, 2, 0)
  59. MovementLoopAddLocation(NPC, 26.6, 0.04, -110.27, 2, 0)
  60. MovementLoopAddLocation(NPC, 1.72, -0.09, -110.3, 2, 0)
  61. MovementLoopAddLocation(NPC, -11.09, -0.09, -108.85, 2, 0)
  62. MovementLoopAddLocation(NPC, -10.09, -0.09, -97.9, 2, 0)
  63. MovementLoopAddLocation(NPC, -1.31, -0.09, -97.4, 2, 0)
  64. MovementLoopAddLocation(NPC, -1.57, 0.2, -91.67, 2, 0)
  65. MovementLoopAddLocation(NPC, -2.57, -0.09, -86.01, 2, 0)
  66. MovementLoopAddLocation(NPC, -2.4, -0.09, -76.03, 2, 0)
  67. MovementLoopAddLocation(NPC, -12.66, -0.09, -76.02, 2, 0)
  68. MovementLoopAddLocation(NPC, -13.03, -0.09, -63.39, 2, 0)
  69. MovementLoopAddLocation(NPC, -5.57, -0.09, -63.15, 2, 0)
  70. MovementLoopAddLocation(NPC, -5.35, 0.04, -58.06, 2, 0)
  71. MovementLoopAddLocation(NPC, -5.71, -0.05, -52.27, 2, 0)
  72. MovementLoopAddLocation(NPC, -8, 0.51, -49.4, 2, 0)
  73. MovementLoopAddLocation(NPC, -12.94, 0.35, -44.8, 2, 0)
  74. MovementLoopAddLocation(NPC, -14.91, -0.11, -36.34, 2, 0)
  75. MovementLoopAddLocation(NPC, -9.16, -0.15, -30.64, 2, 0)
  76. MovementLoopAddLocation(NPC, -1.88, -0.24, -28.38, 2, 0)
  77. MovementLoopAddLocation(NPC, 4.85, -0.15, -31.04, 2, 0)
  78. MovementLoopAddLocation(NPC, 4.92, 0.34, -39.61, 2, 0)
  79. MovementLoopAddLocation(NPC, 9.23, -0.22, -45.24, 2, 0)
  80. MovementLoopAddLocation(NPC, 14.88, 0.43, -46.59, 2, 0)
  81. MovementLoopAddLocation(NPC, 21.02, -0.15, -44.81, 2, 0)
  82. MovementLoopAddLocation(NPC, 31.5, -0.09, -30.61, 2, 0)
  83. MovementLoopAddLocation(NPC, 58.86, -0.59, -31.23, 2, 0)
  84. MovementLoopAddLocation(NPC, 71.12, -0.07, -31.63, 2, 0)
  85. MovementLoopAddLocation(NPC, 58.88, -0.59, -30.01, 2, 0)
  86. MovementLoopAddLocation(NPC, 36.27, -0.17, -29.74, 2, 0)
  87. MovementLoopAddLocation(NPC, 28.76, -0.23, -34.1, 2, 0)
  88. end