atriggerfish425766.lua 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425766.lua
  3. Script Purpose : Waypoint Path for atriggerfish425766.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:02
  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, -8.15, -11.93, -60.29, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -17.77, -11.25, -53.41, 2, 0)
  19. MovementLoopAddLocation(NPC, -29.96, -10.58, -43.73, 2, 0)
  20. MovementLoopAddLocation(NPC, -34.93, -11.69, -35.62, 2, 0)
  21. MovementLoopAddLocation(NPC, -38.65, -12.06, -34.01, 2, 0)
  22. MovementLoopAddLocation(NPC, -41.31, -12.08, -34.02, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -30.45, -12.25, -26.33, 2, 0)
  24. MovementLoopAddLocation(NPC, -21.68, -12.13, -23.16, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -12.49, -11.6, -30.51, 2, 0)
  26. MovementLoopAddLocation(NPC, -10.49, -11.64, -32.78, 2, 0)
  27. MovementLoopAddLocation(NPC, -2.76, -11.94, -34.51, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -20.02, -11.49, -37.18, 2, 0)
  29. MovementLoopAddLocation(NPC, -29.87, -12.31, -38.82, 2, 0)
  30. MovementLoopAddLocation(NPC, -39.16, -12.89, -41.46, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -39.93, -11.42, -49.33, 2, 0)
  32. MovementLoopAddLocation(NPC, -41.26, -11.29, -52.83, 2, 0)
  33. MovementLoopAddLocation(NPC, -44.6, -10.23, -67.68, 2, 0)
  34. MovementLoopAddLocation(NPC, -45.01, -10.2, -69.66, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -45.23, -10.44, -66.26, 2, 0)
  36. MovementLoopAddLocation(NPC, -38.87, -10.4, 8.94, 2, 0)
  37. MovementLoopAddLocation(NPC, -38.61, -11.91, 16.93, 2, 0)
  38. MovementLoopAddLocation(NPC, -38.03, -12.39, 20.37, 2, 0)
  39. MovementLoopAddLocation(NPC, -37.01, -12.61, 22.09, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -37.3, -13.16, 24.46, 2, 0)
  41. MovementLoopAddLocation(NPC, -38.78, -14.04, 27.51, 2, 0)
  42. MovementLoopAddLocation(NPC, -40.65, -13.87, 29.87, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -27.8, -13.93, 23.32, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -27.83, -12.98, 21.02, 2, 0)
  45. MovementLoopAddLocation(NPC, -27.72, -12.48, 18.45, 2, 0)
  46. MovementLoopAddLocation(NPC, -24.98, -11.76, 6.74, 2, 0)
  47. MovementLoopAddLocation(NPC, -24.09, -11.67, -3.53, 2, 0)
  48. MovementLoopAddLocation(NPC, -20.39, -12.05, -15.27, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -22.49, -11.59, -28.59, 2, 0)
  50. MovementLoopAddLocation(NPC, -22.14, -11.68, -36.29, 2, 0)
  51. MovementLoopAddLocation(NPC, -20.49, -11.96, -42.33, 2, 0)
  52. MovementLoopAddLocation(NPC, -20.26, -12.15, -45.48, 2, 0)
  53. MovementLoopAddLocation(NPC, -20.43, -11.96, -47.42, 2, math.random(10, 20))
  54. MovementLoopAddLocation(NPC, -18.88, -11.96, -48.08, 2, 0)
  55. MovementLoopAddLocation(NPC, -17.17, -11.54, -49.44, 2, 0)
  56. MovementLoopAddLocation(NPC, -11.01, -11.47, -57.65, 2, 0)
  57. MovementLoopAddLocation(NPC, -2.19, -12.34, -61.01, 2, math.random(10, 20))
  58. end