atriggerfish425803.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425803.lua
  3. Script Purpose : Waypoint Path for atriggerfish425803.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:35:26
  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, 34.32, -12.93, -25.92, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 20.08, -11.75, -6.39, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 16.88, -11.59, -8.76, 2, 0)
  20. MovementLoopAddLocation(NPC, 8.49, -10.99, -12.97, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 9.49, -11.09, -15.48, 2, 0)
  22. MovementLoopAddLocation(NPC, 9.78, -11.35, -20.4, 2, 0)
  23. MovementLoopAddLocation(NPC, 5.91, -11.83, -33.2, 2, 0)
  24. MovementLoopAddLocation(NPC, -0.67, -11.95, -41.83, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 1.9, -11.98, -51.78, 2, 0)
  26. MovementLoopAddLocation(NPC, 0.84, -11.86, -75.21, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 2.02, -12.51, -68.28, 2, 0)
  28. MovementLoopAddLocation(NPC, 5.85, -13.03, -60.41, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -1.13, -11.82, -53.5, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 6.04, -11.4, -49.75, 2, 0)
  31. MovementLoopAddLocation(NPC, 18.21, -12.18, -37.72, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 29.03, -13.87, -5.1, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 28.38, -12.35, -20.29, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 32.24, -12.87, -28.46, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 29.95, -13.14, -30.06, 2, 0)
  36. MovementLoopAddLocation(NPC, 26.18, -13.04, -34.1, 2, 0)
  37. MovementLoopAddLocation(NPC, 23.58, -13.01, -36.96, 2, 0)
  38. MovementLoopAddLocation(NPC, 21.64, -12.92, -39.61, 2, 0)
  39. MovementLoopAddLocation(NPC, 16.81, -12.39, -43.13, 2, 0)
  40. MovementLoopAddLocation(NPC, 15.08, -12.43, -47.36, 2, 0)
  41. MovementLoopAddLocation(NPC, 11.72, -11.88, -53.19, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 26.91, -12.27, -37.03, 2, 0)
  43. end