ashoalglider425517.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425517.lua
  3. Script Purpose : Waypoint Path for ashoalglider425517.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:17
  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, 18.84, -12.96, 1.25, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 20, -12.02, -3.92, 2, 0)
  19. MovementLoopAddLocation(NPC, 21.68, -11.97, -18.6, 2, 0)
  20. MovementLoopAddLocation(NPC, 24.33, -11.74, -24.52, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 32.36, -12.29, 1.53, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 32.29, -12.6, 7.79, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 30.88, -12.36, -32.8, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 37.38, -12.01, -15.6, 2, 0)
  25. MovementLoopAddLocation(NPC, 38.08, -11.48, -0.36, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 35.91, -11.91, -3.48, 2, 0)
  27. MovementLoopAddLocation(NPC, 30.72, -12.37, -7.75, 2, 0)
  28. MovementLoopAddLocation(NPC, 25.6, -12.37, -11.1, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 24.54, -13.57, -7.33, 2, 0)
  30. MovementLoopAddLocation(NPC, 26.29, -13.13, 0.83, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 36.36, -13, -0.37, 2, 0)
  32. MovementLoopAddLocation(NPC, 47.43, -12.28, 1.01, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 44.03, -12.94, -1.22, 2, 0)
  34. MovementLoopAddLocation(NPC, 37.76, -13.74, -10.78, 2, 0)
  35. MovementLoopAddLocation(NPC, 33.44, -14.5, -15.19, 2, 0)
  36. MovementLoopAddLocation(NPC, 25.98, -14.87, -22.2, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 32.67, -14.37, -16.07, 2, 0)
  38. MovementLoopAddLocation(NPC, 38.62, -13.95, -12.31, 2, 0)
  39. MovementLoopAddLocation(NPC, 55.34, -13.42, -4.86, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 52.71, -12.94, -9.68, 2, 0)
  41. MovementLoopAddLocation(NPC, 46.56, -12.43, -20.94, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 42.27, -12.86, -16.95, 2, 0)
  43. MovementLoopAddLocation(NPC, 38.5, -12.82, -12.52, 2, 0)
  44. end