atriggerfish425784.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425784.lua
  3. Script Purpose : Waypoint Path for atriggerfish425784.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:10
  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, 82.6, -12.08, -43.91, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 78.75, -12.27, -45.28, 2, 0)
  19. MovementLoopAddLocation(NPC, 72.52, -12.19, -51.6, 2, 0)
  20. MovementLoopAddLocation(NPC, 70.47, -12.11, -54.15, 2, 0)
  21. MovementLoopAddLocation(NPC, 58.77, -11.94, -74.31, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 50.86, -11.46, -68.65, 2, 0)
  23. MovementLoopAddLocation(NPC, 46.65, -11.04, -64.13, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 49.22, -11.49, -67.37, 2, 0)
  25. MovementLoopAddLocation(NPC, 50.98, -11.78, -68.24, 2, 0)
  26. MovementLoopAddLocation(NPC, 52.67, -11.96, -67.74, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 58.99, -11.94, -57.84, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 65.07, -12, -51.96, 2, 0)
  29. MovementLoopAddLocation(NPC, 70.29, -12.03, -47.56, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.88, -12.41, -42.8, 2, 0)
  31. MovementLoopAddLocation(NPC, 79.2, -12.7, -40.26, 2, 0)
  32. MovementLoopAddLocation(NPC, 80.44, -12.96, -35.74, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 79.4, -12.98, -39.22, 2, 0)
  34. MovementLoopAddLocation(NPC, 77, -12.41, -43.07, 2, 0)
  35. MovementLoopAddLocation(NPC, 63.6, -11.29, -52.46, 2, 0)
  36. MovementLoopAddLocation(NPC, 57.98, -11.18, -56.08, 2, 0)
  37. MovementLoopAddLocation(NPC, 52.01, -11.06, -61.86, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 73.26, -11.05, -48.58, 2, 0)
  39. MovementLoopAddLocation(NPC, 78.2, -11.12, -44.95, 2, 0)
  40. MovementLoopAddLocation(NPC, 88.35, -11.52, -39.94, 2, 0)
  41. MovementLoopAddLocation(NPC, 92.39, -11.97, -37.6, 2, 0)
  42. MovementLoopAddLocation(NPC, 94.61, -12.1, -34.76, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 90, -11.96, -29.55, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 88.09, -12.4, -36.04, 2, 0)
  45. MovementLoopAddLocation(NPC, 86.24, -12.43, -39.52, 2, 0)
  46. MovementLoopAddLocation(NPC, 84.64, -12.08, -42.08, 2, 0)
  47. end