ashoalglider425732.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425732.lua
  3. Script Purpose : Waypoint Path for glider_020_10.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:14:33
  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, -23.07, -11.51, -2.24, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -14.67, -11.94, -16.21, 2, 0)
  19. MovementLoopAddLocation(NPC, 5.14, -11.35, -41.15, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 3.59, -11.47, -19.18, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -6.13, -11.02, -47.25, 2, 0)
  22. MovementLoopAddLocation(NPC, -10.54, -10.7, -64.02, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -16.2, -10.7, -48.05, 2, 0)
  24. MovementLoopAddLocation(NPC, -25.02, -10.7, -20.51, 2, 0)
  25. MovementLoopAddLocation(NPC, -32.73, -10.7, -0.66, 2, 0)
  26. MovementLoopAddLocation(NPC, -37.24, -11.22, 22.1, 2, 0)
  27. MovementLoopAddLocation(NPC, -40.1, -11.14, 32.76, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -39.98, -11.25, 21.92, 2, 0)
  29. MovementLoopAddLocation(NPC, -37.86, -10.7, 7.9, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -39.13, -10.7, 2.49, 2, 0)
  31. MovementLoopAddLocation(NPC, -40.53, -10.7, -20.56, 2, 0)
  32. MovementLoopAddLocation(NPC, -42.18, -11.23, -31.16, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -10.57, -12.41, -8.78, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -13.07, -12.04, -16.14, 2, 0)
  35. MovementLoopAddLocation(NPC, -22.23, -11.99, -32.45, 2, 0)
  36. MovementLoopAddLocation(NPC, -25.97, -12.21, -36.98, 2, 0)
  37. MovementLoopAddLocation(NPC, -30.4, -12.41, -41, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -27.74, -12.35, -34.04, 2, 0)
  39. MovementLoopAddLocation(NPC, -26.43, -11.5, -21.91, 2, 0)
  40. end