atriggerfish426840.lua 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426840.lua
  3. Script Purpose : Waypoint Path for atriggerfish426840.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:01
  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, -44.07, -11.03, -54.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -26.13, -10.26, -55.84, 2, 0)
  19. MovementLoopAddLocation(NPC, -7.42, -11.41, -53.09, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -20.98, -10.52, -51.71, 2, 0)
  21. MovementLoopAddLocation(NPC, -43.6, -10.95, -34.95, 2, 0)
  22. MovementLoopAddLocation(NPC, -51.93, -10.44, -25.74, 2, 0)
  23. MovementLoopAddLocation(NPC, -53.73, -10.42, -23.13, 2, 0)
  24. MovementLoopAddLocation(NPC, -62.01, -10.2, -16.41, 2, 0)
  25. MovementLoopAddLocation(NPC, -67.28, -10.21, -8.98, 2, 0)
  26. MovementLoopAddLocation(NPC, -74.14, -10.19, -3.17, 2, 0)
  27. MovementLoopAddLocation(NPC, -79.36, -11.12, 0.02, 2, 0)
  28. MovementLoopAddLocation(NPC, -84.06, -11.32, 5.99, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -76.27, -10.53, 1.46, 2, 0)
  30. MovementLoopAddLocation(NPC, -69.29, -10.47, 1.46, 2, 0)
  31. MovementLoopAddLocation(NPC, -61.71, -10.41, 0.59, 2, 0)
  32. MovementLoopAddLocation(NPC, -48.89, -10.47, -4.68, 2, 0)
  33. MovementLoopAddLocation(NPC, -40.11, -10.41, -8.96, 2, 0)
  34. MovementLoopAddLocation(NPC, -27.99, -10.58, -11.52, 2, 0)
  35. MovementLoopAddLocation(NPC, -22.75, -11.58, -14.58, 2, 0)
  36. MovementLoopAddLocation(NPC, -20.12, -11.88, -15.26, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -14.2, -12.3, -17.65, 2, 0)
  38. MovementLoopAddLocation(NPC, -7.91, -12.02, -21.8, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -16.32, -11.36, -33.32, 2, 0)
  40. MovementLoopAddLocation(NPC, -20.55, -11.57, -37.88, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -18.15, -11.48, -42.71, 2, 0)
  42. MovementLoopAddLocation(NPC, -15.8, -11.37, -49.43, 2, 0)
  43. MovementLoopAddLocation(NPC, -5.57, -11.94, -66.76, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -8.01, -11.55, -58.07, 2, 0)
  45. MovementLoopAddLocation(NPC, -17.53, -11.47, -37.05, 2, 0)
  46. MovementLoopAddLocation(NPC, -21.21, -12.05, -33.8, 2, 0)
  47. MovementLoopAddLocation(NPC, -22.87, -12.37, -31.43, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, -16.45, -12.05, -32.31, 2, 0)
  49. MovementLoopAddLocation(NPC, -3.27, -11.97, -28.04, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, -16.67, -11.57, -24.41, 2, 0)
  51. MovementLoopAddLocation(NPC, -21.88, -11.74, -21.25, 2, 0)
  52. MovementLoopAddLocation(NPC, -25.44, -12, -18.43, 2, math.random(10, 20))
  53. MovementLoopAddLocation(NPC, -15.87, -11.58, -32.99, 2, 0)
  54. MovementLoopAddLocation(NPC, -12.64, -11.97, -38.52, 2, math.random(10, 20))
  55. MovementLoopAddLocation(NPC, -18.71, -12.16, -37.58, 2, 0)
  56. MovementLoopAddLocation(NPC, -21.23, -12.35, -36.84, 2, 0)
  57. MovementLoopAddLocation(NPC, -33.42, -11.99, -31.42, 2, math.random(10, 20))
  58. MovementLoopAddLocation(NPC, -33.53, -12.35, -36.02, 2, 0)
  59. MovementLoopAddLocation(NPC, -34.76, -12.42, -41.25, 2, 0)
  60. MovementLoopAddLocation(NPC, -37.17, -11.61, -48.17, 2, 0)
  61. end