atriggerfish425823.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425823.lua
  3. Script Purpose : Waypoint Path for atriggerfish425823.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:27:36
  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, -6.27, -13.08, 43.63, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -10.26, -12.82, 42.5, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -3.64, -12.96, 30.37, 2, 0)
  20. MovementLoopAddLocation(NPC, -0.35, -13.03, 22.03, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -6.32, -13.08, 26.68, 2, 0)
  22. MovementLoopAddLocation(NPC, -13.9, -12.63, 29.95, 2, 0)
  23. MovementLoopAddLocation(NPC, -18.51, -11.92, 30.92, 2, 0)
  24. MovementLoopAddLocation(NPC, -21.98, -11.62, 30.62, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 18.01, -13.8, 30.84, 2, 0)
  26. MovementLoopAddLocation(NPC, 23.05, -13.64, 31.99, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 13.9, -12.95, 42.7, 2, 0)
  28. MovementLoopAddLocation(NPC, 1.13, -10.78, 67.58, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 40.01, -10.43, 85.41, 2, 0)
  30. MovementLoopAddLocation(NPC, 45.05, -11.21, 90.8, 2, 0)
  31. MovementLoopAddLocation(NPC, 47.74, -11.42, 92.48, 2, 0)
  32. MovementLoopAddLocation(NPC, 56.07, -11.87, 96.46, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 43.41, -11.34, 77.6, 2, 0)
  34. MovementLoopAddLocation(NPC, 36.12, -11.16, 68.3, 2, 0)
  35. MovementLoopAddLocation(NPC, 21.32, -12.48, 47.27, 2, 0)
  36. MovementLoopAddLocation(NPC, 16.63, -12.47, 42.73, 2, 0)
  37. MovementLoopAddLocation(NPC, 13.79, -13.36, 38.48, 2, 0)
  38. MovementLoopAddLocation(NPC, 9.51, -13.42, 34.21, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 14.04, -13.43, 36.92, 2, 0)
  40. MovementLoopAddLocation(NPC, 17.53, -13.38, 39.4, 2, 0)
  41. MovementLoopAddLocation(NPC, 27.9, -13.14, 43.83, 2, 0)
  42. MovementLoopAddLocation(NPC, 39.69, -12.53, 50.58, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 47.26, -11.45, 61.38, 2, 0)
  44. MovementLoopAddLocation(NPC, 58.8, -10.48, 70.5, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, 39.03, -11.38, 63.73, 2, 0)
  46. MovementLoopAddLocation(NPC, 15.17, -12.36, 54.87, 2, 0)
  47. MovementLoopAddLocation(NPC, 8.84, -13.24, 51.38, 2, 0)
  48. MovementLoopAddLocation(NPC, 5.54, -13.38, 48.79, 2, 0)
  49. MovementLoopAddLocation(NPC, -4.03, -12.93, 43.84, 2, 0)
  50. MovementLoopAddLocation(NPC, -13.85, -13.03, 38.31, 2, math.random(10, 20))
  51. MovementLoopAddLocation(NPC, -10.89, -13.21, 38.45, 2, 0)
  52. end