atriggerfish425831.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425831.lua
  3. Script Purpose : Waypoint Path for atriggerfish425831.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:22:25
  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, -4.23, -11, 71.34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 0.93, -10.43, 68.05, 2, 0)
  19. MovementLoopAddLocation(NPC, 35.57, -10.59, 43.21, 2, 0)
  20. MovementLoopAddLocation(NPC, 43.57, -11.06, 37.41, 2, 0)
  21. MovementLoopAddLocation(NPC, 48.77, -11.12, 33.92, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 58.19, -11.47, 36, 2, 0)
  23. MovementLoopAddLocation(NPC, 67.12, -12.65, 38.06, 2, 0)
  24. MovementLoopAddLocation(NPC, 76.1, -12.77, 39.75, 2, 0)
  25. MovementLoopAddLocation(NPC, 83.61, -12.99, 39.87, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 76.07, -12.77, 39.66, 2, 0)
  27. MovementLoopAddLocation(NPC, 60.09, -11.43, 29.42, 2, 0)
  28. MovementLoopAddLocation(NPC, 51.38, -11.87, 23.1, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 62.03, -12.27, 10.22, 2, 0)
  30. MovementLoopAddLocation(NPC, 66.48, -12.61, 7.04, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 75.27, -11.81, 3.56, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 68.46, -10.46, 12.7, 2, 0)
  33. MovementLoopAddLocation(NPC, 50.98, -10.76, 32.7, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 51.22, -10.46, 45.96, 2, 0)
  35. MovementLoopAddLocation(NPC, 54.21, -10.44, 56.22, 2, 0)
  36. MovementLoopAddLocation(NPC, 52.95, -11.11, 83.09, 2, 0)
  37. MovementLoopAddLocation(NPC, 54.42, -11.93, 100.13, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 41.13, -10.42, 80.88, 2, 0)
  39. MovementLoopAddLocation(NPC, 36.81, -10.83, 73.88, 2, 0)
  40. MovementLoopAddLocation(NPC, 32.58, -11.88, 71.72, 2, 0)
  41. MovementLoopAddLocation(NPC, 27.99, -11.93, 71.11, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 1.85, -11.09, 70.72, 2, 0)
  43. end