atriggerfish425789.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425789.lua
  3. Script Purpose : Waypoint Path for atriggerfish425789.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:56
  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, 99.38, -12.03, -39.76, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 79.17, -11.42, -46.96, 2, 0)
  19. MovementLoopAddLocation(NPC, 75.67, -11.52, -49.19, 2, 0)
  20. MovementLoopAddLocation(NPC, 72.76, -11.75, -50.81, 2, 0)
  21. MovementLoopAddLocation(NPC, 67.75, -11.92, -55.24, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 64.23, -12.01, -80.67, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 59.75, -11.02, -54.7, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 75.6, -11.03, -63.71, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 75.52, -10.43, -54.39, 2, 0)
  26. MovementLoopAddLocation(NPC, 77.52, -10.7, -42.34, 2, 0)
  27. MovementLoopAddLocation(NPC, 80, -11.56, -36.53, 2, 0)
  28. MovementLoopAddLocation(NPC, 87.25, -12.34, -26.97, 2, 0)
  29. MovementLoopAddLocation(NPC, 88.21, -11.98, -23.97, 2, 0)
  30. MovementLoopAddLocation(NPC, 90.71, -11.92, -19.9, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 79.33, -11.47, -31.67, 2, 0)
  32. MovementLoopAddLocation(NPC, 72.7, -10.43, -39.52, 2, 0)
  33. MovementLoopAddLocation(NPC, 66.9, -10.31, -44.6, 2, 0)
  34. MovementLoopAddLocation(NPC, 61.04, -10.64, -48.06, 2, 0)
  35. MovementLoopAddLocation(NPC, 54.56, -10.58, -47.64, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 67.38, -11.03, -44.27, 2, 0)
  37. MovementLoopAddLocation(NPC, 72.65, -11.11, -40.87, 2, 0)
  38. MovementLoopAddLocation(NPC, 78.49, -11.5, -32.68, 2, 0)
  39. MovementLoopAddLocation(NPC, 86.61, -11.79, -25.43, 2, 0)
  40. MovementLoopAddLocation(NPC, 92.9, -12.03, -22.01, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 86.23, -12, -35.01, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 80.48, -10.38, -44.21, 2, 0)
  43. MovementLoopAddLocation(NPC, 77.14, -10.32, -51.11, 2, 0)
  44. MovementLoopAddLocation(NPC, 75.29, -10.19, -53.76, 2, 0)
  45. MovementLoopAddLocation(NPC, 74.65, -11.06, -58.65, 2, 0)
  46. MovementLoopAddLocation(NPC, 72.03, -11.42, -61.18, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 76.03, -10.44, -52.14, 2, 0)
  48. MovementLoopAddLocation(NPC, 78.28, -10.21, -50.11, 2, 0)
  49. MovementLoopAddLocation(NPC, 81.07, -10.2, -47.97, 2, 0)
  50. MovementLoopAddLocation(NPC, 90.54, -11.43, -44.17, 2, 0)
  51. MovementLoopAddLocation(NPC, 94.71, -11.79, -42.21, 2, 0)
  52. end