ashoalglider425593.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425593.lua
  3. Script Purpose : Waypoint Path for ashoalglider425593.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:06
  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, -25.88, -10.7, -80.45, 2, 4)
  18. MovementLoopAddLocation(NPC, -60.2, -10.7, -50.88, 2, 4)
  19. MovementLoopAddLocation(NPC, -53.43, -10.7, -36.01, 2, 0)
  20. MovementLoopAddLocation(NPC, -40.42, -10.7, 7.48, 2, 0)
  21. MovementLoopAddLocation(NPC, -38.84, -12.63, 18.64, 2, 0)
  22. MovementLoopAddLocation(NPC, -36.07, -13.07, 26.7, 2, 4)
  23. MovementLoopAddLocation(NPC, -52.54, -10.7, 26.82, 2, 4)
  24. MovementLoopAddLocation(NPC, -55.18, -10.7, 23.28, 2, 0)
  25. MovementLoopAddLocation(NPC, -64.76, -10.7, 14.7, 2, 0)
  26. MovementLoopAddLocation(NPC, -73.19, -10.7, 7.99, 2, 0)
  27. MovementLoopAddLocation(NPC, -80.21, -10.7, 3.9, 2, 0)
  28. MovementLoopAddLocation(NPC, -92.1, -11.45, -12.01, 2, 4)
  29. MovementLoopAddLocation(NPC, -87.13, -11.54, -18.28, 2, 4)
  30. MovementLoopAddLocation(NPC, -90.85, -10.7, -5.3, 2, 0)
  31. MovementLoopAddLocation(NPC, -95.21, -10.7, 1.82, 2, 4)
  32. MovementLoopAddLocation(NPC, -83.87, -10.7, -11.81, 2, 0)
  33. MovementLoopAddLocation(NPC, -73.15, -10.7, -18.85, 2, 0)
  34. MovementLoopAddLocation(NPC, -46.17, -10.7, -53.38, 2, 0)
  35. MovementLoopAddLocation(NPC, -40.21, -10.7, -57.27, 2, 4)
  36. MovementLoopAddLocation(NPC, -53.26, -10.7, -57.38, 2, 0)
  37. MovementLoopAddLocation(NPC, -60.81, -10.7, -54.64, 2, 0)
  38. MovementLoopAddLocation(NPC, -68.81, -10.7, -56.11, 2, 4)
  39. MovementLoopAddLocation(NPC, -62.91, -11.44, -55.24, 2, 0)
  40. MovementLoopAddLocation(NPC, -55.81, -11.05, -52.88, 2, 0)
  41. MovementLoopAddLocation(NPC, -37.24, -10.7, -50.67, 2, 4)
  42. MovementLoopAddLocation(NPC, -2.65, -11.55, -48, 2, 4)
  43. MovementLoopAddLocation(NPC, -5.88, -11.05, -55.16, 2, 0)
  44. MovementLoopAddLocation(NPC, -11.14, -10.7, -62.49, 2, 0)
  45. MovementLoopAddLocation(NPC, -20.65, -10.7, -74.18, 2, 0)
  46. end