ashoalglider425537.lua 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425537.lua
  3. Script Purpose : Waypoint Path for ashoalglider425537.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:22:31
  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, 5.62, -11.95, 46.46, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 14.8, -11.97, 33.6, 2, 0)
  19. MovementLoopAddLocation(NPC, 30.19, -11.91, 19.29, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 52.19, -12.8, 8.74, 2, 0)
  21. MovementLoopAddLocation(NPC, 59.94, -13.66, 3.51, 2, 0)
  22. MovementLoopAddLocation(NPC, 66.02, -14.17, 0.46, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 61.11, -12.88, 7.42, 2, 0)
  24. MovementLoopAddLocation(NPC, 48.35, -12.91, 14.46, 2, 0)
  25. MovementLoopAddLocation(NPC, 42.91, -13.15, 20.22, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 22.51, -12.5, 21.29, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 15.15, -12.56, 27.02, 2, 0)
  28. MovementLoopAddLocation(NPC, 1.72, -12.47, 46.99, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 29.19, -12.52, 47.37, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 38.13, -10.97, 44.57, 2, 0)
  31. MovementLoopAddLocation(NPC, 43.91, -11.27, 39.81, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 28, -12.31, 42.96, 2, 0)
  33. MovementLoopAddLocation(NPC, 16.61, -12.39, 43.99, 2, 0)
  34. end