Slaverjaw.lua 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. --[[
  2. Script Name : SpawnScripts/Caves/Slaverjaw.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.5.6
  5. :
  6. --]]
  7. function spawn(NPC)
  8. waypoints(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. end
  15. function waypoints(NPC)
  16. MovementLoopAddLocation(NPC, 39.98, 38.67, -118.45, 1, 6)
  17. MovementLoopAddLocation(NPC, 40.11, 37.93, -104.9, 1, 0)
  18. MovementLoopAddLocation(NPC, 38.73, 38.19, -91.31, 1, 6)
  19. MovementLoopAddLocation(NPC, 38.03, 38.4, -83.47, 1, 0)
  20. MovementLoopAddLocation(NPC, 27.81, 37.87, -75.09, 1, 0)
  21. MovementLoopAddLocation(NPC, 17.27, 37.8, -68.93,1, 0)
  22. MovementLoopAddLocation(NPC, 6.73, 37.87, -62.77, 1, 0)
  23. MovementLoopAddLocation(NPC, -0.92, 37.87, -58.3, 1, 0)
  24. MovementLoopAddLocation(NPC, 3.71, 37.63, -50.32, 1, 6)
  25. MovementLoopAddLocation(NPC, 7.51, 37.14, -47.11, 1, 0)
  26. MovementLoopAddLocation(NPC, 10.52, 37.87, -60.01, 1, 0)
  27. MovementLoopAddLocation(NPC, 18.13, 37.87, -86.82, 1, 0)
  28. MovementLoopAddLocation(NPC, 23.21, 37.45, -98.66, 1, 0)
  29. MovementLoopAddLocation(NPC, 28.82, 38.44, -85.74, 1, 0)
  30. MovementLoopAddLocation(NPC, 36.21, 37.87, -71.82, 1, 0)
  31. MovementLoopAddLocation(NPC, 44.32, 37.98, -67.47, 1, 6)
  32. MovementLoopAddLocation(NPC, 55.94, 38.14, -70.69, 1, 0)
  33. MovementLoopAddLocation(NPC, 62.55, 37.77, -75.56, 1, 0)
  34. MovementLoopAddLocation(NPC, 68.47, 36.97, -77.38, 1, 0)
  35. MovementLoopAddLocation(NPC, 74.24, 36.19, -76.6, 1, 10)
  36. MovementLoopAddLocation(NPC, 78.53, 35.58, -72.27, 1, 0)
  37. MovementLoopAddLocation(NPC, 79.97, 34.5, -65.91, 1, 0)
  38. MovementLoopAddLocation(NPC, 78.85, 31.96, -60.98, 1, 0)
  39. MovementLoopAddLocation(NPC, 74.26, 29.03, -55.63, 1, 0)
  40. MovementLoopAddLocation(NPC, 69.88, 28.18, -54.1, 1, 0)
  41. MovementLoopAddLocation(NPC, 62.62, 25.95, -59.98, 1, 0)
  42. MovementLoopAddLocation(NPC, 58.56, 24.39, -68.85, 1, 0)
  43. MovementLoopAddLocation(NPC, 57.89, 24.17, -71.35, 1, 0)
  44. MovementLoopAddLocation(NPC, 61.84, 20.89, -78.48, 1, 0)
  45. MovementLoopAddLocation(NPC, 64.77, 18, -85.6, 1, 5)
  46. MovementLoopAddLocation(NPC, 65.87, 16.03, -91.39, 1, 0)
  47. MovementLoopAddLocation(NPC, 60.52, 12.33, -103.95, 1, 6)
  48. MovementLoopAddLocation(NPC, 56.79, 12.36, -103.16, 1, 0)
  49. MovementLoopAddLocation(NPC, 53.18, 12.38, -98.18, 1, 0)
  50. MovementLoopAddLocation(NPC, 55.05, 12.38, -91.6, 1, 0)
  51. MovementLoopAddLocation(NPC, 45.34, 12.38, -99.6, 1, 0)
  52. MovementLoopAddLocation(NPC, 38.18, 12.38, -107.62, 1, 0)
  53. MovementLoopAddLocation(NPC, 43.68, 12.38, -113.29, 1, 0)
  54. MovementLoopAddLocation(NPC, 52.64, 12.97, -111.25,1, 0)
  55. MovementLoopAddLocation(NPC, 59.17, 12.3, -108.31, 1, 0)
  56. MovementLoopAddLocation(NPC, 62.71, 13.97, -97.85, 1, 0)
  57. MovementLoopAddLocation(NPC, 66.1, 17.01, -88.05, 1, 0)
  58. MovementLoopAddLocation(NPC, 62.79, 20.71, -78.85, 1, 0)
  59. MovementLoopAddLocation(NPC, 57.46, 24.24, -71.06, 1, 0)
  60. MovementLoopAddLocation(NPC, 61.91, 25.64, -60.95, 1, 0)
  61. MovementLoopAddLocation(NPC, 70.49, 28.26, -54.72, 1, 0)
  62. MovementLoopAddLocation(NPC, 74.36, 29.15, -55.83, 1, 6)
  63. MovementLoopAddLocation(NPC, 80.23, 34.39, -65.07, 1, 0)
  64. MovementLoopAddLocation(NPC, 77.95, 35.69, -72.73, 1, 0)
  65. MovementLoopAddLocation(NPC, 72.35, 36.31, -76.77, 1, 0)
  66. MovementLoopAddLocation(NPC, 64.48, 37.53, -76.44, 1, 0)
  67. MovementLoopAddLocation(NPC, 50.51, 37.91, -68.14, 1, 0)
  68. MovementLoopAddLocation(NPC, 38.56, 38.19, -66.6,1, 0)
  69. MovementLoopAddLocation(NPC, 43.55, 37.87, -93.1, 1, 0)
  70. end