ashoalglider425520.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425520.lua
  3. Script Purpose : Waypoint Path for ashoalglider425520.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:43:40
  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, 19.05, -11.53, -59.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 13.24, -11.92, -62.88, 2, 0)
  19. MovementLoopAddLocation(NPC, 8.38, -12.43, -67.03, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 13.26, -11.86, -53, 2, 0)
  21. MovementLoopAddLocation(NPC, 12.91, -11.53, -38.54, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 15.92, -10.7, -44.96, 2, 0)
  23. MovementLoopAddLocation(NPC, 21, -10.7, -55.87, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 24.04, -11.08, -50.96, 2, 0)
  25. MovementLoopAddLocation(NPC, 38.74, -11.19, -36.21, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 35.69, -11.8, -27.26, 2, 0)
  27. MovementLoopAddLocation(NPC, 23.81, -11.56, -12.15, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 30.14, -12.6, -8.16, 2, 0)
  29. MovementLoopAddLocation(NPC, 36, -13.11, 0.41, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 22.87, -13.37, -31.69, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 25.12, -13.22, -6.56, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 23.41, -12.7, -16.79, 2, 0)
  33. MovementLoopAddLocation(NPC, 20.63, -11.9, -26.11, 2, 0)
  34. MovementLoopAddLocation(NPC, 10.05, -10.7, -52.37, 2, 0)
  35. MovementLoopAddLocation(NPC, 7.49, -10.7, -63.33, 2, 0)
  36. MovementLoopAddLocation(NPC, 4.91, -10.7, -73.66, 2, 0)
  37. MovementLoopAddLocation(NPC, 4.65, -10.99, -79.07, 2, 0)
  38. MovementLoopAddLocation(NPC, 6.46, -11.32, -83.35, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 2.52, -11.5, -83.52, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 1.33, -11.79, -74.18, 2, 0)
  41. MovementLoopAddLocation(NPC, -4.65, -12.29, -66.14, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 11.02, -11.7, -63.41, 2, 0)
  43. end