ashoalglider425709.lua 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425709.lua
  3. Script Purpose : Waypoint Path for ashoalglider425709.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:32
  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, -38.07, -11.56, -24.66, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -32.53, -11.39, -28.53, 2, 0)
  19. MovementLoopAddLocation(NPC, -16.62, -11.54, -39.63, 2, 0)
  20. MovementLoopAddLocation(NPC, -7.93, -11.51, -44.18, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 6.99, -11.88, -42.81, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -6.93, -11.13, -33.27, 2, 0)
  23. MovementLoopAddLocation(NPC, -13.21, -11.39, -27.85, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -23.11, -11.48, -14.92, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -24.22, -11.1, -18.72, 2, 0)
  26. MovementLoopAddLocation(NPC, -24.89, -11, -23.28, 2, 0)
  27. MovementLoopAddLocation(NPC, -25.3, -12.29, -31.82, 2, 0)
  28. MovementLoopAddLocation(NPC, -28.44, -12.56, -37.93, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -26.01, -11.43, -20.98, 2, 0)
  30. MovementLoopAddLocation(NPC, -25.45, -11.18, -16.68, 2, 0)
  31. MovementLoopAddLocation(NPC, -28.19, -10.7, -6.23, 2, 0)
  32. MovementLoopAddLocation(NPC, -32.19, -10.7, 6.44, 2, 0)
  33. MovementLoopAddLocation(NPC, -35.99, -11.69, 25.5, 2, 0)
  34. MovementLoopAddLocation(NPC, -39.36, -12.06, 32.43, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -36.79, -11.99, 25.68, 2, 0)
  36. MovementLoopAddLocation(NPC, -36.78, -11.93, 15.71, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -25.33, -10.96, 2.81, 2, 0)
  38. MovementLoopAddLocation(NPC, -22.93, -10.98, -4.02, 2, 0)
  39. MovementLoopAddLocation(NPC, -21.42, -11.45, -7.84, 2, 0)
  40. MovementLoopAddLocation(NPC, -15.43, -11.82, -13.89, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -23.97, -11.73, 4.06, 2, 0)
  42. MovementLoopAddLocation(NPC, -25.14, -12.32, 10.59, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -27.71, -10.7, 0.92, 2, 0)
  44. MovementLoopAddLocation(NPC, -31.97, -10.7, -8.42, 2, 0)
  45. MovementLoopAddLocation(NPC, -33.59, -10.7, -15.48, 2, 0)
  46. MovementLoopAddLocation(NPC, -36.99, -11.4, -22.66, 2, 0)
  47. end