pugnacious.lua 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. --[[
  2. Script Name : pugnacious.lua
  3. Script Purpose : Waypoint Path for pugnacious.lua
  4. Script Author : Devn00b
  5. Script Date : 04/11/2020 09:32:54 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. waypoints(NPC)
  11. SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange")
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. GenericEcologyHail(NPC, Spawn, faction)
  16. end
  17. function InRange(NPC,Spawn)
  18. GenericEcologyCallout(NPC, Spawn, faction)
  19. end
  20. function respawn(NPC)
  21. spawn(NPC)
  22. end
  23. function waypoints(NPC)
  24. MovementLoopAddLocation(NPC, 288.82, -13.31, 105.06, 2, 0)
  25. MovementLoopAddLocation(NPC, 285.11, -13.16, 95.01, 2, 0)
  26. MovementLoopAddLocation(NPC, 294.37, -12.57, 76.54, 2, 0)
  27. MovementLoopAddLocation(NPC, 279.29, -13.89, 69.47, 2, 0)
  28. MovementLoopAddLocation(NPC, 257.13, -17.83, 59.39, 2, 0)
  29. MovementLoopAddLocation(NPC, 253.44, -19.4, 42.21, 2, 0)
  30. MovementLoopAddLocation(NPC, 254.53, -20.68, -0.3, 2, 0)
  31. MovementLoopAddLocation(NPC, 255.06, -21.26, -14.41, 2, 0)
  32. MovementLoopAddLocation(NPC, 256.89, -21.29, -15.02, 2, 0)
  33. MovementLoopAddLocation(NPC, 261.11, -21.33, -15.88, 2, 0)
  34. MovementLoopAddLocation(NPC, 264.69, -21.38, -14.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 268.72, -21.46, -12.23, 2, 0)
  36. MovementLoopAddLocation(NPC, 271.79, -21.4, -8.5, 2, 0)
  37. MovementLoopAddLocation(NPC, 274.69, -21.31, -3.97, 2, 0)
  38. MovementLoopAddLocation(NPC, 282.42, -21.39, 0.78, 2, 0)
  39. MovementLoopAddLocation(NPC, 287.74, -21.4, 2.54, 2, 0)
  40. MovementLoopAddLocation(NPC, 292.56, -21.31, 2.75, 2, 0)
  41. MovementLoopAddLocation(NPC, 297.25, -21.1, 1.44, 2, 0)
  42. MovementLoopAddLocation(NPC, 300.84, -20.93, -0.41, 2, 0)
  43. MovementLoopAddLocation(NPC, 310.91, -21.09, -6.08, 2, 0)
  44. MovementLoopAddLocation(NPC, 316.81, -21.19, -8.5, 2, 0)
  45. MovementLoopAddLocation(NPC, 330.05, -21, -12.05, 2, 0)
  46. MovementLoopAddLocation(NPC, 335.65, -21.04, -12.4, 2, 0)
  47. MovementLoopAddLocation(NPC, 364.26, -20.68, -14.98, 2, 0)
  48. MovementLoopAddLocation(NPC, 411.74, -12.19, -17.86, 2, 0)
  49. MovementLoopAddLocation(NPC, 454.71, -5, -17.83, 2, 0)
  50. MovementLoopAddLocation(NPC, 474.49, 3.5, -18.13, 2, 0)
  51. MovementLoopAddLocation(NPC, 482.7, 5, -22.81, 2, 0)
  52. MovementLoopAddLocation(NPC, 475.48, 3.5, -22.53, 2, 0)
  53. MovementLoopAddLocation(NPC, 453.89, -5, -22.43, 2, 0)
  54. MovementLoopAddLocation(NPC, 397.91, -16.4, -22.92, 2, 0)
  55. MovementLoopAddLocation(NPC, 393.63, -16.51, -40.43, 2, 0)
  56. MovementLoopAddLocation(NPC, 395.94, -15.78, -77.74, 2, 0)
  57. MovementLoopAddLocation(NPC, 397.03, -17.55, -97.11, 2, 0)
  58. MovementLoopAddLocation(NPC, 399.84, -22.64, -110, 2, 0)
  59. MovementLoopAddLocation(NPC, 408.14, -23.47, -127.91, 2, 0)
  60. MovementLoopAddLocation(NPC, 413.22, -21.82, -135.43, 2, 0)
  61. MovementLoopAddLocation(NPC, 423.59, -17.92, -152.63, 2, 0)
  62. MovementLoopAddLocation(NPC, 432.05, -16.9, -171.94, 2, 0)
  63. MovementLoopAddLocation(NPC, 435.84, -17.88, -192.27, 2, 0)
  64. MovementLoopAddLocation(NPC, 437.21, -20.56, -211.48, 2, 0)
  65. MovementLoopAddLocation(NPC, 435.35, -20.82, -270.21, 2, 0)
  66. MovementLoopAddLocation(NPC, 443.18, -20.33, -321.22, 2, 0)
  67. MovementLoopAddLocation(NPC, 435.35, -20.82, -270.21, 2, 0)
  68. MovementLoopAddLocation(NPC, 437.21, -20.56, -211.48, 2, 0)
  69. MovementLoopAddLocation(NPC, 435.84, -17.88, -192.27, 2, 0)
  70. MovementLoopAddLocation(NPC, 432.05, -16.9, -171.94, 2, 0)
  71. MovementLoopAddLocation(NPC, 423.59, -17.92, -152.63, 2, 0)
  72. MovementLoopAddLocation(NPC, 413.22, -21.82, -135.43, 2, 0)
  73. MovementLoopAddLocation(NPC, 408.14, -23.47, -127.91, 2, 0)
  74. MovementLoopAddLocation(NPC, 399.84, -22.64, -110, 2, 0)
  75. MovementLoopAddLocation(NPC, 397.03, -17.55, -97.11, 2, 0)
  76. MovementLoopAddLocation(NPC, 395.94, -15.78, -77.74, 2, 0)
  77. MovementLoopAddLocation(NPC, 393.63, -16.51, -40.43, 2, 0)
  78. MovementLoopAddLocation(NPC, 397.91, -16.4, -22.92, 2, 0)
  79. MovementLoopAddLocation(NPC, 453.89, -5, -22.43, 2, 0)
  80. MovementLoopAddLocation(NPC, 475.48, 3.5, -22.53, 2, 0)
  81. MovementLoopAddLocation(NPC, 482.7, 5, -22.81, 2, 0)
  82. MovementLoopAddLocation(NPC, 474.49, 3.5, -18.13, 2, 0)
  83. MovementLoopAddLocation(NPC, 454.71, -5, -17.83, 2, 0)
  84. MovementLoopAddLocation(NPC, 411.74, -12.19, -17.86, 2, 0)
  85. MovementLoopAddLocation(NPC, 364.26, -20.68, -14.98, 2, 0)
  86. MovementLoopAddLocation(NPC, 335.65, -21.04, -12.4, 2, 0)
  87. MovementLoopAddLocation(NPC, 330.05, -21, -12.05, 2, 0)
  88. MovementLoopAddLocation(NPC, 316.81, -21.19, -8.5, 2, 0)
  89. MovementLoopAddLocation(NPC, 310.91, -21.09, -6.08, 2, 0)
  90. MovementLoopAddLocation(NPC, 300.84, -20.93, -0.41, 2, 0)
  91. MovementLoopAddLocation(NPC, 297.25, -21.1, 1.44, 2, 0)
  92. MovementLoopAddLocation(NPC, 292.56, -21.31, 2.75, 2, 0)
  93. MovementLoopAddLocation(NPC, 287.74, -21.4, 2.54, 2, 0)
  94. MovementLoopAddLocation(NPC, 282.42, -21.39, 0.78, 2, 0)
  95. MovementLoopAddLocation(NPC, 274.69, -21.31, -3.97, 2, 0)
  96. MovementLoopAddLocation(NPC, 271.79, -21.4, -8.5, 2, 0)
  97. MovementLoopAddLocation(NPC, 268.72, -21.46, -12.23, 2, 0)
  98. MovementLoopAddLocation(NPC, 264.69, -21.38, -14.87, 2, 0)
  99. MovementLoopAddLocation(NPC, 261.11, -21.33, -15.88, 2, 0)
  100. MovementLoopAddLocation(NPC, 256.89, -21.29, -15.02, 2, 0)
  101. MovementLoopAddLocation(NPC, 255.06, -21.26, -14.41, 2, 0)
  102. MovementLoopAddLocation(NPC, 254.53, -20.68, -0.3, 2, 0)
  103. MovementLoopAddLocation(NPC, 253.44, -19.4, 42.21, 2, 0)
  104. MovementLoopAddLocation(NPC, 257.13, -17.83, 59.39, 2, 0)
  105. MovementLoopAddLocation(NPC, 279.29, -13.89, 69.47, 2, 0)
  106. MovementLoopAddLocation(NPC, 294.37, -12.57, 76.54, 2, 0)
  107. MovementLoopAddLocation(NPC, 285.11, -13.16, 95.01, 2, 0)
  108. MovementLoopAddLocation(NPC, 288.82, -13.31, 105.06, 2, 0)
  109. end