atriggerfish425781.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425781.lua
  3. Script Purpose : Waypoint Path for atriggerfish425781.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:07
  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, 90.28, -11.98, -25.08, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 93.5, -12.78, -21.67, 2, 0)
  19. MovementLoopAddLocation(NPC, 94.54, -12.97, -19.43, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 85.48, -12.15, -25.77, 2, 0)
  21. MovementLoopAddLocation(NPC, 73.93, -10.44, -37.73, 2, 0)
  22. MovementLoopAddLocation(NPC, 56.42, -11.02, -54.1, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 56.02, -11.21, -60.36, 2, 0)
  24. MovementLoopAddLocation(NPC, 54.8, -11.26, -64.06, 2, 0)
  25. MovementLoopAddLocation(NPC, 52.16, -11.45, -68.74, 2, 0)
  26. MovementLoopAddLocation(NPC, 51.95, -10.35, -80.43, 2, 0)
  27. MovementLoopAddLocation(NPC, 51.71, -10.17, -82.72, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 54.79, -10.5, -78.35, 2, 0)
  29. MovementLoopAddLocation(NPC, 71.34, -11.36, -51.16, 2, 0)
  30. MovementLoopAddLocation(NPC, 80.01, -12.33, -40.3, 2, 0)
  31. MovementLoopAddLocation(NPC, 83.09, -12.5, -35.25, 2, 0)
  32. MovementLoopAddLocation(NPC, 85.45, -12.9, -29.2, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 91.24, -13.05, -24.53, 2, 0)
  34. MovementLoopAddLocation(NPC, 96.43, -13.04, -18.82, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 90.2, -12.07, -19.36, 2, 0)
  36. MovementLoopAddLocation(NPC, 84.14, -12.36, -15.63, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 87.74, -12.12, -23.54, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 90.05, -13.03, -27.45, 2, 0)
  39. MovementLoopAddLocation(NPC, 95.22, -12.9, -30.13, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 93.94, -12.05, -26.67, 2, 0)
  41. MovementLoopAddLocation(NPC, 92.36, -11.93, -21.45, 2, math.random(10, 20))
  42. end