atriggerfish425821.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425821.lua
  3. Script Purpose : Waypoint Path for atriggerfish425821.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:26:48
  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.71, -12.45, 34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 14.42, -13.37, 24.96, 2, 0)
  19. MovementLoopAddLocation(NPC, 12.01, -13.9, 20.69, 2, 0)
  20. MovementLoopAddLocation(NPC, 9.79, -13.99, 18.84, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 14.61, -13.23, 20.48, 2, 0)
  22. MovementLoopAddLocation(NPC, 19.66, -12.86, 20.18, 2, 0)
  23. MovementLoopAddLocation(NPC, 24.69, -12.73, 17.71, 2, 0)
  24. MovementLoopAddLocation(NPC, 32.63, -12.76, 12.09, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 26.65, -12.47, 16.16, 2, 0)
  26. MovementLoopAddLocation(NPC, 23.41, -12.89, 20.99, 2, 0)
  27. MovementLoopAddLocation(NPC, 19.25, -12.36, 31.02, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 27.48, -12.46, 36.32, 2, 0)
  29. MovementLoopAddLocation(NPC, 37.9, -12.47, 40.01, 2, 0)
  30. MovementLoopAddLocation(NPC, 41.86, -12.16, 43.69, 2, 0)
  31. MovementLoopAddLocation(NPC, 49.44, -12, 46.4, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 43.56, -11.48, 52.51, 2, 0)
  33. MovementLoopAddLocation(NPC, 29.82, -12.08, 63.06, 2, 0)
  34. MovementLoopAddLocation(NPC, 25.78, -11.98, 65.19, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 21.24, -12.14, 54.69, 2, 0)
  36. MovementLoopAddLocation(NPC, 11.62, -12.48, 39.38, 2, 0)
  37. MovementLoopAddLocation(NPC, 7.92, -12.46, 35.15, 2, 0)
  38. MovementLoopAddLocation(NPC, 5.47, -12.5, 34, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 1.65, -13.16, 34.79, 2, 0)
  40. MovementLoopAddLocation(NPC, -5.3, -13.96, 35.8, 2, 0)
  41. MovementLoopAddLocation(NPC, -7.83, -13.86, 40.28, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 1.69, -13.4, 39.04, 2, 0)
  43. end