ashoalglider425501.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425501.lua
  3. Script Purpose : Waypoint Path for ashoalglider425501.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:29:08
  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, -1.82, -11.6, -78.07, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -0.4, -11.84, -75.97, 2, 0)
  19. MovementLoopAddLocation(NPC, 2.81, -11.63, -69.51, 2, 0)
  20. MovementLoopAddLocation(NPC, 7.65, -12.02, -60.56, 2, 0)
  21. MovementLoopAddLocation(NPC, 13.03, -12.4, -53.72, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 14.38, -11.98, -50.21, 2, 0)
  23. MovementLoopAddLocation(NPC, 16.02, -11.48, -20.63, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 12.07, -11.59, -36.73, 2, 0)
  25. MovementLoopAddLocation(NPC, 6.2, -11.75, -53.5, 2, 0)
  26. MovementLoopAddLocation(NPC, 3.69, -11.61, -56.94, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 0.98, -12.51, -62.14, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 3.69, -12.81, -61.48, 2, 0)
  29. MovementLoopAddLocation(NPC, 19.05, -12.06, -54.43, 2, 0)
  30. MovementLoopAddLocation(NPC, 22.1, -11.61, -53.59, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 21.6, -11.88, -50.58, 2, 0)
  32. MovementLoopAddLocation(NPC, 19.48, -12, -42.36, 2, 0)
  33. MovementLoopAddLocation(NPC, 18.93, -11.73, -38.95, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 7.53, -11.88, -41.01, 2, 0)
  35. MovementLoopAddLocation(NPC, -5.32, -11.53, -39.97, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 9.9, -11.51, -34.45, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 1.85, -10.99, -54.48, 2, 0)
  38. MovementLoopAddLocation(NPC, -1.33, -10.94, -77.3, 2, 0)
  39. MovementLoopAddLocation(NPC, -5.46, -11.79, -87.56, 2, math.random(10, 20))
  40. end