ashoalglider425496.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425496.lua
  3. Script Purpose : Waypoint Path for ashoalglider425496.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:29
  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, 42.12, -11.53, -78.29, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 55.79, -11.31, -60.25, 2, 0)
  19. MovementLoopAddLocation(NPC, 63.75, -10.7, -45.72, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 72.78, -10.7, -41.97, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 56.4, -10.7, -56.38, 2, 0)
  22. MovementLoopAddLocation(NPC, 42.27, -10.7, -73.72, 2, 0)
  23. MovementLoopAddLocation(NPC, 32.53, -11.5, -82.48, 2, 0)
  24. MovementLoopAddLocation(NPC, 24.44, -11.42, -88.47, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 15.05, -11.69, -85.93, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 33.25, -10.55, -78.1, 2, 0)
  27. MovementLoopAddLocation(NPC, 51.82, -10.55, -61.93, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 56.29, -11.09, -60.31, 2, 0)
  29. MovementLoopAddLocation(NPC, 70.24, -11.49, -58.78, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.17, -11.51, -60.04, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 74.29, -11.82, -50.42, 2, 0)
  32. MovementLoopAddLocation(NPC, 79.9, -11.86, -32.34, 2, 0)
  33. MovementLoopAddLocation(NPC, 82.83, -11.53, -27.4, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 83, -11.46, -25.32, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 80.27, -11.33, -27.74, 2, 0)
  36. MovementLoopAddLocation(NPC, 74.89, -10.7, -35.7, 2, 0)
  37. MovementLoopAddLocation(NPC, 71.26, -10.7, -40.39, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 82.92, -11.21, -41.5, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 77.77, -11.47, -45.02, 2, 0)
  40. MovementLoopAddLocation(NPC, 64.31, -11.84, -57.14, 2, 0)
  41. MovementLoopAddLocation(NPC, 58.78, -11.48, -60.08, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 51.4, -11, -68.63, 2, 0)
  43. MovementLoopAddLocation(NPC, 47.4, -11.08, -72.26, 2, 0)
  44. end