atriggerfish425798.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425798.lua
  3. Script Purpose : Waypoint Path for atriggerfish425798.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:33
  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, 25.41, -15.03, -26.07, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 31.29, -14.43, -24.48, 2, 0)
  19. MovementLoopAddLocation(NPC, 40.96, -12.26, -15.07, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 58.74, -12.53, -13.37, 2, 0)
  21. MovementLoopAddLocation(NPC, 63.51, -12.47, -14.09, 2, 0)
  22. MovementLoopAddLocation(NPC, 66.1, -11.93, -15.61, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 56.37, -12.4, -17.24, 2, 0)
  24. MovementLoopAddLocation(NPC, 46.51, -12.99, -20.84, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 44.31, -13.08, -24.51, 2, 0)
  26. MovementLoopAddLocation(NPC, 25.88, -11.14, -45.26, 2, 0)
  27. MovementLoopAddLocation(NPC, 12.23, -11.17, -65.63, 2, 0)
  28. MovementLoopAddLocation(NPC, 9.82, -11.36, -70.71, 2, 0)
  29. MovementLoopAddLocation(NPC, 6.84, -11.86, -73.13, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 6.64, -12.74, -67.63, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 5.47, -12.27, -64.3, 2, 0)
  32. MovementLoopAddLocation(NPC, 1.56, -12.39, -47.72, 2, 0)
  33. MovementLoopAddLocation(NPC, 1.25, -12.87, -44.9, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 3.41, -12.45, -41.5, 2, 0)
  35. MovementLoopAddLocation(NPC, 6, -12.38, -36.02, 2, 0)
  36. MovementLoopAddLocation(NPC, 16.05, -12.46, -23.98, 2, 0)
  37. MovementLoopAddLocation(NPC, 22.28, -13.8, -14.99, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 42.42, -12.46, -12.24, 2, 0)
  39. MovementLoopAddLocation(NPC, 53.08, -12, -12.24, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 57.93, -12.51, -14.12, 2, 0)
  41. MovementLoopAddLocation(NPC, 62.03, -13.39, -15.03, 2, 0)
  42. MovementLoopAddLocation(NPC, 64.44, -13.62, -14.33, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 47.41, -13.05, -18.77, 2, 0)
  44. MovementLoopAddLocation(NPC, 41.73, -13.23, -20.36, 2, 0)
  45. MovementLoopAddLocation(NPC, 31.2, -14.39, -24.88, 2, 0)
  46. end