atriggerfish425754.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425754.lua
  3. Script Purpose : Waypoint Path for atriggerfish425754.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:08
  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, -126.94, -12.06, 31.5, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -135.03, -12.42, 46.08, 2, 0)
  19. MovementLoopAddLocation(NPC, -137.89, -12.36, 48.71, 2, 0)
  20. MovementLoopAddLocation(NPC, -139.34, -12.18, 52.06, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -136.24, -12.66, 54.6, 2, 0)
  22. MovementLoopAddLocation(NPC, -130.08, -12.96, 62.01, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -142.36, -13.06, 43.83, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -134.17, -12.09, 55.69, 2, 0)
  25. MovementLoopAddLocation(NPC, -133.06, -11.82, 68.24, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -124.57, -11.93, 72.21, 2, 0)
  27. MovementLoopAddLocation(NPC, -123.19, -11.92, 72.1, 2, 0)
  28. MovementLoopAddLocation(NPC, -119.2, -11.07, 70.14, 2, 0)
  29. MovementLoopAddLocation(NPC, -117.69, -10.95, 66.99, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -124.17, -10.59, 38.5, 2, 0)
  31. MovementLoopAddLocation(NPC, -128.07, -11.86, 30.69, 2, 0)
  32. MovementLoopAddLocation(NPC, -130.07, -12.02, 17.14, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -134.21, -12.46, 8.54, 2, 0)
  34. MovementLoopAddLocation(NPC, -136.91, -12.64, 7.89, 2, 0)
  35. MovementLoopAddLocation(NPC, -144.25, -13.2, 7.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -145.23, -12.77, 8.69, 2, 0)
  37. MovementLoopAddLocation(NPC, -144.48, -12.86, 10.11, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -144.59, -13.19, 8.09, 2, 0)
  39. MovementLoopAddLocation(NPC, -138.76, -13.28, 8.07, 2, 0)
  40. MovementLoopAddLocation(NPC, -134.39, -12.67, 9.03, 2, 0)
  41. MovementLoopAddLocation(NPC, -130, -12.04, 15.45, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -129, -12.41, 23.97, 2, 0)
  43. end