atriggerfish426231.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426231.lua
  3. Script Purpose : Waypoint Path for atriggerfish426231.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:26:22
  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, -33.6, -12.06, -28.92, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -37.55, -11.26, -24.31, 2, 0)
  19. MovementLoopAddLocation(NPC, -49.59, -10.32, -16.03, 2, 0)
  20. MovementLoopAddLocation(NPC, -55.31, -10.45, -12.06, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -48.32, -10.52, -11.22, 2, 0)
  22. MovementLoopAddLocation(NPC, -7.24, -11.44, -12.01, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -16.12, -11.41, -17.37, 2, 0)
  24. MovementLoopAddLocation(NPC, -21.53, -11.57, -24.69, 2, 0)
  25. MovementLoopAddLocation(NPC, -25.08, -12.81, -26.95, 2, 0)
  26. MovementLoopAddLocation(NPC, -25.6, -13, -28.97, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -22.97, -12.47, -26.81, 2, 0)
  28. MovementLoopAddLocation(NPC, -18.81, -12.52, -18.12, 2, 0)
  29. MovementLoopAddLocation(NPC, -14.17, -12.72, -15.9, 2, 0)
  30. MovementLoopAddLocation(NPC, -10.54, -13.02, -11.96, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -16.96, -12.31, -22.91, 2, 0)
  32. MovementLoopAddLocation(NPC, -19.31, -12.39, -26.86, 2, 0)
  33. MovementLoopAddLocation(NPC, -28.12, -12.92, -35.81, 2, 0)
  34. MovementLoopAddLocation(NPC, -32.64, -12.88, -41.02, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -20.81, -12.62, -44.1, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -22.71, -12.4, -29.22, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -43.69, -10.98, -40.8, 2, 0)
  38. MovementLoopAddLocation(NPC, -50.13, -10.39, -45.24, 2, 0)
  39. MovementLoopAddLocation(NPC, -55.01, -11.11, -50.67, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -52.81, -10.45, -48.77, 2, 0)
  41. MovementLoopAddLocation(NPC, -50.14, -10.41, -42.77, 2, 0)
  42. MovementLoopAddLocation(NPC, -38.1, -11.46, -28.58, 2, 0)
  43. end