ashoalglider425670.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425670.lua
  3. Script Purpose : Waypoint Path for ashoalglider425670.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:13
  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, -13.01, -11.14, -18.47, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -22.92, -11.92, -28.35, 2, 0)
  19. MovementLoopAddLocation(NPC, -43.32, -11.79, -35.61, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -45.85, -10.7, -40.7, 2, 0)
  21. MovementLoopAddLocation(NPC, -58.07, -10.7, -46.86, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -69.83, -10.7, -34.29, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -61.74, -10.7, -32.48, 2, 0)
  24. MovementLoopAddLocation(NPC, -36.3, -10.7, -31.44, 2, 0)
  25. MovementLoopAddLocation(NPC, -21.32, -10.7, -28.21, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -23.7, -11.15, -17.32, 2, 0)
  27. MovementLoopAddLocation(NPC, -23.89, -11.12, -6.24, 2, 0)
  28. MovementLoopAddLocation(NPC, -22.63, -12.43, 2.32, 2, 0)
  29. MovementLoopAddLocation(NPC, -22.78, -13.54, 10.99, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -29.42, -11.83, 12.19, 2, 0)
  31. MovementLoopAddLocation(NPC, -36.16, -11.48, 14.31, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -28.98, -11.36, 6.12, 2, 0)
  33. MovementLoopAddLocation(NPC, -20.45, -11.49, -11.93, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -28.53, -10.7, -9.45, 2, 0)
  35. MovementLoopAddLocation(NPC, -52, -10.7, 0.74, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -50.5, -10.7, 6.43, 2, 0)
  37. MovementLoopAddLocation(NPC, -50.05, -10.7, 13.52, 2, 0)
  38. MovementLoopAddLocation(NPC, -47.27, -11.12, 22.97, 2, 0)
  39. MovementLoopAddLocation(NPC, -44.07, -11.67, 29.31, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -47.03, -10.89, 24.42, 2, 0)
  41. MovementLoopAddLocation(NPC, -50.96, -10.7, 10.41, 2, 0)
  42. MovementLoopAddLocation(NPC, -52.11, -10.7, 3.2, 2, 0)
  43. MovementLoopAddLocation(NPC, -59.78, -10.7, -2.03, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -48.97, -10.7, -7.09, 2, 0)
  45. MovementLoopAddLocation(NPC, -33.86, -10.7, -11.4, 2, 0)
  46. MovementLoopAddLocation(NPC, -26.33, -11.11, -14.57, 2, 0)
  47. end