atriggerfish425787.lua 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425787.lua
  3. Script Purpose : Waypoint Path for atriggerfish425787.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:10
  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, 61.1, -12, -76.41, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 56.61, -11.66, -79.74, 2, 0)
  19. MovementLoopAddLocation(NPC, 47.45, -11.29, -84.11, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 55.55, -11.43, -78.19, 2, 0)
  21. MovementLoopAddLocation(NPC, 66.1, -11.81, -66.86, 2, 0)
  22. MovementLoopAddLocation(NPC, 73.07, -12.11, -56.47, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 51.66, -11.98, -69.32, 2, 0)
  24. MovementLoopAddLocation(NPC, 43.76, -11.72, -71.11, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 53, -12.09, -69.81, 2, 0)
  26. MovementLoopAddLocation(NPC, 59.76, -12.02, -70.39, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 66.64, -12.05, -74.36, 2, 0)
  28. MovementLoopAddLocation(NPC, 71.57, -11.93, -79.86, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 62.42, -11.97, -79.86, 2, 0)
  30. MovementLoopAddLocation(NPC, 56.33, -11.99, -80.42, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 64.31, -12.12, -70.54, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 54.97, -11.67, -65.02, 2, 0)
  33. MovementLoopAddLocation(NPC, 52.68, -11.29, -62.86, 2, 0)
  34. MovementLoopAddLocation(NPC, 46.8, -11.38, -47.59, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 49.93, -11.03, -56.45, 2, 0)
  36. MovementLoopAddLocation(NPC, 49.01, -11.04, -65.28, 2, 0)
  37. MovementLoopAddLocation(NPC, 42.01, -11.62, -82.44, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 54.19, -11.13, -59.79, 2, 0)
  39. MovementLoopAddLocation(NPC, 61.15, -10.99, -50.1, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 65.64, -11.6, -76.26, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 56.07, -11.62, -80.65, 2, 0)
  42. MovementLoopAddLocation(NPC, 49.5, -11.42, -83.29, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 42.47, -11.48, -76.81, 2, math.random(10, 20))
  44. end