atriggerfish425749.lua 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425749.lua
  3. Script Purpose : Waypoint Path for atriggerfish425749.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:14:42
  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, -117.75, -11.08, 97.47, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -121.36, -11.93, 127.44, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -119.95, -11.66, 144.25, 2, 0)
  20. MovementLoopAddLocation(NPC, -113.02, -12.18, 159.91, 2, 0)
  21. MovementLoopAddLocation(NPC, -105.17, -12.07, 168.2, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -143.23, -13.7, 157.11, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -149.27, -15.04, 167.96, 2, 0)
  24. MovementLoopAddLocation(NPC, -147.16, -14.96, 168.31, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -130.49, -14.97, 179.24, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -146.65, -13.78, 168.24, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -137.66, -13.51, 155.52, 2, 0)
  28. MovementLoopAddLocation(NPC, -132.59, -12.43, 140.09, 2, 0)
  29. MovementLoopAddLocation(NPC, -129.75, -11.78, 136.32, 2, 0)
  30. MovementLoopAddLocation(NPC, -130.55, -11.86, 134.27, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -133.95, -11.82, 101.23, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -130.77, -11.53, 108.07, 2, 0)
  33. MovementLoopAddLocation(NPC, -130.13, -10.56, 107.39, 2, 0)
  34. MovementLoopAddLocation(NPC, -114.64, -10.07, 93.22, 2, 0)
  35. MovementLoopAddLocation(NPC, -109.1, -11.88, 90.18, 2, 0)
  36. MovementLoopAddLocation(NPC, -107.19, -12.07, 86.47, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -120.17, -10.84, 92.91, 2, 0)
  38. MovementLoopAddLocation(NPC, -127.17, -10.54, 93.86, 2, 0)
  39. MovementLoopAddLocation(NPC, -139.42, -11.91, 101.6, 2, 0)
  40. MovementLoopAddLocation(NPC, -144.82, -12.82, 104.92, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -126.45, -10.53, 93.59, 2, 0)
  42. MovementLoopAddLocation(NPC, -118.39, -10.98, 96.14, 2, 0)
  43. end