atriggerfish425772.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425772.lua
  3. Script Purpose : Waypoint Path for atriggerfish425772.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:19:18
  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, -13.08, -12.01, -37.65, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -24.23, -11.72, -29.12, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -14.2, -12.07, -30.69, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -14.31, -11.76, -34.43, 2, 0)
  21. MovementLoopAddLocation(NPC, -14.83, -11.92, -39.51, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.31, -11.43, -44.97, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -14.76, -10.58, -51.44, 2, 0)
  24. MovementLoopAddLocation(NPC, -12.17, -10.47, -61.81, 2, 0)
  25. MovementLoopAddLocation(NPC, -7.96, -10.23, -69.98, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -17.79, -10.63, -49.21, 2, 0)
  27. MovementLoopAddLocation(NPC, -24.6, -11.67, -31.81, 2, 0)
  28. MovementLoopAddLocation(NPC, -28.17, -11.51, -24.44, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -22.87, -11.37, -26.56, 2, 0)
  30. MovementLoopAddLocation(NPC, -14.81, -11.29, -31.75, 2, 0)
  31. MovementLoopAddLocation(NPC, -3.42, -11.94, -37.91, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -20.19, -12.12, -22.91, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -7.97, -12.82, -7.31, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -16.54, -12.75, -16.82, 2, 0)
  35. MovementLoopAddLocation(NPC, -27.92, -12.2, -20.98, 2, 0)
  36. MovementLoopAddLocation(NPC, -40.33, -11.71, -24.16, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -25.7, -11.99, -26.12, 2, 0)
  38. MovementLoopAddLocation(NPC, -20.98, -11.61, -30.86, 2, 0)
  39. end