atriggerfish425793.lua 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425793.lua
  3. Script Purpose : Waypoint Path for atriggerfish425793.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:19
  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, 31.87, -12.02, -83.54, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 47.06, -12.05, -70.94, 2, 0)
  19. MovementLoopAddLocation(NPC, 52.66, -12.08, -64.47, 2, 0)
  20. MovementLoopAddLocation(NPC, 54.07, -12.04, -60.22, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 53.59, -12.19, -62.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 52.74, -12.27, -63.95, 2, 0)
  23. MovementLoopAddLocation(NPC, 51.97, -12.07, -64.95, 2, 0)
  24. MovementLoopAddLocation(NPC, 51.66, -12.03, -66.13, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 45.11, -11.16, -69.03, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 51.95, -11.03, -65.35, 2, 0)
  27. MovementLoopAddLocation(NPC, 70.56, -11.11, -48.39, 2, 0)
  28. MovementLoopAddLocation(NPC, 74.69, -11.99, -45.24, 2, 0)
  29. MovementLoopAddLocation(NPC, 85.22, -12.94, -41.62, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 84.71, -12.31, -42.24, 2, 0)
  31. MovementLoopAddLocation(NPC, 80.11, -10.55, -45.21, 2, 0)
  32. MovementLoopAddLocation(NPC, 76.65, -10.3, -52.4, 2, 0)
  33. MovementLoopAddLocation(NPC, 75.07, -10.3, -59.33, 2, 0)
  34. MovementLoopAddLocation(NPC, 74.93, -10.59, -66.22, 2, 0)
  35. MovementLoopAddLocation(NPC, 71.63, -11.79, -73.09, 2, 0)
  36. MovementLoopAddLocation(NPC, 68.1, -12.17, -76.89, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 75.68, -10.36, -55.73, 2, 0)
  38. MovementLoopAddLocation(NPC, 77.28, -10.13, -51.18, 2, 0)
  39. MovementLoopAddLocation(NPC, 79.54, -10.2, -48.06, 2, 0)
  40. MovementLoopAddLocation(NPC, 85.55, -11.78, -43.97, 2, 0)
  41. MovementLoopAddLocation(NPC, 87.33, -12.57, -42.91, 2, 0)
  42. MovementLoopAddLocation(NPC, 94.1, -12.68, -44.1, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 87.35, -12.83, -43.77, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 83.76, -12.3, -44.11, 2, 0)
  45. MovementLoopAddLocation(NPC, 67.36, -11.19, -45.88, 2, 0)
  46. MovementLoopAddLocation(NPC, 63.84, -11.01, -45.67, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 87.6, -12.83, -37.61, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 78.64, -12.49, -42.38, 2, 0)
  49. MovementLoopAddLocation(NPC, 61.11, -11.96, -64.16, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, 43.41, -11.49, -75.14, 2, 0)
  51. MovementLoopAddLocation(NPC, 41.25, -11.23, -77.03, 2, 0)
  52. MovementLoopAddLocation(NPC, 38.19, -11.64, -80.5, 2, 0)
  53. end