atriggerfish425838.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425838.lua
  3. Script Purpose : Waypoint Path for atriggerfish425838.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:50: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, -1.63, -13.04, 46.23, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -7.7, -13.06, 42.82, 2, 0)
  19. MovementLoopAddLocation(NPC, -13.23, -13.68, 40.57, 2, 0)
  20. MovementLoopAddLocation(NPC, -17.07, -13.87, 40.27, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -5.51, -13.5, 40.21, 2, 0)
  22. MovementLoopAddLocation(NPC, -0.68, -13.38, 41.03, 2, 0)
  23. MovementLoopAddLocation(NPC, 3.63, -13.68, 42.77, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 6.72, -13.01, 41.57, 2, 0)
  25. MovementLoopAddLocation(NPC, 10.69, -12.19, 40.86, 2, 0)
  26. MovementLoopAddLocation(NPC, 12.67, -12.1, 41.34, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 4.95, -12.4, 35.5, 2, 0)
  28. MovementLoopAddLocation(NPC, -1.1, -12.32, 29.58, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -1.23, -12.12, 52.83, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 1.03, -12.67, 47.86, 2, 0)
  31. MovementLoopAddLocation(NPC, 8.09, -14.04, 36.8, 2, 0)
  32. MovementLoopAddLocation(NPC, 10.97, -14.03, 32.65, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 11.92, -12.13, 41.95, 2, 0)
  34. MovementLoopAddLocation(NPC, 12.57, -11.99, 44.45, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 5.25, -12.21, 53.01, 2, 0)
  36. MovementLoopAddLocation(NPC, -2.19, -12.04, 60.68, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 7.05, -11.99, 52.54, 2, 0)
  38. MovementLoopAddLocation(NPC, 13.43, -11.98, 47.88, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 7, -12.48, 47.65, 2, 0)
  40. MovementLoopAddLocation(NPC, 3.11, -12.61, 47.07, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -4.69, -12.97, 36.41, 2, 0)
  42. MovementLoopAddLocation(NPC, -3.68, -12.85, 30.71, 2, math.random(10, 20))
  43. end