atriggerfish426764.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426764.lua
  3. Script Purpose : Waypoint Path for atriggerfish426764.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:44
  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.93, -59.48, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -52.01, -11.72, -55.77, 2, 0)
  19. MovementLoopAddLocation(NPC, -60.21, -11.26, -52.16, 2, 0)
  20. MovementLoopAddLocation(NPC, -68.57, -10.38, -44.03, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -59.89, -10.55, -44.5, 2, 0)
  22. MovementLoopAddLocation(NPC, -50.81, -10.2, -34.48, 2, 0)
  23. MovementLoopAddLocation(NPC, -48.1, -10.17, -28.48, 2, 0)
  24. MovementLoopAddLocation(NPC, -45.07, -10.2, -24.42, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -39.92, -10.62, -35.64, 2, 0)
  26. MovementLoopAddLocation(NPC, -37.8, -11.38, -40.37, 2, 0)
  27. MovementLoopAddLocation(NPC, -34.24, -11.26, -45.42, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -10.28, -11.83, -37.74, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -7.66, -10.66, -32.74, 2, 0)
  30. MovementLoopAddLocation(NPC, -7.1, -10.4, -23.11, 2, 0)
  31. MovementLoopAddLocation(NPC, -8.48, -12.53, -14.06, 2, 0)
  32. MovementLoopAddLocation(NPC, -7.4, -13.26, -8.78, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -15.15, -11.81, -4.11, 2, 0)
  34. MovementLoopAddLocation(NPC, -23.49, -11.97, 7.03, 2, 0)
  35. MovementLoopAddLocation(NPC, -26.37, -12.47, 11.34, 2, 0)
  36. MovementLoopAddLocation(NPC, -27.8, -12.99, 18.89, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -25.78, -11.6, 1.12, 2, 0)
  38. MovementLoopAddLocation(NPC, -24.15, -11.52, -17.02, 2, 0)
  39. MovementLoopAddLocation(NPC, -19.62, -11.94, -22.6, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -27.25, -12.45, -29.13, 2, 0)
  41. MovementLoopAddLocation(NPC, -32.45, -12.77, -34.37, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -34.75, -13.07, -40.28, 2, 0)
  43. MovementLoopAddLocation(NPC, -36.46, -12.07, -42.74, 2, 0)
  44. MovementLoopAddLocation(NPC, -42.04, -10.48, -47.71, 2, 0)
  45. MovementLoopAddLocation(NPC, -44, -10.39, -49.09, 2, 0)
  46. MovementLoopAddLocation(NPC, -47.67, -10.26, -55.16, 2, 0)
  47. MovementLoopAddLocation(NPC, -52.59, -10.39, -59.89, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, -51.23, -10.69, -59.33, 2, 0)
  49. MovementLoopAddLocation(NPC, -46.83, -11.88, -59.38, 2, 0)
  50. end