atriggerfish425830.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425830.lua
  3. Script Purpose : Waypoint Path for atriggerfish425830.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:22:03
  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, -7.84, -14.02, 27.82, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -7.86, -13.96, 31.53, 2, 0)
  19. MovementLoopAddLocation(NPC, -6.22, -13.94, 38.38, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 8.37, -13.84, 32.13, 2, 0)
  21. MovementLoopAddLocation(NPC, 12.6, -13.94, 28.65, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 23.06, -13.02, 47.49, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 17.86, -12.51, 42.19, 2, 0)
  24. MovementLoopAddLocation(NPC, 9.68, -12.51, 34.69, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 3.54, -13.3, 32.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 0.01, -13.49, 31.08, 2, 0)
  27. MovementLoopAddLocation(NPC, -0.76, -13.52, 29.89, 2, 0)
  28. MovementLoopAddLocation(NPC, -0.34, -13.43, 26.94, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 13.31, -12.63, 29.06, 2, 0)
  30. MovementLoopAddLocation(NPC, 17.9, -12.51, 29.44, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 4.89, -13.66, 30.41, 2, 0)
  32. MovementLoopAddLocation(NPC, -1.27, -13.87, 29.52, 2, 0)
  33. end