ashoalglider425483.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425483.lua
  3. Script Purpose : Waypoint Path for ashoalglider425483.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:35
  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, 67.17, -11.48, -64.38, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 71.91, -11.45, -52.14, 2, 0)
  19. MovementLoopAddLocation(NPC, 77.03, -11.53, -45.16, 2, 0)
  20. MovementLoopAddLocation(NPC, 86.16, -12.15, -39.18, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 59.53, -10.98, -52.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 44.66, -10.7, -53.25, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 59.7, -10.7, -51.53, 2, 0)
  24. MovementLoopAddLocation(NPC, 69.19, -10.7, -44.97, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 78.47, -11.36, -36.95, 2, 0)
  26. MovementLoopAddLocation(NPC, 94.99, -12.4, -25.21, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 85.49, -11.86, -34.69, 2, 0)
  28. MovementLoopAddLocation(NPC, 79.39, -12, -40.58, 2, 0)
  29. MovementLoopAddLocation(NPC, 76.42, -11.64, -43.84, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.27, -11.71, -45.62, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 79.7, -11.73, -36.34, 2, 0)
  32. MovementLoopAddLocation(NPC, 92.14, -11.9, -23.83, 2, 0)
  33. MovementLoopAddLocation(NPC, 94.74, -11.56, -19.33, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 87.76, -11.55, -35.42, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 97.26, -12.42, -23.32, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 99.5, -11.32, -43.55, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 90.59, -10.7, -45.44, 2, 0)
  38. MovementLoopAddLocation(NPC, 79.78, -10.7, -47.08, 2, 0)
  39. MovementLoopAddLocation(NPC, 54.97, -10.7, -62.41, 2, 0)
  40. MovementLoopAddLocation(NPC, 51.88, -10.7, -63.77, 2, 0)
  41. MovementLoopAddLocation(NPC, 45.43, -10.7, -67.43, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 56.45, -10.7, -59.43, 2, 0)
  43. MovementLoopAddLocation(NPC, 74.6, -10.7, -50.81, 2, 0)
  44. MovementLoopAddLocation(NPC, 83.63, -10.7, -46.4, 2, 0)
  45. MovementLoopAddLocation(NPC, 94.71, -11.46, -43.75, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 78.73, -11.05, -47.12, 2, 0)
  47. MovementLoopAddLocation(NPC, 75.32, -11.1, -49.49, 2, 0)
  48. MovementLoopAddLocation(NPC, 70.05, -11.54, -58.07, 2, 0)
  49. end