atriggerfish425810.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425810.lua
  3. Script Purpose : Waypoint Path for atriggerfish425810.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:30
  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, 4, -11.87, -20.75, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 13.83, -12.61, -30.05, 2, 0)
  19. MovementLoopAddLocation(NPC, 18, -12.72, -36.35, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 18.02, -13.28, -29.81, 2, 0)
  21. MovementLoopAddLocation(NPC, 27.17, -12.86, 2.1, 2, 0)
  22. MovementLoopAddLocation(NPC, 30.49, -12.98, 5.53, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 38.7, -13.16, 0.91, 2, 0)
  24. MovementLoopAddLocation(NPC, 43.67, -13.49, -2.49, 2, 0)
  25. MovementLoopAddLocation(NPC, 49.39, -14.12, -5.33, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 44.73, -13.81, -3.32, 2, 0)
  27. MovementLoopAddLocation(NPC, 31.79, -13.08, 3.48, 2, 0)
  28. MovementLoopAddLocation(NPC, 25.87, -13.01, 7.93, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 50.62, -13.08, -25.62, 2, 0)
  30. MovementLoopAddLocation(NPC, 50.6199, -13.08, -25.51, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 50.26, -12.66, -12.64, 2, 0)
  32. MovementLoopAddLocation(NPC, 51.57, -13.2, -9.11, 2, 0)
  33. MovementLoopAddLocation(NPC, 54.55, -13.9, -7.08, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 57.1, -12.16, -10.66, 2, 0)
  35. MovementLoopAddLocation(NPC, 59.02, -11.78, -14.99, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 49.39, -12.32, -9.11, 2, 0)
  37. MovementLoopAddLocation(NPC, 33.08, -13.9, -3.58, 2, 0)
  38. MovementLoopAddLocation(NPC, 20.91, -14.14, -3.33, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 17.01, -12.55, -7.85, 2, 0)
  40. MovementLoopAddLocation(NPC, 9.84, -12.41, -19.3, 2, 0)
  41. MovementLoopAddLocation(NPC, 7.35, -12.12, -20.44, 2, 0)
  42. end