ashoalglider425502.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425502.lua
  3. Script Purpose : Waypoint Path for ashoalglider425502.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:39
  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, 34.86, -11.64, -3.64, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 39.16, -12.58, -1.93, 2, 0)
  19. MovementLoopAddLocation(NPC, 44.87, -12.89, 0.9, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 37.87, -13.2, -15.25, 2, 0)
  21. MovementLoopAddLocation(NPC, 23.92, -11.18, -36.11, 2, 0)
  22. MovementLoopAddLocation(NPC, 21.66, -11.04, -43.01, 2, 0)
  23. MovementLoopAddLocation(NPC, 16.93, -11.24, -49.03, 2, 0)
  24. MovementLoopAddLocation(NPC, 12.97, -11.46, -58.28, 2, 0)
  25. MovementLoopAddLocation(NPC, 4.07, -11.71, -75.88, 2, 0)
  26. MovementLoopAddLocation(NPC, 1.64, -11.51, -81.88, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 0.56, -11.47, -84.63, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 6.08, -11.98, -71.78, 2, 0)
  29. MovementLoopAddLocation(NPC, 7.16, -12.52, -67.59, 2, 0)
  30. MovementLoopAddLocation(NPC, 9.45, -12.49, -64.87, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 7.03, -11.82, -67.94, 2, 0)
  32. MovementLoopAddLocation(NPC, 0.49, -11.18, -79.98, 2, 0)
  33. MovementLoopAddLocation(NPC, -2.82, -11.34, -84.76, 2, 0)
  34. MovementLoopAddLocation(NPC, -8.63, -11.52, -95.46, 2, 0)
  35. MovementLoopAddLocation(NPC, -8.62, -11.52, -95.42, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -6.14, -10.7, -82.59, 2, 0)
  37. MovementLoopAddLocation(NPC, -5.37, -10.7, -78.67, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 14.98, -12.04, -41.46, 2, 0)
  39. MovementLoopAddLocation(NPC, 23.05, -13.78, -31.43, 2, 0)
  40. MovementLoopAddLocation(NPC, 28.3, -14.4, -28.87, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 29.52, -13.92, -25.06, 2, 0)
  42. MovementLoopAddLocation(NPC, 32.35, -11.92, -7.53, 2, 0)
  43. end