atriggerfish425816.lua 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425816.lua
  3. Script Purpose : Waypoint Path for atriggerfish425816.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:24:26
  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, 15.8, -12.98, 18.27, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 40.37, -12.12, 18.01, 2, 0)
  19. MovementLoopAddLocation(NPC, 52.82, -12.88, 18.24, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 52.87, -12.2, 20.41, 2, 0)
  21. MovementLoopAddLocation(NPC, 54.23, -11.72, 24.56, 2, 0)
  22. MovementLoopAddLocation(NPC, 56.29, -11.45, 36.35, 2, 0)
  23. MovementLoopAddLocation(NPC, 58.33, -11.97, 39.1, 2, 0)
  24. MovementLoopAddLocation(NPC, 60.09, -12.16, 40.73, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 65.74, -12.66, 40.09, 2, 0)
  26. MovementLoopAddLocation(NPC, 69, -12.75, 38.84, 2, 0)
  27. MovementLoopAddLocation(NPC, 72.57, -13.36, 35.3, 2, 0)
  28. MovementLoopAddLocation(NPC, 73.13, -13.89, 30.55, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 73.08, -13.55, 33.93, 2, 0)
  30. MovementLoopAddLocation(NPC, 70.69, -13.28, 37.06, 2, 0)
  31. MovementLoopAddLocation(NPC, 65.3, -13, 39.32, 2, 0)
  32. MovementLoopAddLocation(NPC, 62.98, -12.78, 40.8, 2, 0)
  33. MovementLoopAddLocation(NPC, 59.45, -12.52, 43.08, 2, 0)
  34. MovementLoopAddLocation(NPC, 53.21, -11.6, 43.39, 2, 0)
  35. MovementLoopAddLocation(NPC, 48.04, -11.62, 43.13, 2, 0)
  36. MovementLoopAddLocation(NPC, 44.26, -11.81, 41.7, 2, 0)
  37. MovementLoopAddLocation(NPC, 25.71, -13.88, 33.99, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 5.77, -12.42, 37.05, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 15.77, -13.37, 32.12, 2, 0)
  40. MovementLoopAddLocation(NPC, 18.81, -13.9, 31.02, 2, 0)
  41. MovementLoopAddLocation(NPC, 21.17, -13.93, 31.11, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 16.71, -13.59, 32.08, 2, 0)
  43. MovementLoopAddLocation(NPC, 4.03, -12.81, 38.42, 2, 0)
  44. MovementLoopAddLocation(NPC, -3.44, -12.12, 43.79, 2, 0)
  45. MovementLoopAddLocation(NPC, -8.58, -11.86, 46.82, 2, 0)
  46. MovementLoopAddLocation(NPC, -14.65, -11.93, 49.56, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -7.79, -12.07, 46.75, 2, 0)
  48. MovementLoopAddLocation(NPC, 2.56, -13.23, 42.94, 2, 0)
  49. MovementLoopAddLocation(NPC, 5.73, -13.83, 40.05, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, 5.54, -13.96, 43.43, 2, math.random(10, 20))
  51. end