atriggerfish425770.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425770.lua
  3. Script Purpose : Waypoint Path for atriggerfish425770.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:18:28
  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, -55.07, -11.94, 1.03, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -58.88, -10.98, -1.24, 2, 0)
  19. MovementLoopAddLocation(NPC, -66.83, -10.12, -2.46, 2, 0)
  20. MovementLoopAddLocation(NPC, -77.06, -10.52, -6.73, 2, 0)
  21. MovementLoopAddLocation(NPC, -79.65, -11.18, -9.7, 2, 0)
  22. MovementLoopAddLocation(NPC, -80.45, -11.22, -12.83, 2, 0)
  23. MovementLoopAddLocation(NPC, -79.96, -11.15, -15.96, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -74.11, -10.3, -19.21, 2, 0)
  25. MovementLoopAddLocation(NPC, -58.74, -10.2, -22.91, 2, 0)
  26. MovementLoopAddLocation(NPC, -55.42, -10.2, -24.49, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -51.86, -10.43, -20.42, 2, 0)
  28. MovementLoopAddLocation(NPC, -49.76, -10.33, -9.95, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -49.14, -10.29, -14.83, 2, 0)
  30. MovementLoopAddLocation(NPC, -32.33, -10.26, -47.91, 2, 0)
  31. MovementLoopAddLocation(NPC, -27.77, -11.12, -53.59, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -32.15, -10.42, -4.19, 2, 0)
  33. MovementLoopAddLocation(NPC, -35.58, -11.16, 12.22, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -35.51, -11.37, 14.97, 2, 0)
  35. MovementLoopAddLocation(NPC, -36.5, -11.87, 18.27, 2, 0)
  36. MovementLoopAddLocation(NPC, -37.55, -12.89, 24.64, 2, 0)
  37. MovementLoopAddLocation(NPC, -37.88, -13.73, 30.35, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -42.19, -11.75, 30.09, 2, 0)
  39. MovementLoopAddLocation(NPC, -46.88, -11.26, 27.02, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -47.56, -11.1, 23.72, 2, 0)
  41. MovementLoopAddLocation(NPC, -49.36, -10.46, 18.04, 2, 0)
  42. MovementLoopAddLocation(NPC, -50.26, -10.49, 14.33, 2, 0)
  43. MovementLoopAddLocation(NPC, -51.56, -10.2, 11.11, 2, 0)
  44. MovementLoopAddLocation(NPC, -53.76, -10.51, 5.17, 2, 0)
  45. MovementLoopAddLocation(NPC, -53.76, -11.4, -11, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -53.89, -11.6, -5.54, 2, 0)
  47. end